pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ap-php



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jan 15 09:51:56 UTC 2018

Modified Files:
        pkgsrc/www/ap-php: Makefile

Log Message:
ap-php: Use {FORTIFY,SSP}_SUPPORTED.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/ap-php/Makefile

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

Modified files:

Index: pkgsrc/www/ap-php/Makefile
diff -u pkgsrc/www/ap-php/Makefile:1.37 pkgsrc/www/ap-php/Makefile:1.38
--- pkgsrc/www/ap-php/Makefile:1.37     Thu Aug 17 15:05:42 2017
+++ pkgsrc/www/ap-php/Makefile  Mon Jan 15 09:51:55 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2017/08/17 15:05:42 hauke Exp $
+# $NetBSD: Makefile,v 1.38 2018/01/15 09:51:55 jperkin Exp $
 
 PKGNAME=               ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-${PHP_VERSION}
 COMMENT=               Apache (${PKG_APACHE}) module for ${PKG_PHP}
@@ -9,8 +9,8 @@ USE_TOOLS+=             lex pkg-config
 
 APACHE_MODULE=         YES
 
-PKGSRC_USE_FORTIFY=    no
-PKGSRC_USE_SSP=                no
+FORTIFY_SUPPORTED=     no
+SSP_SUPPORTED=         no
 
 .include "../../lang/php/phpversion.mk"
 .include "${PHPPKGSRCDIR}/Makefile.php"



Home | Main Index | Thread Index | Old Index