aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2009-04-12 17:06:47 +0800
committerkrion <krion@FreeBSD.org>2009-04-12 17:06:47 +0800
commit4240ef9a51015c83ddaa38df98561de35da24db0 (patch)
tree0cdbfb4f1ffc0f6dad4503c19bdcf9523c115d0b /devel
parentfd95d5810910881a578a9a4fd52ad5f03b30dacc (diff)
downloadfreebsd-ports-gnome-4240ef9a51015c83ddaa38df98561de35da24db0.tar.gz
freebsd-ports-gnome-4240ef9a51015c83ddaa38df98561de35da24db0.tar.zst
freebsd-ports-gnome-4240ef9a51015c83ddaa38df98561de35da24db0.zip
Update to 7.9
Diffstat (limited to 'devel')
-rw-r--r--devel/pcre/Makefile10
-rw-r--r--devel/pcre/distinfo6
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