aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-08-22 06:54:13 +0800
committerobrien <obrien@FreeBSD.org>2001-08-22 06:54:13 +0800
commitb184591ea7cbc1279ec8eb0fe50936f01324268b (patch)
tree5eaf9f5f7abfedb99bf69c67c564490e14fec43f /devel
parente55199cd1c23377e9020011364aa183a41751316 (diff)
downloadfreebsd-ports-gnome-b184591ea7cbc1279ec8eb0fe50936f01324268b.tar.gz
freebsd-ports-gnome-b184591ea7cbc1279ec8eb0fe50936f01324268b.tar.zst
freebsd-ports-gnome-b184591ea7cbc1279ec8eb0fe50936f01324268b.zip
Fix the STLport. It now compiles on 5-current and RELENG_4 !!
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__)