Index: head/devel/stlport/files/patch-aa =================================================================== --- head/devel/stlport/files/patch-aa (revision 40134) +++ head/devel/stlport/files/patch-aa (nonexistent) @@ -1,12 +0,0 @@ ---- stl_rope.h.orig Sun Feb 8 18:08:40 1998 -+++ stl_rope.h Thu Dec 17 19:37:18 1998 -@@ -776,7 +776,8 @@ - __rope_iterator_base(r.tree_ptr, pos) {} - self& operator= (const self & x) { - if (0 != x.buf_ptr) { -- *this = x; -+ *(static_cast<__rope_iterator_base*>(this)) = x; -+ // bugfix by Kevin Atkinosn (kevina@clark.net) was *this = x; - } else { - current_pos = x.current_pos; - root = x.root; Property changes on: head/devel/stlport/files/patch-aa ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1.1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/devel/stlport/Makefile =================================================================== --- head/devel/stlport/Makefile (revision 40134) +++ head/devel/stlport/Makefile (revision 40135) @@ -1,34 +1,31 @@ # ex:ts=8 # Ports collection makefile for: stlport # Date Created: 2 December 1998 # Whom: Josh Gilliam # # $FreeBSD$ # PORTNAME= stlport -PORTVERSION= 3.01 +PORTVERSION= 4.0 CATEGORIES= devel -MASTER_SITES= http://corp.metabyte.com/~fbp/stl/ \ - ftp://maroon.webmaster.com/pub/STLport/ +MASTER_SITES= http://www.stlport.com/archive/ DISTNAME= STLport-${PORTVERSION} MAINTAINER= obrien@FreeBSD.org -NO_WRKSUBDIR= yes -GNU_CONFIGURE= yes -NO_BUILD= yes - -pre-configure: - ${CHMOD} +x ${WRKSRC}/configure +WRKSRC= ${WRKDIR}/STLport-${PORTVERSION}/src +MAKEFILE= gcc.mak +ALL_TARGET= clean all +USE_GMAKE= yes do-install: ${MKDIR} ${PREFIX}/include/stlport .for include in *.h algorith algorithm deque functional hash_map hash_set \ iterator list map memory numeric queue rope set slist stack utility vector \ xmemory xutility ${INSTALL_DATA} ${WRKSRC}/${include} ${PREFIX}/include/stlport .endfor .include Property changes on: head/devel/stlport/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/devel/stlport/distinfo =================================================================== --- head/devel/stlport/distinfo (revision 40134) +++ head/devel/stlport/distinfo (revision 40135) @@ -1 +1 @@ -MD5 (STLport-3.01.tar.gz) = be39eaad3e86d23a77f4d579f26b7320 +MD5 (STLport-4.0.tar.gz) = 9f46fa470328f55c550b829abbf8611b Property changes on: head/devel/stlport/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1.1.1 \ No newline at end of property +1.2 \ No newline at end of property