pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/go-tools
Module Name: pkgsrc
Committed By: schmonz
Date: Wed Sep 21 00:06:34 UTC 2022
Modified Files:
pkgsrc/devel/go-tools: Makefile PLIST
Log Message:
It seems to be the case that splitdwarf is not built on Solarish, so
make the PLIST match. NFCI elsewhere.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/go-tools/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/go-tools/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/go-tools/Makefile
diff -u pkgsrc/devel/go-tools/Makefile:1.67 pkgsrc/devel/go-tools/Makefile:1.68
--- pkgsrc/devel/go-tools/Makefile:1.67 Wed Sep 7 09:32:29 2022
+++ pkgsrc/devel/go-tools/Makefile Wed Sep 21 00:06:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2022/09/07 09:32:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.68 2022/09/21 00:06:34 schmonz Exp $
DISTNAME= tools-0.1.0
PKGNAME= go-${DISTNAME}
@@ -70,6 +70,13 @@ CHECK_RELRO_SKIP+= bin/stress
CHECK_RELRO_SKIP+= bin/stringer
CHECK_RELRO_SKIP+= bin/toolstash
+.include "../../mk/bsd.fast.prefs.mk"
+
+PLIST_VARS+= splitdwarf
+.if ${OPSYS} != "SunOS"
+PLIST.splitdwarf= yes
+.endif
+
pre-patch:
${RM} -rf ${WRKSRC}/cmd/getgo/server
Index: pkgsrc/devel/go-tools/PLIST
diff -u pkgsrc/devel/go-tools/PLIST:1.7 pkgsrc/devel/go-tools/PLIST:1.8
--- pkgsrc/devel/go-tools/PLIST:1.7 Sat May 8 16:52:26 2021
+++ pkgsrc/devel/go-tools/PLIST Wed Sep 21 00:06:34 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/05/08 16:52:26 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.8 2022/09/21 00:06:34 schmonz Exp $
bin/authtest
bin/benchcmp
bin/bundle
@@ -24,7 +24,7 @@ bin/html2article
bin/netrcauth
bin/present
bin/present2md
-bin/splitdwarf
+${PLIST.splitdwarf}bin/splitdwarf
bin/ssadump
bin/stress
bin/stringer
Home |
Main Index |
Thread Index |
Old Index