pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pcre2 Enable JIT. Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b9a7b2929dce
branches:  trunk
changeset: 353232:b9a7b2929dce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 01 10:21:03 2016 +0000

description:
Enable JIT. Bump PKGREVISION.

diffstat:

 devel/pcre2/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r d9b9e1ed7ff6 -r b9a7b2929dce devel/pcre2/Makefile
--- a/devel/pcre2/Makefile      Sat Oct 01 09:43:33 2016 +0000
+++ b/devel/pcre2/Makefile      Sat Oct 01 10:21:03 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2016/09/11 14:39:27 mef Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/01 10:21:03 wiz Exp $
 
 DISTNAME=      pcre2-10.22
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
                ${MASTER_SITE_SOURCEFORGE:=pcre/}
@@ -14,6 +15,7 @@
 USE_LANGUAGES=         c
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --enable-jit
 
 PKGCONFIG_OVERRIDE+=   libpcre2-16.pc.in
 PKGCONFIG_OVERRIDE+=   libpcre2-posix.pc.in
@@ -27,6 +29,8 @@
 
 TEST_TARGET=           check
 
+NOT_PAX_MPROTECT_SAFE= bin/pcre2grep bin/pcre2test
+
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index