Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/security/php-suhosin/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/security/php-suhosin/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- pkgsrc/security/php-suhosin/Makefile 2012/01/20 03:23:34 1.5 +++ pkgsrc/security/php-suhosin/Makefile 2012/06/16 02:59:48 1.6 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/01/20 03:23:34 taca Exp $ +# $NetBSD: Makefile,v 1.6 2012/06/16 02:59:48 taca Exp $ # MODNAME= suhosin @@ -14,6 +14,9 @@ COMMENT= Advanced protection system for PKG_DESTDIR_SUPPORT= user-destdir +# There is no patch for PHP 5.4 yet(?). +PHP_VERSIONS_ACCEPTED= 52 53 + CONFIGURE_ARGS= --enable-${MODNAME} .include "../../lang/php/ext.mk"