diff options
author | marcus <marcus@FreeBSD.org> | 2003-06-01 20:25:40 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-06-01 20:25:40 +0000 |
commit | 7458d5bdd5f37b4f5f42f416501bf0ef73eac091 (patch) | |
tree | e31e37fa8df1ab32ddf33ff870fda8f42ce18e22 /devel/regexxer | |
parent | b9051ca471dd843b41bc7b97688496dc58835cd3 (diff) | |
download | FreeBSD-ports-7458d5bdd5f37b4f5f42f416501bf0ef73eac091.zip FreeBSD-ports-7458d5bdd5f37b4f5f42f416501bf0ef73eac091.tar.gz |
Update to use pcre-4.3.
PR: 52689
Submitted by: maintainer
Diffstat (limited to 'devel/regexxer')
-rw-r--r-- | devel/regexxer/Makefile | 10 | ||||
-rw-r--r-- | devel/regexxer/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index 573144d..3325d78 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -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 @@ LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtk--2 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}" \ diff --git a/devel/regexxer/distinfo b/devel/regexxer/distinfo index 78879ad..daa527c 100644 --- a/devel/regexxer/distinfo +++ b/devel/regexxer/distinfo @@ -1,2 +1,2 @@ MD5 (regexxer-0.4.tar.gz) = e761fe8dd24eaa9f1d203672a92bbfd5 -MD5 (pcre-3.9.tar.gz) = 55d9f1ee68ff335850c0d07a2daf242a +MD5 (pcre-4.3.tar.gz) = f0c9304a2a2aeb2ce20c880dbf776285 |