upgrade ports/devel/pcre to 5.0

Ying-Chieh Liao ijliao at FreeBSD.org
Tue Sep 14 01:43:36 PDT 2004


as attached
-- 
self-producing in python :
l='l=%s;print l%%`l`';print l%`l`
					-- Frank Stajano
-------------- next part --------------
Index: pcre/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/pcre/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- pcre/Makefile	1 Jul 2004 17:06:38 -0000	1.22
+++ pcre/Makefile	14 Sep 2004 08:42:04 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pcre
-PORTVERSION=	4.5
+PORTVERSION=	5.0
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
 		ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \
@@ -18,6 +18,7 @@
 COMMENT=	Perl Compatible Regular Expressions library
 
 USE_BZIP2=	yes
+USE_GNOME=	gnometarget
 GNU_CONFIGURE=	yes
 USE_LIBTOOL_VER=15
 INSTALLS_SHLIB=	yes
@@ -32,9 +33,6 @@
 		--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 \
@@ -51,8 +49,7 @@
 		${WRKSRC}/configure
 
 post-install:
-	@${STRIP_CMD} ${STRIP} ${PREFIX}/bin/pcregrep
-	@${STRIP_CMD} ${STRIP} ${PREFIX}/bin/pcretest
+	@${STRIP_CMD} ${PREFIX}/bin/pcregrep ${PREFIX}/bin/pcretest
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR} ${DOCSDIR}/html
 	@cd ${WRKSRC}; ${INSTALL_DATA} ChangeLog NEWS doc/Tech.Notes doc/*.txt ${DOCSDIR}
Index: pcre/distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/pcre/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- pcre/distinfo	18 Mar 2004 01:04:30 -0000	1.12
+++ pcre/distinfo	14 Sep 2004 08:42:04 -0000
@@ -1,2 +1,2 @@
-MD5 (pcre-4.5.tar.bz2) = c51bd34197008b128046f0799d2242e4
-SIZE (pcre-4.5.tar.bz2) = 349536
+MD5 (pcre-5.0.tar.bz2) = 813850808894d99fb5b1c41ec6335d4f
+SIZE (pcre-5.0.tar.bz2) = 465738
Index: pcre/pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/pcre/pkg-plist,v
retrieving revision 1.9
diff -u -r1.9 pkg-plist
--- pcre/pkg-plist	19 Jan 2004 22:30:50 -0000	1.9
+++ pcre/pkg-plist	14 Sep 2004 08:42:04 -0000
@@ -9,3 +9,4 @@
 lib/libpcreposix.a
 lib/libpcreposix.so
 lib/libpcreposix.so.0
+libdata/pkgconfig/libpcre.pc
Index: pcre/files/patch-Makefile.in
===================================================================
RCS file: pcre/files/patch-Makefile.in
diff -N pcre/files/patch-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pcre/files/patch-Makefile.in	14 Sep 2004 08:42:04 -0000
@@ -0,0 +1,13 @@
+--- Makefile.in.orig	Tue Sep 14 16:38:19 2004
++++ Makefile.in	Tue Sep 14 16:38:57 2004
+@@ -259,8 +259,8 @@
+ 		$(LIBTOOL) --mode=install $(INSTALL) pcregrep at EXEEXT@ $(DESTDIR)$(BINDIR)/pcregrep at EXEEXT@
+ 		$(LIBTOOL) --mode=install $(INSTALL) pcretest at EXEEXT@ $(DESTDIR)$(BINDIR)/pcretest at EXEEXT@
+ 		$(INSTALL) pcre-config $(DESTDIR)$(BINDIR)/pcre-config
+-		$(mkinstalldirs) $(DESTDIR)$(LIBDIR)/pkgconfig
+-		$(INSTALL) libpcre.pc $(DESTDIR)$(LIBDIR)/pkgconfig/libpcre.pc
++		$(mkinstalldirs) $(DESTDIR)$(prefix)/libdata/pkgconfig
++		$(INSTALL) libpcre.pc $(DESTDIR)$(prefix)/libdata/pkgconfig/libpcre.pc
+ 
+ # We deliberately omit dftables and chartables.c from 'make clean'; once made
+ # chartables.c shouldn't change, and if people have edited the tables by hand,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040914/17b52ee1/attachment.bin


More information about the freebsd-ports mailing list