summaryrefslogtreecommitdiff
path: root/editors/openoffice/Makefile
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-05-22 08:36:16 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-05-22 08:36:16 +0000
commit4ebe9282573c9b33504c25eb78e83cfc12c8f558 (patch)
tree3f857c634c393bafe3b97a30a3bbd5091794bb86 /editors/openoffice/Makefile
parentUpdate to FreeBSD-cvsweb 2.0.3. (diff)
Mark it broken again.
It seems that our c++ (2.95.3) has still bugs. This time c++ exceptions do not work as they should and instead a clean exit we get a segfault. This works with a virgin 2.95.3 compiler, or even the one in the ports collection. Another bug is a internal compiler error during compile a part of OO without -g or with -O. The rtld-elf symbolcache seems to have problems too. If used, the installation coredumps. A workaround seems to disable the caching altough this can't be the real solution. There is also an outstanding problem in the uno-bridge code of OO. We are currently investigating it: http://www.openoffice.org/issues/show_bug.cgi?id=5071
Notes
Notes: svn path=/head/; revision=59684
Diffstat (limited to 'editors/openoffice/Makefile')
-rw-r--r--editors/openoffice/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice/Makefile b/editors/openoffice/Makefile
index 4c15cd73da0f..788f7eb85186 100644
--- a/editors/openoffice/Makefile
+++ b/editors/openoffice/Makefile
@@ -18,6 +18,9 @@ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z \
oo_moz1.0RC2_i386_FreeBSD-4.tar.gz
EXTRACT_ONLY= OOo_${PORTVERSION}_source.tar.bz2
+BROKEN= "Compiles and installs ok. Gcc bugs and a system rtld-elf bug make it coredumping." \
+ "We have to fix that first. Please be patient.";
+
MAINTAINER= mbr@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip