- Pass only the contents of the ${WRKDIRPREFIX} variable to tclConfig.sh

- Bump PORTREVISION

Suggested by:	Karl Lehenbauer <karl@flightaware.com>
This commit is contained in:
Martin Matuska 2009-06-26 06:31:27 +00:00
parent 81b10918b8
commit 3427456932
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236644
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= tcl
PORTVERSION= 8.4.19
PORTREVISION= 2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= lang tcl
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@ -637,7 +637,7 @@ BLACKHOLE!= ${SYSCTL} -n net.inet.tcp.blackhole || ${TRUE}
post-configure:
${REINPLACE_CMD} \
-e 's|${WRKDIRPREFIX}${.CURDIR}|$${WRKDIRPREFIX}${TCLBASE}|' \
-e 's|${WRKDIRPREFIX}${.CURDIR}|${WRKDIRPREFIX}${TCLBASE}|' \
${WRKSRC}/tclConfig.sh
${REINPLACE_CMD} \
-e 's,-DNO_MEMMOVE=1,,' -e 's,-DNO_STRING_H=1,,' \

View file

@ -7,7 +7,7 @@
PORTNAME?= tcl
PORTVERSION= 8.5.7
#PORTREVISION?= 3
PORTREVISION?= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tcl
@ -735,7 +735,7 @@ BLACKHOLE!= ${SYSCTL} -n net.inet.tcp.blackhole || ${TRUE}
post-configure:
${REINPLACE_CMD} \
-e 's|${WRKDIRPREFIX}${.CURDIR}|$${WRKDIRPREFIX}${TCLBASE}|' \
-e 's|${WRKDIRPREFIX}${.CURDIR}|${WRKDIRPREFIX}${TCLBASE}|' \
${WRKSRC}/tclConfig.sh
${REINPLACE_CMD} \
-e 's,-DNO_MEMMOVE=1,,' -e 's,-DNO_STRING_H=1,,' \