aboutsummaryrefslogtreecommitdiff
path: root/devel/ustl/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-11-12 15:26:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-11-12 15:26:02 +0000
commit6e7ad692b2f7a099fb7939705dbfbcffcc6afffd (patch)
treefba85d92fdccec40e06ca3cd70fadb2db0ad4287 /devel/ustl/Makefile
parenta55c74530a8f1a4105e855a6be8556be563ae2e1 (diff)
Notes
Diffstat (limited to 'devel/ustl/Makefile')
-rw-r--r--devel/ustl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile
index 58e8136b7dd9..a0d7a7c51f7b 100644
--- a/devel/ustl/Makefile
+++ b/devel/ustl/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= ustl
-PORTVERSION= 0.4.3
+PORTVERSION= 0.5.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -16,15 +16,17 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Codespace-frugal STL implementation
+BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
+
USE_BZIP2= yes
USE_REINPLACE= yes
-USE_GCC= 3.4
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
HAS_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= # empty
post-patch:
+ @${REINPLACE_CMD} -e "s,/bin/bash,${LOCALBASE}/bin/bash," ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|SIZE_MAX|UINT_MAX|" ${WRKSRC}/memblock.h
@${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/Common.mk.in