aboutsummaryrefslogtreecommitdiff
path: root/devel/pcre
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2006-12-27 10:26:40 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2006-12-27 10:26:40 +0000
commit4c1eba3d46abfa5d02ea3dd3f7191785c11f8206 (patch)
tree106cbd769655742043c1f29ce1dd27e380dfeec9 /devel/pcre
parentc4a4b47e7fb3cb4fe94c34e93b3a01f2ae4bfe89 (diff)
downloadports-4c1eba3d46abfa5d02ea3dd3f7191785c11f8206.tar.gz
ports-4c1eba3d46abfa5d02ea3dd3f7191785c11f8206.zip
Update to 7.0
Notes
Notes: svn path=/head/; revision=180841
Diffstat (limited to 'devel/pcre')
-rw-r--r--devel/pcre/Makefile6
-rw-r--r--devel/pcre/distinfo6
-rw-r--r--devel/pcre/files/patch-Makefile.in11
-rw-r--r--devel/pcre/files/patch-pcretest.c12
-rw-r--r--devel/pcre/pkg-plist1
5 files changed, 15 insertions, 21 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile
index 60e3cf38cbb0..ba305e3921ab 100644
--- a/devel/pcre/Makefile
+++ b/devel/pcre/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pcre
-PORTVERSION= 6.7
+PORTVERSION= 7.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \
@@ -21,6 +21,8 @@ CONFLICTS?= pcre-utf8-[0-9]*
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+CONFIGURE_ARGS= --mandir=${PREFIX}/man
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if !defined(NOPORTDOCS)
PORTDOCS= *
@@ -37,8 +39,6 @@ CONFIGURE_ARGS+=--enable-utf8 \
CONFIGURE_ARGS+=--with-link-size=${WITH_LINK_SIZE}
.endif
-CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
MAN1= pcregrep.1 pcretest.1
MAN3= pcre.3 pcre_compile.3 pcre_compile2.3 pcre_config.3 \
pcre_copy_named_substring.3 pcre_copy_substring.3 \
diff --git a/devel/pcre/distinfo b/devel/pcre/distinfo
index ac66c0cd460b..909abdf30716 100644
--- a/devel/pcre/distinfo
+++ b/devel/pcre/distinfo
@@ -1,3 +1,3 @@
-MD5 (pcre-6.7.tar.bz2) = dbbec9d178ce199e67e98c9a4f994f90
-SHA256 (pcre-6.7.tar.bz2) = 006097cd72835acc9a15fc9239136975f354efa3d39cb9617b3f37432f7ed795
-SIZE (pcre-6.7.tar.bz2) = 570867
+MD5 (pcre-7.0.tar.bz2) = b97e3bb84bd665e0fbb7a90344d65a43
+SHA256 (pcre-7.0.tar.bz2) = 27265b2eb2c2e8026e02df7fbdc30eec05f00b9a1e7f9e652a0258d4888f0bbe
+SIZE (pcre-7.0.tar.bz2) = 607541
diff --git a/devel/pcre/files/patch-Makefile.in b/devel/pcre/files/patch-Makefile.in
index fbed9667f2f9..343399420288 100644
--- a/devel/pcre/files/patch-Makefile.in
+++ b/devel/pcre/files/patch-Makefile.in
@@ -1,13 +1,18 @@
---- Makefile.in.orig Wed Jul 27 14:02:36 2005
-+++ Makefile.in Wed Jul 27 14:04:08 2005
-@@ -483,8 +483,8 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig
++++ Makefile.in
+@@ -522,9 +522,9 @@
$(LIBTOOL) --mode=install $(INSTALL) pcregrep@EXEEXT@ $(DESTDIR)$(BINDIR)/pcregrep@EXEEXT@
$(LIBTOOL) --mode=install $(INSTALL) pcretest@EXEEXT@ $(DESTDIR)$(BINDIR)/pcretest@EXEEXT@
$(INSTALL) pcre-config $(DESTDIR)$(BINDIR)/pcre-config
- $(mkinstalldirs) $(DESTDIR)$(LIBDIR)/pkgconfig
- $(INSTALL_DATA) libpcre.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc
+- $(INSTALL_DATA) libpcrecpp.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcrecpp.pc
+ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata/pkgconfig
+ $(INSTALL_DATA) libpcre.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/libpcre.pc
++ $(INSTALL_DATA) libpcrecpp.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/libpcrecpp.pc
# The uninstall target removes all the files that were installed.
diff --git a/devel/pcre/files/patch-pcretest.c b/devel/pcre/files/patch-pcretest.c
deleted file mode 100644
index bb630adce028..000000000000
--- a/devel/pcre/files/patch-pcretest.c
+++ /dev/null
@@ -1,12 +0,0 @@
-*** pcretest.c.orig Wed Jul 5 21:28:01 2006
---- pcretest.c Fri Jul 7 19:35:47 2006
-***************
-*** 45,50 ****
---- 45,51 ----
- #include <errno.h>
-
- #ifndef _WIN32
-+ #include <sys/time.h>
- #include <sys/resource.h>
- #endif
-
diff --git a/devel/pcre/pkg-plist b/devel/pcre/pkg-plist
index ff0a411a8e90..bbcbeb41633d 100644
--- a/devel/pcre/pkg-plist
+++ b/devel/pcre/pkg-plist
@@ -20,3 +20,4 @@ lib/libpcreposix.la
lib/libpcreposix.so
lib/libpcreposix.so.0
libdata/pkgconfig/libpcre.pc
+libdata/pkgconfig/libpcrecpp.pc