diff options
author | krion <krion@FreeBSD.org> | 2007-03-12 03:41:33 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2007-03-12 03:41:33 +0800 |
commit | a69e91695a0da18074318bc3298825d9da31b323 (patch) | |
tree | 0cea72fd5a4d4e6fbe90e35e433dd37e1839c1c6 /devel/pcre | |
parent | c1e9ebaae7a022c4d69708b4a8e62793e75fe041 (diff) | |
download | freebsd-ports-gnome-a69e91695a0da18074318bc3298825d9da31b323.tar.gz freebsd-ports-gnome-a69e91695a0da18074318bc3298825d9da31b323.tar.zst freebsd-ports-gnome-a69e91695a0da18074318bc3298825d9da31b323.zip |
Remove devel/pcre-utf8 and enable UTF8 support in devel/pcre by
default.
Bump PORTREVISION on all dependent ports.
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index ba305e3921ab..259dc6576f9d 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcre PORTVERSION= 7.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \ @@ -16,25 +17,17 @@ MASTER_SITE_SUBDIR=${PORTNAME} MAINTAINER= krion@FreeBSD.org COMMENT= Perl Compatible Regular Expressions library -CONFLICTS?= pcre-utf8-[0-9]* - USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man +CONFIGURE_ARGS= --mandir=${PREFIX}/man --enable-utf8 \ + --enable-unicode-properties CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} .if !defined(NOPORTDOCS) PORTDOCS= * .endif -.if defined(WITH_UTF8) -CONFLICTS= pcre-[0-9]* -PKGNAMESUFFIX= -utf8 -CONFIGURE_ARGS+=--enable-utf8 \ - --enable-unicode-properties -.endif - .if defined(WITH_LINK_SIZE) CONFIGURE_ARGS+=--with-link-size=${WITH_LINK_SIZE} .endif |