ports/127135: [PATCH] devel/pcre: update to 7.8

chinsan chinsan at FreeBSD.org
Sat Sep 6 06:00:15 UTC 2008


>Number:         127135
>Category:       ports
>Synopsis:       [PATCH] devel/pcre: update to 7.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 06 06:00:14 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD chinsan.info 7.0-STABLE FreeBSD 7.0-STABLE #2: Mon Apr 21 11:50:08 CST 2008
>Description:
- Update to 7.8

Removed file(s):
- files/patch-Makefile.in
- files/patch-pcre__compile.c

Port maintainer (krion at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pcre-7.8.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/pcre/Makefile /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/Makefile
--- /usr/ports/devel/pcre/Makefile	2008-08-21 18:06:38.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/Makefile	2008-09-06 13:58:21.000000000 +0800
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	pcre
-PORTVERSION=	7.7
-PORTREVISION=	1
+PORTVERSION=	7.8
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
 		ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/ \
@@ -50,6 +49,8 @@
 	@${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \
 		${WRKSRC}/Makefile.in
 .endif
+	${REINPLACE_CMD} -e 's/\(pkgconfigdir = \).*/\1$$\(DESTDIR\)$$\(prefix\)\/libdata\/pkgconfig/' \
+		${WRKSRC}/Makefile.in
 
 post-install:
 	@${STRIP_CMD} ${PREFIX}/bin/pcregrep ${PREFIX}/bin/pcretest
diff -ruN --exclude=CVS /usr/ports/devel/pcre/distinfo /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/distinfo
--- /usr/ports/devel/pcre/distinfo	2008-05-18 17:42:26.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/distinfo	2008-09-06 13:36:15.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (pcre-7.7.tar.bz2) = 4b2e9cde1f7227448dddba59843efa0b
-SHA256 (pcre-7.7.tar.bz2) = bada84f483b428bb45ee68899b62c996f03e8c9422408fc72e60ec854c9df640
-SIZE (pcre-7.7.tar.bz2) = 818897
+MD5 (pcre-7.8.tar.bz2) = 141132d6af14dccc7b08fa797e4fd441
+SHA256 (pcre-7.8.tar.bz2) = 795f3c2ae29339e633a4dac7b596d6cd4d86504befbe951c9d5ff42aca9858ff
+SIZE (pcre-7.8.tar.bz2) = 840922
diff -ruN --exclude=CVS /usr/ports/devel/pcre/files/patch-Makefile.in /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/files/patch-Makefile.in
--- /usr/ports/devel/pcre/files/patch-Makefile.in	2007-05-28 20:45:17.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/files/patch-Makefile.in	1970-01-01 08:00:00.000000000 +0800
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/devel/pcre/files/patch-Makefile.in,v 1.4 2007/05/28 12:45:17 krion Exp $
-
---- Makefile.in.orig
-+++ Makefile.in
-@@ -502,7 +502,7 @@
- pcredemo_LDADD = libpcre.la
- 
- # We have .pc files for pkg-config users.
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(DESTDIR)$(prefix)/libdata/pkgconfig
- pkgconfig_DATA = libpcre.pc $(am__append_7)
- dist_man_MANS = \
-   doc/pcre.3 \
diff -ruN --exclude=CVS /usr/ports/devel/pcre/files/patch-pcre__compile.c /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/files/patch-pcre__compile.c
--- /usr/ports/devel/pcre/files/patch-pcre__compile.c	2008-08-12 23:48:15.000000000 +0800
+++ /usr/home/tinderbox/portstrees/FreeBSD/ports/devel/pcre/files/patch-pcre__compile.c	1970-01-01 08:00:00.000000000 +0800
@@ -1,14 +0,0 @@
-
-$FreeBSD: ports/devel/pcre/files/patch-pcre__compile.c,v 1.1 2008/08/12 15:48:15 krion Exp $
-
---- pcre_compile.c.orig
-+++ pcre_compile.c
-@@ -4931,7 +4931,7 @@
-                (lengthptr == NULL || *lengthptr == 2 + 2*LINK_SIZE))
-             {
-             cd->external_options = newoptions;
--            options = newoptions;
-+            options = *optionsptr = newoptions;
-             }
-          else
-             {
--- pcre-7.8.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list