pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust-bin



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 30 04:31:22 UTC 2022

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

Log Message:
Mark the package as MKPIE-unsupported


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/lang/rust-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/rust-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.31 pkgsrc/lang/rust-bin/Makefile:1.32
--- pkgsrc/lang/rust-bin/Makefile:1.31  Fri Dec 10 19:00:35 2021
+++ pkgsrc/lang/rust-bin/Makefile       Sun Jan 30 04:31:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2021/12/10 19:00:35 gutteridge Exp $
+# $NetBSD: Makefile,v 1.32 2022/01/30 04:31:22 pho Exp $
 
 DISTNAME=      rust-1.56.1
 PKGNAME=       ${DISTNAME:S/rust/rust-bin/1}
@@ -39,6 +39,9 @@ BROKEN_ON_PLATFORM+=  NetBSD-[1-7].*-*
 # Bootstraps built for 9.0.
 BROKEN_ON_PLATFORM+=   NetBSD-8.*-earmv7hf
 
+# Binary distributions aren't built as PIE.
+MKPIE_SUPPORTED=       no
+
 NO_BUILD=      yes
 USE_TOOLS+=    bash pax
 WRKSRC=                ${WRKDIR}/${DISTFILES:S/.tar.gz//}



Home | Main Index | Thread Index | Old Index