diff options
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 |