aboutsummaryrefslogtreecommitdiff
path: root/devel/ustl
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2006-12-18 20:15:35 +0000
committerAndrej Zverev <az@FreeBSD.org>2006-12-18 20:15:35 +0000
commitecc19191b8c31c271d9ef319d00cf56fc590c79a (patch)
tree79c907678a93d98309cbea1e6c571c3f2e6631b6 /devel/ustl
parent0dd03e49b8527dd76245830a3380e9dcc5ef9b31 (diff)
downloadports-ecc19191b8c31c271d9ef319d00cf56fc590c79a.tar.gz
ports-ecc19191b8c31c271d9ef319d00cf56fc590c79a.zip
Notes
Diffstat (limited to 'devel/ustl')
-rw-r--r--devel/ustl/Makefile8
-rw-r--r--devel/ustl/distinfo6
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/ustl/Makefile b/devel/ustl/Makefile
index 11db4e4eaa5c..b2b436db161c 100644
--- a/devel/ustl/Makefile
+++ b/devel/ustl/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= ustl
-PORTVERSION= 0.7.1
+PORTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,6 +18,7 @@ COMMENT= Codespace-frugal STL implementation
USE_BZIP2= yes
USE_GMAKE= yes
+USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
HAS_CONFIGURE= yes
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
@@ -25,18 +26,17 @@ MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
LIBDIR="${PREFIX}/lib"
ALL_TARGET= # empty
-PLIST_FILES= lib/libustl.a
+PLIST_FILES= lib/libustl.so lib/libustl.so.1 lib/libustl.so.1.0.0
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+BROKEN= Does not compile on !i386
.endif
post-patch:
@${REINPLACE_CMD} -e "s,/bin/bash,/bin/sh," ${WRKSRC}/configure
@${REINPLACE_CMD} -e "s|SIZE_MAX|UINT_MAX|" ${WRKSRC}/memblock.h
- @${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|" ${WRKSRC}/Common.mk.in
post-install:
@${FIND} ${PREFIX}/include/ustl* ! -type d | \
diff --git a/devel/ustl/distinfo b/devel/ustl/distinfo
index c80b1caa869c..e65e05543552 100644
--- a/devel/ustl/distinfo
+++ b/devel/ustl/distinfo
@@ -1,3 +1,3 @@
-MD5 (ustl-0.7-1.tar.bz2) = af245d73c1983823e94983a308246a7b
-SHA256 (ustl-0.7-1.tar.bz2) = 9bcbd196abdcbea124b93272831ed9d5115f2703dd58e540f5702d45f77f284a
-SIZE (ustl-0.7-1.tar.bz2) = 103606
+MD5 (ustl-1.0-0.tar.bz2) = cd235f7c5eb0d5ec51df5cf2f3557ca8
+SHA256 (ustl-1.0-0.tar.bz2) = 6ba53238a11047baee17dca75b9f5333da2e6edd03285560970fb8d7437c10b4
+SIZE (ustl-1.0-0.tar.bz2) = 127223