From f2866c9b08ba9afbea22a0f837debc6bd089a6bf Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 21 Mar 2001 02:27:08 +0000 Subject: Upgrade to version 4.0. --- devel/stlport/Makefile | 15 ++++++--------- devel/stlport/distinfo | 2 +- devel/stlport/files/patch-aa | 12 ------------ 3 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 devel/stlport/files/patch-aa (limited to 'devel') diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 7127efdddbb9..b9dd24956595 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -7,20 +7,17 @@ # 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 diff --git a/devel/stlport/distinfo b/devel/stlport/distinfo index 1295429a01dd..9cb33eafc7d7 100644 --- a/devel/stlport/distinfo +++ b/devel/stlport/distinfo @@ -1 +1 @@ -MD5 (STLport-3.01.tar.gz) = be39eaad3e86d23a77f4d579f26b7320 +MD5 (STLport-4.0.tar.gz) = 9f46fa470328f55c550b829abbf8611b diff --git a/devel/stlport/files/patch-aa b/devel/stlport/files/patch-aa deleted file mode 100644 index fbe88d7bf6fa..000000000000 --- a/devel/stlport/files/patch-aa +++ /dev/null @@ -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; -- cgit v1.2.3