From 4ebe9282573c9b33504c25eb78e83cfc12c8f558 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 22 May 2002 08:36:16 +0000 Subject: 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 --- editors/openoffice/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editors/openoffice/Makefile') 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 -- cgit v1.2.3