aboutsummaryrefslogtreecommitdiff
path: root/devel/ustl
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
parenta55c74530a8f1a4105e855a6be8556be563ae2e1 (diff)
downloadports-6e7ad692b2f7a099fb7939705dbfbcffcc6afffd.tar.gz
ports-6e7ad692b2f7a099fb7939705dbfbcffcc6afffd.zip
upgrade to 0.5.0
Notes
Notes: svn path=/head/; revision=121455
Diffstat (limited to 'devel/ustl')
-rw-r--r--devel/ustl/Makefile6
-rw-r--r--devel/ustl/distinfo4
-rw-r--r--devel/ustl/pkg-plist2
3 files changed, 7 insertions, 5 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
diff --git a/devel/ustl/distinfo b/devel/ustl/distinfo
index ed9ba4bf34fe..845b7122031e 100644
--- a/devel/ustl/distinfo
+++ b/devel/ustl/distinfo
@@ -1,2 +1,2 @@
-MD5 (ustl-0.4-3.tar.bz2) = 4b7eca968f5aebc6b94cbf0a2b55021b
-SIZE (ustl-0.4-3.tar.bz2) = 217493
+MD5 (ustl-0.5-0.tar.bz2) = 6831c6ac9a273663d1f54d11afbec5c8
+SIZE (ustl-0.5-0.tar.bz2) = 229369
diff --git a/devel/ustl/pkg-plist b/devel/ustl/pkg-plist
index 282d07646582..546fff32a00d 100644
--- a/devel/ustl/pkg-plist
+++ b/devel/ustl/pkg-plist
@@ -5,6 +5,7 @@ include/ustl/memblock.h
include/ustl/memlink.h
include/ustl/mistream.h
include/ustl/mostream.h
+include/ustl/simd.h
include/ustl/sistream.h
include/ustl/sostream.h
include/ustl/strmsize.h
@@ -27,7 +28,6 @@ include/ustl/umatrix.h
include/ustl/umemory.h
include/ustl/umultimap.h
include/ustl/umultiset.h
-include/ustl/unew.h
include/ustl/unumeric.h
include/ustl/upair.h
include/ustl/upredalgo.h