1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

upgrade to 0.5.0

This commit is contained in:
Ying-Chieh Liao 2004-11-12 15:26:02 +00:00
parent a55c74530a
commit 6e7ad692b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121455
3 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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