pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pcre2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Oct  1 10:21:03 UTC 2016

Modified Files:
        pkgsrc/devel/pcre2: Makefile

Log Message:
Enable JIT. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/pcre2/Makefile

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

Modified files:

Index: pkgsrc/devel/pcre2/Makefile
diff -u pkgsrc/devel/pcre2/Makefile:1.5 pkgsrc/devel/pcre2/Makefile:1.6
--- pkgsrc/devel/pcre2/Makefile:1.5     Sun Sep 11 14:39:27 2016
+++ pkgsrc/devel/pcre2/Makefile Sat Oct  1 10:21:03 2016
@@ -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 @@ LICENSE=      modified-bsd
 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 @@ CONFIGURE_ARGS+=      --enable-pcre2grep-libb
 
 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