ports/52689: Update port: devel/regexxer Use pcre 4.3

Rui Lopes rui at ruilopes.com
Wed May 28 09:30:03 UTC 2003


The following reply was made to PR ports/52689; it has been noted by GNATS.

From: Rui Lopes <rui at ruilopes.com>
To: freebsd-gnats-submit at FreeBSD.org, rui at ruilopes.com
Cc:  
Subject: Re: ports/52689: Update port: devel/regexxer Use pcre 4.3
Date: Wed, 28 May 2003 10:25:35 +0100

 This is a multi-part message in MIME format.
 --------------050702080501070402090402
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Transfer-Encoding: 7bit
 
 I've contacted pcre.org webmaster and now sourceforge mirrors have pcre 
 4.3, so please use the attached Makefile.diff instead of the one in the 
 original pr.
 
 Thanks,
 Rui Lopes
 
 --------------050702080501070402090402
 Content-Type: text/plain;
  name="Makefile.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="Makefile.diff"
 
 --- Makefile.orig	Sun Apr 20 03:56:27 2003
 +++ Makefile	Wed May 28 09:47:45 2003
 @@ -7,9 +7,10 @@
  
  PORTNAME=		regexxer
  PORTVERSION=		0.4
 +PORTREVISION=		1
  CATEGORIES=		devel textproc gnome
  MASTER_SITES=		${MASTER_SITE_SOURCEFORGE} \
 -	       		${MASTER_SITE_SOURCEFORGE:S/$/:pcre/}
 +			${MASTER_SITE_SOURCEFORGE:S/$/:pcre/}
  MASTER_SITE_SUBDIR=	${PORTNAME} \
  			${PCRE_NAME}/:pcre
  DISTFILES=		${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \
 @@ -23,17 +24,16 @@
  USE_X_PREFIX=		yes
  GNU_CONFIGURE=		yes
  USE_GMAKE=		yes
 -USE_GNOME=		gnomehack gnomeprefix
 -CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 +USE_GNOME=		gnomehack gnomeprefix gnometarget
  CONFIGURE_ARGS=		PCRE_CONFIG="${PCRE_WRKDIR}/.install/bin/pcre-config"
  
  PCRE_NAME=		pcre
 -PCRE_VERSION=		3.9
 +PCRE_VERSION=		4.3
  PCRE_WRKDIR=		${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION}
  
  pre-configure:
  	@(cd ${PCRE_WRKDIR} && \
 -		$(ECHO) "Configuring PCRE... " && \
 +		$(ECHO_CMD) "Configuring PCRE... " && \
  		${SETENV} CC="${CC}" CXX="${CXX}" \
  		CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
  		INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
 
 --------------050702080501070402090402--
 



More information about the freebsd-ports-bugs mailing list