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
This commit is contained in:
Mark Linimon 2007-10-29 03:30:09 +00:00
parent 24ca57e91e
commit 963bd1a735
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202257
3 changed files with 14 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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