pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pcre Enable unicode properties and bump PKGREVIS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dcb8c83f1d77
branches: trunk
changeset: 535109:dcb8c83f1d77
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Nov 07 21:27:48 2007 +0000
description:
Enable unicode properties and bump PKGREVISION.
With that in place this pkg can be used as an external dependency by
glib2 instead of building a bundled copy. This should save us headaches
in case of future security problems.
diffstat:
devel/pcre/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 7636f3a14aac -r dcb8c83f1d77 devel/pcre/Makefile
--- a/devel/pcre/Makefile Wed Nov 07 21:22:19 2007 +0000
+++ b/devel/pcre/Makefile Wed Nov 07 21:27:48 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2007/10/21 04:48:15 dsainty Exp $
+# $NetBSD: Makefile,v 1.44 2007/11/07 21:27:48 drochner Exp $
DISTNAME= pcre-7.4
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ \
${MASTER_SITE_SOURCEFORGE:=pcre/}
@@ -16,7 +17,7 @@
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-utf8
+CONFIGURE_ARGS+= --enable-utf8 --enable-unicode-properties
SUBST_CLASSES+= rpath
SUBST_STAGE.rpath= pre-configure
Home |
Main Index |
Thread Index |
Old Index