pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/memtestplus



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jan 15 09:50:47 UTC 2018

Modified Files:
        pkgsrc/sysutils/memtestplus: Makefile

Log Message:
memtestplus: Use {FORTIFY,SSP}_SUPPORTED.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/memtestplus/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/memtestplus/Makefile
diff -u pkgsrc/sysutils/memtestplus/Makefile:1.21 pkgsrc/sysutils/memtestplus/Makefile:1.22
--- pkgsrc/sysutils/memtestplus/Makefile:1.21   Fri Jul  7 22:44:26 2017
+++ pkgsrc/sysutils/memtestplus/Makefile        Mon Jan 15 09:50:47 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2017/07/07 22:44:26 pgoyette Exp $
+# $NetBSD: Makefile,v 1.22 2018/01/15 09:50:47 jperkin Exp $
 #
 
 # Note -- version number also in the do-install rule
@@ -18,8 +18,8 @@ LICENSE=              gnu-gpl-v2
 
 ONLY_FOR_PLATFORM=     NetBSD-*-i386 Linux-*-i386 NetBSD-*-x86_64 Linux-*-x86_64
 
-PKGSRC_USE_FORTIFY=no
-PKGSRC_USE_SSP=no
+FORTIFY_SUPPORTED=     no
+SSP_SUPPORTED=         no
 
 .include "../../mk/bsd.prefs.mk"
 .if !empty(MACHINE_PLATFORM:MNetBSD-5.*)



Home | Main Index | Thread Index | Old Index