From ef2e0412350286772cc8b903ee699db1920df742 Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Thu, 8 Jul 2004 11:18:18 +0000 Subject: - Update to 0.7 - Use pcre 4.5 Approved by: maintainer --- devel/regexxer/Makefile | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'devel/regexxer/Makefile') diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index 814b3a0c20f4..44ecb4c3e2cc 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -6,8 +6,7 @@ # PORTNAME= regexxer -PORTVERSION= 0.6 -PORTREVISION= 2 +PORTVERSION= 0.7 CATEGORIES= devel textproc gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ${MASTER_SITE_SOURCEFORGE:S/$/:pcre/} \ @@ -20,8 +19,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= rui@ruilopes.com COMMENT= An interactive tool for performing search and replace operations -LIB_DEPENDS= gnomevfsmm-1.3:${PORTSDIR}/devel/gnome-vfsmm \ - gconfmm-2.0:${PORTSDIR}/devel/gconfmm +LIB_DEPENDS= gconfmm-2.0:${PORTSDIR}/devel/gconfmm USE_X_PREFIX= yes USE_REINPLACE= yes @@ -31,7 +29,7 @@ USE_GNOME= gnomehack gnomeprefix gnometarget CONFIGURE_ARGS= PCRE_CONFIG="${PCRE_WRKDIR}/.install/bin/pcre-config" PCRE_NAME= pcre -PCRE_VERSION= 4.4 +PCRE_VERSION= 4.5 PCRE_WRKDIR= ${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION} post-patch: @@ -49,4 +47,10 @@ pre-configure: ./configure --enable-utf8 --disable-shared --prefix="${PCRE_WRKDIR}/.install" && \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} $(INSTALL_TARGET)) -.include +.include + +.if ${OSVERSION} < 500000 +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_stl +.endif + +.include -- cgit v1.2.3