ports/56966: [PATCH] port devel/pcre: update to 4.4, request for maintainership

Oliver Eikemeier eikemeier at fillmore-labs.com
Thu Sep 18 01:50:21 UTC 2003


>Number:         56966
>Category:       ports
>Synopsis:       [PATCH] port devel/pcre: update to 4.4, request for maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 17 18:50:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Eikemeier
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
Fillmore Labs - http://www.fillmore-labs.com
>Environment:
System: FreeBSD nuuk.fillmore-labs.com 5.1-CURRENT

>Description:

- update to 4.4
- use libtool from ports 
- request for maintainership: are you still interested in this port?

>How-To-Repeat:
>Fix:

--- pcre-4.4.patch begins here ---
diff -Nur devel/pcre/Makefile.orig devel/pcre/Makefile
--- devel/pcre/Makefile.orig	Fri Jul 11 02:05:15 2003
+++ devel/pcre/Makefile	Thu Sep 18 03:37:54 2003
@@ -6,23 +6,30 @@
 #
 
 PORTNAME=	pcre
-PORTVERSION=	4.3
+PORTVERSION=	4.4
 CATEGORIES=	devel
 MASTER_SITES=	ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/ \
 		${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	dom at happygiraffe.net
+MAINTAINER=	eikemeier at fillmore-labs.com
 COMMENT=	Perl Compatible Regular Expressions library
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USE_LIBTOOL_VER=	\
+		14	
 INSTALLS_SHLIB=	yes
+USE_REINPLACE=	yes
 
 .if defined(WITH_UTF8)
-CONFIGURE_ARGS+= --enable-utf8
+CONFIGURE_ARGS+=	\
+		--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 \
@@ -46,6 +53,10 @@
 		pcrecompat pcregrep pcrepattern \
 		pcreperform pcreposix pcresample \
 		pcretest
+
+pre-configure:
+	@${REINPLACE_CMD} -e '/^LIBTOOL=/s,\$$(top_builddir)/libtool,${LIBTOOL},g' \
+		${WRKSRC}/configure
 
 post-install:
 	@${STRIP_CMD} ${STRIP} ${PREFIX}/bin/pcregrep
diff -Nur devel/pcre/distinfo.orig devel/pcre/distinfo
--- devel/pcre/distinfo.orig	Fri Jul 11 02:05:15 2003
+++ devel/pcre/distinfo	Thu Sep 18 02:49:42 2003
@@ -1 +1 @@
-MD5 (pcre-4.3.tar.bz2) = 7bc7d5b590a41e6f9ede30f272002a02
+MD5 (pcre-4.4.tar.bz2) = 89fc389191d9611b314c3fc23235377b
--- pcre-4.4.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list