pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/wireguard-tools



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Jun 30 10:55:20 UTC 2026

Modified Files:
        pkgsrc/net/wireguard-tools: Makefile

Log Message:
net/wireguard-tools: Drop workaround for Darwin bash

On macOS, system bash is no longer used as a tool, so there's no need
to undef it.   (This workaround was specific to Darwin and cited bash 3.x.)


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/wireguard-tools/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-tools/Makefile
diff -u pkgsrc/net/wireguard-tools/Makefile:1.9 pkgsrc/net/wireguard-tools/Makefile:1.10
--- pkgsrc/net/wireguard-tools/Makefile:1.9     Sat Mar 21 10:37:37 2026
+++ pkgsrc/net/wireguard-tools/Makefile Tue Jun 30 10:55:20 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2026/03/21 10:37:37 nia Exp $
+# $NetBSD: Makefile,v 1.10 2026/06/30 10:55:20 gdt Exp $
 
 DISTNAME=      wireguard-tools-1.0.20260223
 CATEGORIES=    net
@@ -33,11 +33,6 @@ PRINT_PLIST_AWK+=    /wg-quick/ { print "$$
 
 .include "../../mk/bsd.prefs.mk"
 
-# Darwin's native bash 3.x isn't sufficient
-.if ${OPSYS} == "Darwin" && "${TOOLS_PLATFORM.bash}" == "/bin/bash"
-TOOLS_PLATFORM.bash=
-.endif
-
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD" \
  || ${OPSYS} == "Linux" || ${OPSYS} == "OpenBSD"
 USE_TOOLS+=            bash:run



Home | Main Index | Thread Index | Old Index