diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-11-12 23:26:02 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-11-12 23:26:02 +0800 |
commit | cfeda45c3e09385b566b234de84142a5f07e092c (patch) | |
tree | 6137d154cf226f4769958be598814a7834d5ea10 /devel | |
parent | 13fa1b7e461456910d8307f214fd4c8bc133f139 (diff) | |
download | freebsd-ports-gnome-cfeda45c3e09385b566b234de84142a5f07e092c.tar.gz freebsd-ports-gnome-cfeda45c3e09385b566b234de84142a5f07e092c.tar.zst freebsd-ports-gnome-cfeda45c3e09385b566b234de84142a5f07e092c.zip |
upgrade to 0.5.0
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ustl/Makefile | 6 | ||||
-rw-r--r-- | devel/ustl/distinfo | 4 | ||||
-rw-r--r-- | devel/ustl/pkg-plist | 2 |
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 |