pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/php71



Module Name:    pkgsrc
Committed By:   maya
Date:           Thu Jan 26 00:40:47 UTC 2017

Modified Files:
        pkgsrc/lang/php71: Makefile

Log Message:
php71: don't disable pcre-jit on amd64
(accidentially commented out condition).

now bump pkgrevision.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/php71/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/php71/Makefile
diff -u pkgsrc/lang/php71/Makefile:1.6 pkgsrc/lang/php71/Makefile:1.7
--- pkgsrc/lang/php71/Makefile:1.6      Sun Jan 22 11:42:22 2017
+++ pkgsrc/lang/php71/Makefile  Thu Jan 26 00:40:47 2017
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2017/01/22 11:42:22 maya Exp $
+# $NetBSD: Makefile,v 1.7 2017/01/26 00:40:47 maya Exp $
 
 #
 # We can't omit PKGNAME here to handle PKG_OPTIONS.
 #
 PKGNAME=               php-${PHP_VERSION:S/RC/rc/}
 CATEGORIES=            lang
+PKGREVISION=           1
 
 HOMEPAGE=              http://www.php.net/
 COMMENT=               PHP Hypertext Preprocessor version 7.1
@@ -44,9 +45,9 @@ INSTALLATION_DIRS+=   ${CGIDIR} ${PHP_EXTE
 # segfault generating phar.phar for i386 & SPARC
 # revisit this if builtin PCRE is updated beyond PCRE1 8.38
 # https://bugs.php.net/bug.php?id=73880
-#.if ${MACHINE_ARCH} != "x86_64"
+.if ${MACHINE_ARCH} != "x86_64"
 CONFIGURE_ARGS+=       --without-pcre-jit
-#.endif
+.endif
 
 # Make sure modules can link correctly
 .if ${OPSYS} == "Darwin"



Home | Main Index | Thread Index | Old Index