pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/wireguard-go
Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jan  3 11:44:40 UTC 2025
Modified Files:
        pkgsrc/net/wireguard-go: Makefile
Log Message:
wireguard-go: does not build with go 1.23
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/wireguard-go/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/wireguard-go/Makefile
diff -u pkgsrc/net/wireguard-go/Makefile:1.9 pkgsrc/net/wireguard-go/Makefile:1.10
--- pkgsrc/net/wireguard-go/Makefile:1.9        Fri Sep  6 18:48:54 2024
+++ pkgsrc/net/wireguard-go/Makefile    Fri Jan  3 11:44:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/09/06 18:48:54 bsiegert Exp $
+# $NetBSD: Makefile,v 1.10 2025/01/03 11:44:40 adam Exp $
 
 DISTNAME=      wireguard-go-0.0.20230223
 PKGREVISION=   8
@@ -18,6 +18,7 @@ do-install:
                ${DESTDIR}${PREFIX}/bin/wireguard-go
 
 GO_BUILD_PATTERN=      .
+GO_VERSION_REQD+=      122
 
 pre-patch:
        cd ${WRKSRC}/tun && ${LN} tun_openbsd.go tun_netbsd.go
Home |
Main Index |
Thread Index |
Old Index