diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2009-04-12 09:06:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2009-04-12 09:06:47 +0000 |
commit | 4ca59ff1a6e0f0f02f0e381b372820752cdc4fed (patch) | |
tree | c8b5e0703a44193b05cb6ab7e9a6021f2348991e /devel/pcre | |
parent | ebfebf84278b340681e0f4954bbda10a90aa0c77 (diff) | |
download | ports-4ca59ff1a6e0f0f02f0e381b372820752cdc4fed.tar.gz ports-4ca59ff1a6e0f0f02f0e381b372820752cdc4fed.zip |
Notes
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 10 | ||||
-rw-r--r-- | devel/pcre/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 0a856344fa90..97f7d5e26649 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pcre -PORTVERSION= 7.8 +PORTVERSION= 7.9 CATEGORIES= devel MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \ @@ -21,10 +21,16 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-utf8 --enable-unicode-properties +.include <bsd.port.pre.mk> + .if !defined(NOPORTDOCS) PORTDOCS= * .endif +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +CFLAGS+= -fPIC +.endif + .if defined(WITH_LINK_SIZE) CONFIGURE_ARGS+=--with-link-size=${WITH_LINK_SIZE} .endif @@ -55,4 +61,4 @@ post-patch: post-install: @${STRIP_CMD} ${PREFIX}/bin/pcregrep ${PREFIX}/bin/pcretest -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo index 15ec6e421d95..9ef2663a1d39 100644 --- a/devel/pcre/distinfo +++ b/devel/pcre/distinfo @@ -1,3 +1,3 @@ -MD5 (pcre-7.8.tar.bz2) = 141132d6af14dccc7b08fa797e4fd441 -SHA256 (pcre-7.8.tar.bz2) = 795f3c2ae29339e633a4dac7b596d6cd4d86504befbe951c9d5ff42aca9858ff -SIZE (pcre-7.8.tar.bz2) = 840922 +MD5 (pcre-7.9.tar.bz2) = b6a9669d1863423f01ea46cdf00f93dc +SHA256 (pcre-7.9.tar.bz2) = 40a13a9759f1de5b16bc2f0d47b6aa5f0ec010325646922f54b013c040dcd740 +SIZE (pcre-7.9.tar.bz2) = 861580 |