mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to use pcre-4.3.
PR: 52689 Submitted by: maintainer
This commit is contained in:
parent
88434931c9
commit
6202e78071
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81925
@ -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}" \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user