aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-05-18 20:18:54 +0800
committerkris <kris@FreeBSD.org>2003-05-18 20:18:54 +0800
commit5c0941bc08fddceefefb8d87a3c6c37c3b5b4095 (patch)
tree5b1728bd667f60ecf24e4756b37dd51cb7e02359 /lang
parentf3581bac88feccffdf04d0c140510b5e106754fa (diff)
downloadfreebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.gz
freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.tar.zst
freebsd-ports-gnome-5c0941bc08fddceefefb8d87a3c6c37c3b5b4095.zip
BROKEN on 5.1: does not compile
Diffstat (limited to 'lang')
-rw-r--r--lang/egcs/Makefile4
-rw-r--r--lang/objc/Makefile4
2 files changed, 8 insertions, 0 deletions
diff --git a/lang/egcs/Makefile b/lang/egcs/Makefile
index e7bd8820c007..50d2cc95e8aa 100644
--- a/lang/egcs/Makefile
+++ b/lang/egcs/Makefile
@@ -22,6 +22,10 @@ USE_BZIP2= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile (bad C++ code)"
+.endif
+
EGCS_REV= egcs-2.91.66
.if ${PORTOBJFORMAT} == "elf"
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index 8d26949aca2c..8538c1fd7728 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -23,6 +23,10 @@ CONFIGURE_ARGS= --prefix=$(PREFIX)
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500113
+BROKEN= "Does not compile"
+.endif
+
pre-configure:
cd $(WRKDIR)/${PORTNAME}-bootstrap-$(PORTVERSION);\
./configure --prefix=$(WRKDIR);${MAKE};${MAKE} install