summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2012-03-02 15:25:06 +0000
committerwiz <wiz>2012-03-02 15:25:06 +0000
commit4a158feb6d13f2949875aa1e93bd73527ea5938b (patch)
treef73b932f7ac59f48d942d7e8a17ab82cc6552c80
parent72f89c27d9ca4296a4d6c84340afb2dcd4253dc7 (diff)
downloadpkgsrc-4a158feb6d13f2949875aa1e93bd73527ea5938b.tar.gz
Enable 16-bit support. Bump PKGREVISION.
-rw-r--r--devel/pcre/Makefile5
-rw-r--r--devel/pcre/PLIST4
2 files changed, 7 insertions, 2 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 12f36e69b88..87e681d9258 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2012/03/02 14:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2012/03/02 15:25:06 wiz Exp $
DISTNAME= pcre-8.30
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
${MASTER_SITE_SOURCEFORGE:=pcre/}
@@ -18,6 +19,7 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-utf8 --enable-unicode-properties
+CONFIGURE_ARGS+= --enable-pcre16
SUBST_CLASSES+= rpath
SUBST_STAGE.rpath= pre-configure
@@ -26,6 +28,7 @@ SUBST_FILES.rpath= pcre-config.in
SUBST_VARS.rpath= COMPILER_RPATH_FLAG
PKGCONFIG_OVERRIDE= libpcre.pc.in libpcrecpp.pc.in libpcreposix.pc.in
+PKGCONFIG_OVERRIDE+= libpcre16.pc.in
# needs a stacksize of 5.5mb, default is 2mb
TEST_TARGET= test
diff --git a/devel/pcre/PLIST b/devel/pcre/PLIST
index ceabff1d2bb..154eda65f65 100644
--- a/devel/pcre/PLIST
+++ b/devel/pcre/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2012/03/02 14:10:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.16 2012/03/02 15:25:06 wiz Exp $
bin/pcre-config
bin/pcregrep
bin/pcretest
@@ -9,9 +9,11 @@ include/pcrecpp.h
include/pcrecpparg.h
include/pcreposix.h
lib/libpcre.la
+lib/libpcre16.la
lib/libpcrecpp.la
lib/libpcreposix.la
lib/pkgconfig/libpcre.pc
+lib/pkgconfig/libpcre16.pc
lib/pkgconfig/libpcrecpp.pc
lib/pkgconfig/libpcreposix.pc
man/man1/pcre-config.1