aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2009-12-27 18:03:13 +0800
committererwin <erwin@FreeBSD.org>2009-12-27 18:03:13 +0800
commit1009cb2a206b92d05a1013b5fc1de8c674034929 (patch)
tree081b5294d7d412804bb1133223dd8b57e34af74d
parent3fd3648436072378f87eca879047f94369fc144d (diff)
downloadfreebsd-ports-gnome-1009cb2a206b92d05a1013b5fc1de8c674034929.tar.gz
freebsd-ports-gnome-1009cb2a206b92d05a1013b5fc1de8c674034929.tar.zst
freebsd-ports-gnome-1009cb2a206b92d05a1013b5fc1de8c674034929.zip
Mark BROKEN on 9.x: does not build.
-rw-r--r--audio/tclmidi/Makefile2
-rw-r--r--chinese/tcl83/Makefile4
-rw-r--r--devel/tclmore/Makefile8
-rw-r--r--japanese/tcl80/Makefile2
-rw-r--r--lang/rexx-imc/Makefile4
-rw-r--r--net/vnc/Makefile4
6 files changed, 23 insertions, 1 deletions
diff --git a/audio/tclmidi/Makefile b/audio/tclmidi/Makefile
index 3dfdb1d4d9f1..637732d2f9f7 100644
--- a/audio/tclmidi/Makefile
+++ b/audio/tclmidi/Makefile
@@ -35,6 +35,8 @@ MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
IGNORE= ignored due to cast from pointer to integer of different size
+.elif ${OSVERSION} >= 900000
+BROKEN= does not build
.endif
post-patch:
diff --git a/chinese/tcl83/Makefile b/chinese/tcl83/Makefile
index d7feffc9b189..f40fe01866b7 100644
--- a/chinese/tcl83/Makefile
+++ b/chinese/tcl83/Makefile
@@ -414,6 +414,10 @@ MLINKS= Access.3 Tcl_Access.3 \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
post-install:
.if exists(${PKGINSTALL})
${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
diff --git a/devel/tclmore/Makefile b/devel/tclmore/Makefile
index 87f71774c65d..6e8102ccde5c 100644
--- a/devel/tclmore/Makefile
+++ b/devel/tclmore/Makefile
@@ -27,4 +27,10 @@ INFO= ${PORTNAME}
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \
--with-tclinclude=${TCL_INCLUDEDIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/japanese/tcl80/Makefile b/japanese/tcl80/Makefile
index e120bc1c9fe6..b28c1826144a 100644
--- a/japanese/tcl80/Makefile
+++ b/japanese/tcl80/Makefile
@@ -38,6 +38,8 @@ USE_LDCONFIG= yes
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64 (needs -fPIC)
+.elif ${OSVERSION} >= 900000
+BROKEN= does not build
.endif
.if !defined(NOPORTDOCS)
diff --git a/lang/rexx-imc/Makefile b/lang/rexx-imc/Makefile
index eabdd324985d..007fc67734ae 100644
--- a/lang/rexx-imc/Makefile
+++ b/lang/rexx-imc/Makefile
@@ -36,6 +36,10 @@ RMEFILES= README README.Y2K README.bugreport README.docs \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
post-patch:
# CFLAGS safeness for ARCHs other than i386
@${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/Make
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index db54d8da0fab..afca7f78c51d 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -39,6 +39,10 @@ MAN1= vncviewer.1 \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 900000
+BROKEN= does not build
+.endif
+
.if !defined(WITHOUT_SERVER)
# This is a placeholder MASTER_SITES entry -- see the pre-fetch target.
MASTER_SITES+= ${MASTER_SITE_XFREE:S/$/:x/}
2-5/+1 * Update to 1.4.sada1999-01-313-8/+6 * ${MASTER_SITE_GNU} got rearranged in December; let's catch up.fenner1999-01-271-1/+2 * Make this use perl5jseger1998-12-121-2/+4 * Fix info page problem.vanilla1998-09-242-4/+6 * Add a patch from maintainer.vanilla1998-05-071-0/+1 * Upgrade to 1.3,vanilla1998-05-045-12/+17 * Some patches submitted as PR are not suitable to be committed blindly andmax1997-09-192-44/+16 * Upgrade to 1.2.tg1997-09-195-47/+112 * Add `.' to end of info dir entry.asami1997-06-171-1/+1 * Add @dirrmmax1997-06-161-0/+1 * sed -> ${SED}.max1997-06-141-4/+4 * Since the dir entry for info files of many other programs has theirmax1997-06-131-1/+10 * Use install-info to add the entry for automake.info to the dir file.max1997-06-132-1/+10 * Patch up Makefile.in so that automake.info gets regenerated appropriately.max1997-06-131-0/+8 * Patch up automake.texi and add @dircategory.max1997-06-131-0/+10