aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-29 11:30:09 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-29 11:30:09 +0800
commit812d26970cc88850fa2843051b46adb544570428 (patch)
tree10fe8ef506de0ca7927005b369e58ceb6c21a851
parentba3cf4b946fdd2b2ffdb1428f9bae0d5f4e87e19 (diff)
downloadfreebsd-ports-gnome-812d26970cc88850fa2843051b46adb544570428.tar.gz
freebsd-ports-gnome-812d26970cc88850fa2843051b46adb544570428.tar.zst
freebsd-ports-gnome-812d26970cc88850fa2843051b46adb544570428.zip
Mark openoffice.org-1* as BROKEN: they fail to build on the ports cluster.
Note that the recommended solution is to upgrade to 2.0. Note for the archives: only 1.1-devel is seeing current commits. Hat: portmgr
-rw-r--r--editors/openoffice.org-1.0/Makefile2
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile6
-rw-r--r--editors/openoffice.org-1.1/Makefile6
3 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.0/Makefile b/editors/openoffice.org-1.0/Makefile
index db923ddf7071..26d423f010d8 100644
--- a/editors/openoffice.org-1.0/Makefile
+++ b/editors/openoffice.org-1.0/Makefile
@@ -49,6 +49,8 @@ ONLY_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
.include <${FILESDIR}/Makefile.localized>
+BROKEN= fails to install; consider upgrading to editors/openoffice.org-2
+
LANG_EXT?= 01
LANG_CONFIGURE_ARG?= ENUS
L10NHELP?= helpcontent_01_unix.tgz
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index 1956372f2689..8132d6d4eec0 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -51,6 +51,12 @@ JAVA_VENDOR= freebsd bsdjava
.include <bsd.port.pre.mk>
.include <${FILESDIR}/Makefile.localized>
+.if ${OSVERSION} >= 700042
+BROKEN= does not compile with GCC 4.2; consider upgrading to editors/openoffice.org-2
+.else
+BROKEN= fails to install; consider upgrading to editors/openoffice.org-2
+.endif
+
LANG_EXT?= 01
LANG_CONFIGURE_ARG?= ENUS
L10NHELP?= helpcontent_01_unix.tgz
diff --git a/editors/openoffice.org-1.1/Makefile b/editors/openoffice.org-1.1/Makefile
index b6aee0aa77dd..1caa4f1ee770 100644
--- a/editors/openoffice.org-1.1/Makefile
+++ b/editors/openoffice.org-1.1/Makefile
@@ -48,6 +48,12 @@ JAVA_VENDOR= freebsd bsdjava
.include <bsd.port.pre.mk>
.include <${FILESDIR}/Makefile.localized>
+.if ${OSVERSION} >= 700042
+BROKEN= does not compile with GCC 4.2; consider upgrading to editors/openoffice.org-2
+.else
+BROKEN= fails to install; consider upgrading to editors/openoffice.org-2
+.endif
+
LANG_EXT?= 01
LANG_CONFIGURE_ARG?= ENUS
L10NHELP?= helpcontent_01_unix.tgz