summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-08-21 22:54:13 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-08-21 22:54:13 +0000
commitf503d96fe591b6eb5fede8a89e49a340178d9d7b (patch)
tree48de4f8e2a1c4e80c3a1857b3261fdb9379e0b95 /devel
parentUpgrade to 0.20 (diff)
Fix the STLport. It now compiles on 5-current and RELENG_4 !!
Notes
Notes: svn path=/head/; revision=46618
Diffstat (limited to 'devel')
-rw-r--r--devel/stlport/Makefile4
-rw-r--r--devel/stlport/files/patch-cwchar5
2 files changed, 1 insertions, 8 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index 8c76b319a37a..44838544def4 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -13,9 +13,7 @@ MASTER_SITES= http://www.stlport.com/archive/ \
http://www.stlport.com/beta/
DISTNAME= STLport-${PORTVERSION:S/.b/-b/}
-MAINTAINER= obrien@FreeBSD.org
-
-BROKEN= "YES I _KNOW_ THIS IS BROKEN. DO **NOT** EMAIL ME ABOUT THIS PORT UNLESS YOU ARE FUNISHING A PATCH TO FIX IT."
+MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src
MAKEFILE= gcc.mak
diff --git a/devel/stlport/files/patch-cwchar b/devel/stlport/files/patch-cwchar
deleted file mode 100644
index 6ee27c9e40f9..000000000000
--- a/devel/stlport/files/patch-cwchar
+++ /dev/null
@@ -1,5 +0,0 @@
---- ../stlport/cwchar.orig Thu Jul 13 18:53:26 2000
-+++ ../stlport/cwchar Wed May 16 16:05:19 2001
-@@ -37 +37 @@
--# elif defined (__MRC__) || defined (__SC__) || defined (__BORLANDC__)
-+# elif defined (__MRC__) || defined (__SC__) || defined (__BORLANDC__) || defined (__FreeBSD__)