ports/58201: Update port: devel/regexxer to use PCRE 4.4

Rui Lopes rui at ruilopes.com
Sat Oct 18 12:20:15 UTC 2003


>Number:         58201
>Category:       ports
>Synopsis:       Update port: devel/regexxer to use PCRE 4.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 05:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rui Lopes
>Release:        FreeBSD 5.1-RELEASE-p10 i386
>Organization:
>Environment:
System: FreeBSD cheetah 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #3: Sat Oct 11 19:39:45 WEST 2003 root at cheetah:/usr/obj/usr/src/sys/DEBUGGER i386


	
>Description:
* Use PCRE 4.4
* Fix PCRE private install (now a regular user can compile the port)
* Add official PCRE site to MASTER_SITES (sourceforge is lagging)
	
>How-To-Repeat:
	
>Fix:

	

--- regexxer.patch begins here ---
diff -u regexxer.orig/Makefile regexxer/Makefile
--- regexxer.orig/Makefile	Sat Oct 18 11:53:18 2003
+++ regexxer/Makefile	Sat Oct 18 12:18:45 2003
@@ -7,10 +7,11 @@
 
 PORTNAME=		regexxer
 PORTVERSION=		0.4
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		devel textproc gnome
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE} \
-			${MASTER_SITE_SOURCEFORGE:S/$/:pcre/}
+			${MASTER_SITE_SOURCEFORGE:S/$/:pcre/} \
+			ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/:pcre
 MASTER_SITE_SUBDIR=	${PORTNAME} \
 			${PCRE_NAME}/:pcre
 DISTFILES=		${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
@@ -28,7 +29,7 @@
 CONFIGURE_ARGS=		PCRE_CONFIG="${PCRE_WRKDIR}/.install/bin/pcre-config"
 
 PCRE_NAME=		pcre
-PCRE_VERSION=		4.3
+PCRE_VERSION=		4.4
 PCRE_WRKDIR=		${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION}
 
 pre-configure:
@@ -36,7 +37,7 @@
 		$(ECHO_CMD) "Configuring PCRE... " && \
 		${SETENV} CC="${CC}" CXX="${CXX}" \
 		CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
-		INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
+		INSTALL="/usr/bin/install" \
 		INSTALL_DATA="${INSTALL_DATA}" \
 		INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 		INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
diff -u regexxer.orig/distinfo regexxer/distinfo
--- regexxer.orig/distinfo	Sat Oct 18 11:53:18 2003
+++ regexxer/distinfo	Sat Oct 18 12:01:29 2003
@@ -1,2 +1,2 @@
 MD5 (regexxer-0.4.tar.gz) = e761fe8dd24eaa9f1d203672a92bbfd5
-MD5 (pcre-4.3.tar.gz) = f0c9304a2a2aeb2ce20c880dbf776285
+MD5 (pcre-4.4.tar.gz) = fd0becd667dd85e8dfab6a746ffee550
--- regexxer.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list