pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/php71 php71: don't disable pcre-jit on amd64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90c8ff06e9e2
branches:  trunk
changeset: 357695:90c8ff06e9e2
user:      maya <maya%pkgsrc.org@localhost>
date:      Thu Jan 26 00:40:47 2017 +0000

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

now bump pkgrevision.

diffstat:

 lang/php71/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 54481305479d -r 90c8ff06e9e2 lang/php71/Makefile
--- a/lang/php71/Makefile       Wed Jan 25 23:17:20 2017 +0000
+++ b/lang/php71/Makefile       Thu Jan 26 00:40:47 2017 +0000
@@ -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 @@
 # 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