pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/go-tools It seems to be the case that splitdwarf...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f65f3fa0517
branches: trunk
changeset: 385614:4f65f3fa0517
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Sep 21 00:06:34 2022 +0000
description:
It seems to be the case that splitdwarf is not built on Solarish, so
make the PLIST match. NFCI elsewhere.
diffstat:
devel/go-tools/Makefile | 9 ++++++++-
devel/go-tools/PLIST | 4 ++--
2 files changed, 10 insertions(+), 3 deletions(-)
diffs (41 lines):
diff -r d83f45b697a5 -r 4f65f3fa0517 devel/go-tools/Makefile
--- a/devel/go-tools/Makefile Tue Sep 20 20:56:06 2022 +0000
+++ b/devel/go-tools/Makefile Wed Sep 21 00:06:34 2022 +0000
@@ -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/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
diff -r d83f45b697a5 -r 4f65f3fa0517 devel/go-tools/PLIST
--- a/devel/go-tools/PLIST Tue Sep 20 20:56:06 2022 +0000
+++ b/devel/go-tools/PLIST Wed Sep 21 00:06:34 2022 +0000
@@ -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/netrcauth
bin/present
bin/present2md
-bin/splitdwarf
+${PLIST.splitdwarf}bin/splitdwarf
bin/ssadump
bin/stress
bin/stringer
Home |
Main Index |
Thread Index |
Old Index