aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.0
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2002-05-22 16:36:16 +0800
committermbr <mbr@FreeBSD.org>2002-05-22 16:36:16 +0800
commitef8616656c9a34bc86a04d0032564f9b3cb3d718 (patch)
tree36539d32d19e8057c0b00a1f8569daa8230b40c3 /editors/openoffice-1.0
parent76d8b78f6ed6ef1dbb1bd068213bb0407e57c3be (diff)
downloadfreebsd-ports-graphics-ef8616656c9a34bc86a04d0032564f9b3cb3d718.tar.gz
freebsd-ports-graphics-ef8616656c9a34bc86a04d0032564f9b3cb3d718.tar.zst
freebsd-ports-graphics-ef8616656c9a34bc86a04d0032564f9b3cb3d718.zip
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
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r--editors/openoffice-1.0/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile
index 4c15cd73da0..788f7eb8518 100644
--- a/editors/openoffice-1.0/Makefile
+++ b/editors/openoffice-1.0/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