diff options
author | erwin <erwin@FreeBSD.org> | 2003-09-25 14:40:26 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-09-25 14:40:26 +0800 |
commit | 2901d46a8cafdb351396c47792332a1098e2874a (patch) | |
tree | 6c58e193631b4acfa8f72257eb9d11b736d36569 /devel | |
parent | affc586f326fccab982e5fd0d8db48d21c5a6a3d (diff) | |
download | freebsd-ports-gnome-2901d46a8cafdb351396c47792332a1098e2874a.tar.gz freebsd-ports-gnome-2901d46a8cafdb351396c47792332a1098e2874a.tar.zst freebsd-ports-gnome-2901d46a8cafdb351396c47792332a1098e2874a.zip |
- update to 4.4
- use libtool from ports
- assign maintainership to submitter
PR: 56966
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Approved by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcre/Makefile | 17 | ||||
-rw-r--r-- | devel/pcre/distinfo | 2 |
2 files changed, 15 insertions, 4 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index d06e17da58cd..427f2fc496ae 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -6,23 +6,30 @@ # PORTNAME= pcre -PORTVERSION= 4.3 +PORTVERSION= 4.4 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= dom@happygiraffe.net +MAINTAINER= eikemeier@fillmore-labs.com COMMENT= Perl Compatible Regular Expressions library USE_BZIP2= yes GNU_CONFIGURE= yes +USE_LIBTOOL_VER= \ + 14 INSTALLS_SHLIB= yes +USE_REINPLACE= yes .if defined(WITH_UTF8) -CONFIGURE_ARGS+= --enable-utf8 +CONFIGURE_ARGS+= \ + --enable-utf8 .endif +CONFIGURE_TARGET= \ + --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + MAN1= pcregrep.1 pcretest.1 MAN3= pcre.3 pcre_compile.3 pcre_config.3 \ pcre_copy_named_substring.3 pcre_copy_substring.3 pcre_exec.3 \ @@ -47,6 +54,10 @@ HTMLDOC= index pcre pcre_compile \ pcreperform pcreposix pcresample \ pcretest +pre-configure: + @${REINPLACE_CMD} -e '/^LIBTOOL=/s,\$$(top_builddir)/libtool,${LIBTOOL},g' \ + ${WRKSRC}/configure + post-install: @${STRIP_CMD} ${STRIP} ${PREFIX}/bin/pcregrep @${STRIP_CMD} ${STRIP} ${PREFIX}/bin/pcretest diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index 1a012508ca6b..ba075d0477a1 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1 +1 @@ -MD5 (pcre-4.3.tar.bz2) = 7bc7d5b590a41e6f9ede30f272002a02 +MD5 (pcre-4.4.tar.bz2) = 89fc389191d9611b314c3fc23235377b |