aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-02-16 15:42:36 +0800
committermm <mm@FreeBSD.org>2012-02-16 15:42:36 +0800
commitadb1264e19c755110737bb7c4aee4991c4847fba (patch)
tree62e1770980086e4287b284c3ca24a2152c565a44
parentdeb9407b5392cbdd48ae644bed08f1a2c8ee235e (diff)
downloadfreebsd-ports-gnome-adb1264e19c755110737bb7c4aee4991c4847fba.tar.gz
freebsd-ports-gnome-adb1264e19c755110737bb7c4aee4991c4847fba.tar.zst
freebsd-ports-gnome-adb1264e19c755110737bb7c4aee4991c4847fba.zip
Enable build of libpcre16
Bump PORTREVISION
-rw-r--r--devel/pcre/Makefile4
-rw-r--r--devel/pcre/pkg-plist5
2 files changed, 8 insertions, 1 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 3edb4b1d4107..fe69659039c4 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pcre
PORTVERSION= 8.30
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \
@@ -26,7 +27,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GNOME= gnomehack
-CONFIGURE_ARGS= --enable-utf8 --enable-unicode-properties
+CONFIGURE_ARGS= --enable-utf --enable-unicode-properties \
+ --enable-pcre8 --enable-pcre16
.include <bsd.port.options.mk>
diff --git a/devel/pcre/pkg-plist b/devel/pcre/pkg-plist
index bd522a17d6fa..f599b84f546b 100644
--- a/devel/pcre/pkg-plist
+++ b/devel/pcre/pkg-plist
@@ -11,6 +11,10 @@ lib/libpcre.a
lib/libpcre.la
lib/libpcre.so
lib/libpcre.so.1
+lib/libpcre16.a
+lib/libpcre16.la
+lib/libpcre16.so
+lib/libpcre16.so.0
lib/libpcrecpp.a
lib/libpcrecpp.la
lib/libpcrecpp.so
@@ -20,5 +24,6 @@ lib/libpcreposix.la
lib/libpcreposix.so
lib/libpcreposix.so.0
libdata/pkgconfig/libpcre.pc
+libdata/pkgconfig/libpcre16.pc
libdata/pkgconfig/libpcrecpp.pc
libdata/pkgconfig/libpcreposix.pc