pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go-bin



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 23 11:02:02 UTC 2022

Modified Files:
        pkgsrc/lang/go-bin: Makefile

Log Message:
Mark the package as MKPIE-unsupported


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/go-bin/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go-bin/Makefile
diff -u pkgsrc/lang/go-bin/Makefile:1.8 pkgsrc/lang/go-bin/Makefile:1.9
--- pkgsrc/lang/go-bin/Makefile:1.8     Wed Jul 14 18:38:58 2021
+++ pkgsrc/lang/go-bin/Makefile Sun Jan 23 11:02:02 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/07/14 18:38:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2022/01/23 11:02:02 pho Exp $
 
 PKGNAME=       go-bin-1.14.2
 PKGREVISION=   4
@@ -16,6 +16,9 @@ USE_LANGUAGES=        # none
 USE_TOOLS+=    pax perl:run bash:run
 WRKSRC=                ${WRKDIR}/go
 
+# Binary distributions are not built as PIE.
+MKPIE_SUPPORTED=       no
+
 REPLACE_PERL+=                 src/*/*.pl src/*/*/*.pl
 REPLACE_PERL+=                 src/net/http/cgi/testdata/test.cgi
 REPLACE_BASH+=                 */*.bash */*/*.bash */*/*/*.bash */*/*/*/*/*/*.bash



Home | Main Index | Thread Index | Old Index