pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/9base
Module Name: pkgsrc
Committed By: nia
Date: Tue Apr 13 08:05:30 UTC 2021
Modified Files:
pkgsrc/sysutils/9base: Makefile
Log Message:
9base: disable FORTIFY_SOURCE or this fails horribly
remove netbsd-5 workaround
bump PKGREVISION
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/9base/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/9base/Makefile
diff -u pkgsrc/sysutils/9base/Makefile:1.20 pkgsrc/sysutils/9base/Makefile:1.21
--- pkgsrc/sysutils/9base/Makefile:1.20 Mon Nov 4 21:28:40 2019
+++ pkgsrc/sysutils/9base/Makefile Tue Apr 13 08:05:30 2021
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2019/11/04 21:28:40 rillig Exp $
+# $NetBSD: Makefile,v 1.21 2021/04/13 08:05:30 nia Exp $
DISTNAME= 9base-6
-PKGREVISION= 2
PKGNAME= 9base-20100604
+PKGREVISION= 2
CATEGORIES= sysutils shells
MASTER_SITES= http://dl.suckless.org/tools/
@@ -17,6 +17,9 @@ CONFLICTS= rc-[0-9]*
PKG_SHELL= bin/rc
+# commits utter sins with sprintf() macros; glhf
+FORTIFY_SUPPORTED= no
+
.include "../../mk/bsd.prefs.mk"
# Darwin doesn't support static link.
@@ -31,11 +34,6 @@ LDFLAGS+= -lsocket -lnsl
LDFLAGS+= -static
.endif
-#XXX see http://gnats.netbsd.org/43228
-.if !empty(MACHINE_PLATFORM:MNetBSD-5.[0-8]*)
-BUILDLINK_TRANSFORM+= rm:-static
-.endif
-
PREFIX9P= ${PREFIX}/9base
MAKE_FLAGS+= PREFIX=${PREFIX9P} \
Home |
Main Index |
Thread Index |
Old Index