Index: head/devel/ustl/Makefile =================================================================== --- head/devel/ustl/Makefile (revision 180104) +++ head/devel/ustl/Makefile (revision 180105) @@ -1,47 +1,47 @@ # ex:ts=8 # Ports collection makefile for: uSTL # Date created: Dec 26, 2003 # Whom: ijliao # # $FreeBSD$ # PORTNAME= ustl -PORTVERSION= 0.7.1 +PORTVERSION= 1.0.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= az@FreeBSD.org 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}" \ INCDIR="${PREFIX}/include" \ 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 .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 | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PREFIX}/include/ustl* -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include Property changes on: head/devel/ustl/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/ustl/distinfo =================================================================== --- head/devel/ustl/distinfo (revision 180104) +++ head/devel/ustl/distinfo (revision 180105) @@ -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 Property changes on: head/devel/ustl/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property