<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-6604</id>
	<title>Nabble - freebsd-openoffice</title>
	<updated>2009-11-16T17:07:03Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/freebsd-openoffice-f6604.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/freebsd-openoffice-f6604.html" />
	<subtitle type="html">Porting OpenOffice to FreeBSD</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26383052</id>
	<title>Re: Upgrade devel/epm to version 4.1 (patch)</title>
	<published>2009-11-16T17:07:03Z</published>
	<updated>2009-11-16T17:07:03Z</updated>
	<author>
		<name>Mikhail T.-6</name>
	</author>
	<content type="html">Maho NAKATA написав(ла):
&lt;br&gt;&amp;gt; Hi 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; approved, please commit it. 
&lt;br&gt;&amp;gt; thanks for your patch!
&lt;br&gt;&lt;br&gt;Thanks for the quick response -- committed! Now, how about the following
&lt;br&gt;little patch:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.epmhome.org/str.php?L21+P0+S-2+C0+I0+E0+M10+Q&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.epmhome.org/str.php?L21+P0+S-2+C0+I0+E0+M10+Q&lt;/a&gt;&lt;br&gt;&lt;br&gt;it should be a boon to builds of OOo, which currently use a ton more
&lt;br&gt;disk-space (and trash the disk quite a bit) to store copies of the
&lt;br&gt;just-built files under ${WRKSRC}...
&lt;br&gt;&lt;br&gt;Yours,
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -mi
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26383052&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26383052&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Upgrade-devel-epm-to-version-4.1-%28patch%29-tp26380775p26383052.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26382385</id>
	<title>Re: Upgrade devel/epm to version 4.1 (patch)</title>
	<published>2009-11-16T16:26:50Z</published>
	<updated>2009-11-16T16:26:50Z</updated>
	<author>
		<name>Maho NAKATA</name>
	</author>
	<content type="html">Hi 
&lt;br&gt;&lt;br&gt;approved, please commit it. 
&lt;br&gt;thanks for your patch!
&lt;br&gt;&lt;br&gt;From: &amp;quot;Mikhail T.&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382385&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mi@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Upgrade devel/epm to version 4.1 (patch)
&lt;br&gt;Date: Mon, 16 Nov 2009 17:02:52 -0500 (EST)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; ? epm-3.7
&lt;br&gt;&amp;gt; ? epm-4.1.tbz
&lt;br&gt;&amp;gt; ? op
&lt;br&gt;&amp;gt; ? work
&lt;br&gt;&amp;gt; Index: Makefile
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; RCS file: /home/pcvs/ports/devel/epm/Makefile,v
&lt;br&gt;&amp;gt; retrieving revision 1.7
&lt;br&gt;&amp;gt; diff -U 2 -r1.7 Makefile
&lt;br&gt;&amp;gt; --- Makefile	20 Aug 2008 00:56:36 -0000	1.7
&lt;br&gt;&amp;gt; +++ Makefile	16 Nov 2009 22:02:51 -0000
&lt;br&gt;&amp;gt; @@ -7,21 +7,13 @@
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp;PORTNAME=	epm
&lt;br&gt;&amp;gt; -PORTVERSION=	3.7
&lt;br&gt;&amp;gt; -PORTREVISION=	2
&lt;br&gt;&amp;gt; +PORTVERSION=	4.1
&lt;br&gt;&amp;gt; &amp;nbsp;CATEGORIES=	devel
&lt;br&gt;&amp;gt; -MASTER_SITES=	${MASTER_SITE_LOCAL}
&lt;br&gt;&amp;gt; -MASTER_SITE_SUBDIR= &amp;nbsp; &amp;nbsp; maho/openoffice.org
&lt;br&gt;&amp;gt; -DISTNAME=	${PORTNAME}-${PORTVERSION}-source
&lt;br&gt;&amp;gt; -EXTRACT_SUFX=	.tar.bz2
&lt;br&gt;&amp;gt; -
&lt;br&gt;&amp;gt; -PATCH_DIST_STRIP= &amp;nbsp; &amp;nbsp; &amp;nbsp; -p2
&lt;br&gt;&amp;gt; +MASTER_SITES=	${MASTER_SITE_EASYSW}
&lt;br&gt;&amp;gt; +MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}
&lt;br&gt;&amp;gt; +EXTRACT_SUFX=	-source.tar.bz2
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp;MAINTAINER=	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382385&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openoffice@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp;COMMENT=	A free UNIX software/file packaging program
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; -PATCHFILES+= &amp;nbsp; &amp;nbsp;epm-3.7.patch
&lt;br&gt;&amp;gt; -PATCH_SITES+= &amp;nbsp; &lt;a href=&quot;http://installation.openoffice.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://installation.openoffice.org/&lt;/a&gt;&lt;br&gt;&amp;gt; -
&lt;br&gt;&amp;gt; -WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
&lt;br&gt;&amp;gt; &amp;nbsp;USE_BZIP2=	yes
&lt;br&gt;&amp;gt; &amp;nbsp;GNU_CONFIGURE=	yes
&lt;br&gt;&amp;gt; Index: distinfo
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; RCS file: /home/pcvs/ports/devel/epm/distinfo,v
&lt;br&gt;&amp;gt; retrieving revision 1.3
&lt;br&gt;&amp;gt; diff -U 2 -r1.3 distinfo
&lt;br&gt;&amp;gt; --- distinfo	22 Jan 2006 08:28:07 -0000	1.3
&lt;br&gt;&amp;gt; +++ distinfo	16 Nov 2009 22:02:51 -0000
&lt;br&gt;&amp;gt; @@ -1,6 +1,3 @@
&lt;br&gt;&amp;gt; -MD5 (epm-3.7-source.tar.bz2) = d1fd62aa8e38b8dcd32b821822cb29a8
&lt;br&gt;&amp;gt; -SHA256 (epm-3.7-source.tar.bz2) = 72faaa32679bb2ce2a6b776410a53c6c2a272e405b72e607c011da2d9a0214b7
&lt;br&gt;&amp;gt; -SIZE (epm-3.7-source.tar.bz2) = 401222
&lt;br&gt;&amp;gt; -MD5 (epm-3.7.patch) = 45b782d55e0545355cb5ffe5292e13cc
&lt;br&gt;&amp;gt; -SHA256 (epm-3.7.patch) = c92828565f3b081a35243cf6418bde3acddcb911886d7fe4fa2c70d68ac47014
&lt;br&gt;&amp;gt; -SIZE (epm-3.7.patch) = 4013
&lt;br&gt;&amp;gt; +MD5 (epm-4.1-source.tar.bz2) = 658385d63e81bfd0989f8f9b8a956c2c
&lt;br&gt;&amp;gt; +SHA256 (epm-4.1-source.tar.bz2) = 960ce17836040dc64f5058186c71032c2c9c9b5f8a31b790e820900e130cb8a3
&lt;br&gt;&amp;gt; +SIZE (epm-4.1-source.tar.bz2) = 452818
&lt;br&gt;&amp;gt; Index: pkg-descr
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; RCS file: /home/pcvs/ports/devel/epm/pkg-descr,v
&lt;br&gt;&amp;gt; retrieving revision 1.1
&lt;br&gt;&amp;gt; diff -U 2 -r1.1 pkg-descr
&lt;br&gt;&amp;gt; --- pkg-descr	21 Nov 2004 00:22:10 -0000	1.1
&lt;br&gt;&amp;gt; +++ pkg-descr	16 Nov 2009 22:02:51 -0000
&lt;br&gt;&amp;gt; @@ -9,3 +9,3 @@
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;your applications.
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; -WWW: &lt;a href=&quot;http://www.easysw.com/epm/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.easysw.com/epm/&lt;/a&gt;&lt;br&gt;&amp;gt; +WWW: &lt;a href=&quot;http://www.epmhome.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.epmhome.org/&lt;/a&gt;&lt;br&gt;&amp;gt; Index: pkg-plist
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; RCS file: /home/pcvs/ports/devel/epm/pkg-plist,v
&lt;br&gt;&amp;gt; retrieving revision 1.4
&lt;br&gt;&amp;gt; diff -U 2 -r1.4 pkg-plist
&lt;br&gt;&amp;gt; --- pkg-plist	20 Jul 2008 23:29:23 -0000	1.4
&lt;br&gt;&amp;gt; +++ pkg-plist	16 Nov 2009 22:02:51 -0000
&lt;br&gt;&amp;gt; @@ -4,5 +4,4 @@
&lt;br&gt;&amp;gt; &amp;nbsp;%%DOCSDIR%%/COPYING
&lt;br&gt;&amp;gt; &amp;nbsp;%%DOCSDIR%%/README
&lt;br&gt;&amp;gt; -%%DOCSDIR%%/epm-manual.html
&lt;br&gt;&amp;gt; -%%DOCSDIR%%/epm-manual.pdf
&lt;br&gt;&amp;gt; +%%DOCSDIR%%/epm-book.html
&lt;br&gt;&amp;gt; &amp;nbsp;@dirrm %%DOCSDIR%%
&lt;br&gt;&amp;gt; Index: files/patch-Makefile.in
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; RCS file: files/patch-Makefile.in
&lt;br&gt;&amp;gt; diff -N files/patch-Makefile.in
&lt;br&gt;&amp;gt; --- files/patch-Makefile.in	24 Nov 2004 07:27:46 -0000	1.1
&lt;br&gt;&amp;gt; +++ /dev/null	1 Jan 1970 00:00:00 -0000
&lt;br&gt;&amp;gt; @@ -1,40 +0,0 @@
&lt;br&gt;&amp;gt; ---- Makefile.in~	Thu Jul 24 10:20:54 2003
&lt;br&gt;&amp;gt; -+++ Makefile.in	Wed Nov 24 16:15:46 2004
&lt;br&gt;&amp;gt; -@@ -142,14 +142,14 @@
&lt;br&gt;&amp;gt; - 	$(CP) mkepmlist $(bindir)
&lt;br&gt;&amp;gt; - 	echo Installing EPM manpages in $(mandir)/cat1 and $(mandir)/man1
&lt;br&gt;&amp;gt; - 	-$(MKDIR) $(mandir)/cat1
&lt;br&gt;&amp;gt; --	$(RM) $(mandir)/cat1/epm.$(CAT1EXT)
&lt;br&gt;&amp;gt; --	$(CP) $(srcdir)/doc/epm.1 $(mandir)/cat1/epm.$(CAT1EXT)
&lt;br&gt;&amp;gt; --	$(RM) $(mandir)/cat1/epminstall.$(CAT1EXT)
&lt;br&gt;&amp;gt; --	$(CP) $(srcdir)/doc/epminstall.1 $(mandir)/cat1/epminstall.$(CAT1EXT)
&lt;br&gt;&amp;gt; --	$(RM) $(mandir)/cat1/mkepmlist.$(CAT1EXT)
&lt;br&gt;&amp;gt; --	$(CP) $(srcdir)/doc/mkepmlist.1 $(mandir)/cat1/mkepmlist.$(CAT1EXT)
&lt;br&gt;&amp;gt; --	$(RM) $(mandir)/cat1/setup.$(CAT1EXT)
&lt;br&gt;&amp;gt; --	$(CP) $(srcdir)/doc/setup.1 $(mandir)/cat1/setup.$(CAT1EXT)
&lt;br&gt;&amp;gt; -+#	$(RM) $(mandir)/cat1/epm.$(CAT1EXT)
&lt;br&gt;&amp;gt; -+#	$(CP) $(srcdir)/doc/epm.1 $(mandir)/cat1/epm.$(CAT1EXT)
&lt;br&gt;&amp;gt; -+#	$(RM) $(mandir)/cat1/epminstall.$(CAT1EXT)
&lt;br&gt;&amp;gt; -+#	$(CP) $(srcdir)/doc/epminstall.1 $(mandir)/cat1/epminstall.$(CAT1EXT)
&lt;br&gt;&amp;gt; -+#	$(RM) $(mandir)/cat1/mkepmlist.$(CAT1EXT)
&lt;br&gt;&amp;gt; -+#	$(CP) $(srcdir)/doc/mkepmlist.1 $(mandir)/cat1/mkepmlist.$(CAT1EXT)
&lt;br&gt;&amp;gt; -+#	$(RM) $(mandir)/cat1/setup.$(CAT1EXT)
&lt;br&gt;&amp;gt; -+#	$(CP) $(srcdir)/doc/setup.1 $(mandir)/cat1/setup.$(CAT1EXT)
&lt;br&gt;&amp;gt; - 	-$(MKDIR) $(mandir)/man1
&lt;br&gt;&amp;gt; - 	$(RM) $(mandir)/man1/epm.1
&lt;br&gt;&amp;gt; - 	$(CP) $(srcdir)/doc/epm.man $(mandir)/man1/epm.1
&lt;br&gt;&amp;gt; -@@ -161,10 +161,10 @@
&lt;br&gt;&amp;gt; - 	$(CP) $(srcdir)/doc/setup.man $(mandir)/man1/setup.1
&lt;br&gt;&amp;gt; - 	echo Installing EPM manpages in $(mandir)/cat5 and $(mandir)/man5
&lt;br&gt;&amp;gt; - 	-$(MKDIR) $(mandir)/cat5
&lt;br&gt;&amp;gt; --	$(RM) $(mandir)/cat5/epm.list.$(CAT5EXT)
&lt;br&gt;&amp;gt; --	$(CP) $(srcdir)/doc/epm.list.5 $(mandir)/cat5/epm.list.$(CAT5EXT)
&lt;br&gt;&amp;gt; --	$(RM) $(mandir)/cat5/setup.types.$(CAT5EXT)
&lt;br&gt;&amp;gt; --	$(CP) $(srcdir)/doc/setup.types.5 $(mandir)/cat5/setup.types.$(CAT5EXT)
&lt;br&gt;&amp;gt; -+#	$(RM) $(mandir)/cat5/epm.list.$(CAT5EXT)
&lt;br&gt;&amp;gt; -+#	$(CP) $(srcdir)/doc/epm.list.5 $(mandir)/cat5/epm.list.$(CAT5EXT)
&lt;br&gt;&amp;gt; -+#	$(RM) $(mandir)/cat5/setup.types.$(CAT5EXT)
&lt;br&gt;&amp;gt; -+#	$(CP) $(srcdir)/doc/setup.types.5 $(mandir)/cat5/setup.types.$(CAT5EXT)
&lt;br&gt;&amp;gt; - 	-$(MKDIR) $(mandir)/man5
&lt;br&gt;&amp;gt; - 	$(RM) $(mandir)/man5/epm.list.5
&lt;br&gt;&amp;gt; - 	$(CP) $(srcdir)/doc/epm.list.man $(mandir)/man5/epm.list.5
&lt;br&gt;&amp;gt; Index: files/patch-configure.in
&lt;br&gt;&amp;gt; ===================================================================
&lt;br&gt;&amp;gt; RCS file: files/patch-configure.in
&lt;br&gt;&amp;gt; diff -N files/patch-configure.in
&lt;br&gt;&amp;gt; --- files/patch-configure.in	2 Feb 2005 07:58:09 -0000	1.1
&lt;br&gt;&amp;gt; +++ /dev/null	1 Jan 1970 00:00:00 -0000
&lt;br&gt;&amp;gt; @@ -1,18 +0,0 @@
&lt;br&gt;&amp;gt; ---- configure.in.orig	Wed Feb &amp;nbsp;2 16:54:27 2005
&lt;br&gt;&amp;gt; -+++ configure.in	Wed Feb &amp;nbsp;2 16:55:09 2005
&lt;br&gt;&amp;gt; -@@ -174,13 +174,13 @@
&lt;br&gt;&amp;gt; - 		AC_MSG_RESULT(no)
&lt;br&gt;&amp;gt; - &amp;nbsp;	fi
&lt;br&gt;&amp;gt; - 
&lt;br&gt;&amp;gt; --	CXX=&amp;quot;$CC&amp;quot;
&lt;br&gt;&amp;gt; -+#	CXX=&amp;quot;$CC&amp;quot;
&lt;br&gt;&amp;gt; - 
&lt;br&gt;&amp;gt; - 	if test -z &amp;quot;$OPTIM&amp;quot;; then
&lt;br&gt;&amp;gt; - &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	OPTIM=&amp;quot;-O2 -fforce-mem -fforce-addr -fcaller-saves&amp;quot;
&lt;br&gt;&amp;gt; - 	fi
&lt;br&gt;&amp;gt; - 
&lt;br&gt;&amp;gt; --	CXX=&amp;quot;$CC&amp;quot;
&lt;br&gt;&amp;gt; -+#	CXX=&amp;quot;$CC&amp;quot;
&lt;br&gt;&amp;gt; - 	OPTIM=&amp;quot;-Wall -Wno-return-type $OPTIM&amp;quot;
&lt;br&gt;&amp;gt; - 
&lt;br&gt;&amp;gt; - 	# See if GCC supports -fno-rtti...
&lt;br&gt;&amp;gt; 
&lt;/div&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382385&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26382385&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Upgrade-devel-epm-to-version-4.1-%28patch%29-tp26380775p26382385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26380775</id>
	<title>Upgrade devel/epm to version 4.1 (patch)</title>
	<published>2009-11-16T14:02:52Z</published>
	<updated>2009-11-16T14:02:52Z</updated>
	<author>
		<name>Mikhail T.-3</name>
	</author>
	<content type="html">? epm-3.7
&lt;br&gt;? epm-4.1.tbz
&lt;br&gt;? op
&lt;br&gt;? work
&lt;br&gt;Index: Makefile
&lt;br&gt;===================================================================
&lt;br&gt;RCS file: /home/pcvs/ports/devel/epm/Makefile,v
&lt;br&gt;retrieving revision 1.7
&lt;br&gt;diff -U 2 -r1.7 Makefile
&lt;br&gt;--- Makefile	20 Aug 2008 00:56:36 -0000	1.7
&lt;br&gt;+++ Makefile	16 Nov 2009 22:02:51 -0000
&lt;br&gt;@@ -7,21 +7,13 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;PORTNAME=	epm
&lt;br&gt;-PORTVERSION=	3.7
&lt;br&gt;-PORTREVISION=	2
&lt;br&gt;+PORTVERSION=	4.1
&lt;br&gt;&amp;nbsp;CATEGORIES=	devel
&lt;br&gt;-MASTER_SITES=	${MASTER_SITE_LOCAL}
&lt;br&gt;-MASTER_SITE_SUBDIR= &amp;nbsp; &amp;nbsp; maho/openoffice.org
&lt;br&gt;-DISTNAME=	${PORTNAME}-${PORTVERSION}-source
&lt;br&gt;-EXTRACT_SUFX=	.tar.bz2
&lt;br&gt;-
&lt;br&gt;-PATCH_DIST_STRIP= &amp;nbsp; &amp;nbsp; &amp;nbsp; -p2
&lt;br&gt;+MASTER_SITES=	${MASTER_SITE_EASYSW}
&lt;br&gt;+MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}
&lt;br&gt;+EXTRACT_SUFX=	-source.tar.bz2
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;MAINTAINER=	&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26380775&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openoffice@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;COMMENT=	A free UNIX software/file packaging program
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-PATCHFILES+= &amp;nbsp; &amp;nbsp;epm-3.7.patch
&lt;br&gt;-PATCH_SITES+= &amp;nbsp; &lt;a href=&quot;http://installation.openoffice.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://installation.openoffice.org/&lt;/a&gt;&lt;br&gt;-
&lt;br&gt;-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
&lt;br&gt;&amp;nbsp;USE_BZIP2=	yes
&lt;br&gt;&amp;nbsp;GNU_CONFIGURE=	yes
&lt;br&gt;Index: distinfo
&lt;br&gt;===================================================================
&lt;br&gt;RCS file: /home/pcvs/ports/devel/epm/distinfo,v
&lt;br&gt;retrieving revision 1.3
&lt;br&gt;diff -U 2 -r1.3 distinfo
&lt;br&gt;--- distinfo	22 Jan 2006 08:28:07 -0000	1.3
&lt;br&gt;+++ distinfo	16 Nov 2009 22:02:51 -0000
&lt;br&gt;@@ -1,6 +1,3 @@
&lt;br&gt;-MD5 (epm-3.7-source.tar.bz2) = d1fd62aa8e38b8dcd32b821822cb29a8
&lt;br&gt;-SHA256 (epm-3.7-source.tar.bz2) = 72faaa32679bb2ce2a6b776410a53c6c2a272e405b72e607c011da2d9a0214b7
&lt;br&gt;-SIZE (epm-3.7-source.tar.bz2) = 401222
&lt;br&gt;-MD5 (epm-3.7.patch) = 45b782d55e0545355cb5ffe5292e13cc
&lt;br&gt;-SHA256 (epm-3.7.patch) = c92828565f3b081a35243cf6418bde3acddcb911886d7fe4fa2c70d68ac47014
&lt;br&gt;-SIZE (epm-3.7.patch) = 4013
&lt;br&gt;+MD5 (epm-4.1-source.tar.bz2) = 658385d63e81bfd0989f8f9b8a956c2c
&lt;br&gt;+SHA256 (epm-4.1-source.tar.bz2) = 960ce17836040dc64f5058186c71032c2c9c9b5f8a31b790e820900e130cb8a3
&lt;br&gt;+SIZE (epm-4.1-source.tar.bz2) = 452818
&lt;br&gt;Index: pkg-descr
&lt;br&gt;===================================================================
&lt;br&gt;RCS file: /home/pcvs/ports/devel/epm/pkg-descr,v
&lt;br&gt;retrieving revision 1.1
&lt;br&gt;diff -U 2 -r1.1 pkg-descr
&lt;br&gt;--- pkg-descr	21 Nov 2004 00:22:10 -0000	1.1
&lt;br&gt;+++ pkg-descr	16 Nov 2009 22:02:51 -0000
&lt;br&gt;@@ -9,3 +9,3 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp;your applications.
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-WWW: &lt;a href=&quot;http://www.easysw.com/epm/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.easysw.com/epm/&lt;/a&gt;&lt;br&gt;+WWW: &lt;a href=&quot;http://www.epmhome.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.epmhome.org/&lt;/a&gt;&lt;br&gt;Index: pkg-plist
&lt;br&gt;===================================================================
&lt;br&gt;RCS file: /home/pcvs/ports/devel/epm/pkg-plist,v
&lt;br&gt;retrieving revision 1.4
&lt;br&gt;diff -U 2 -r1.4 pkg-plist
&lt;br&gt;--- pkg-plist	20 Jul 2008 23:29:23 -0000	1.4
&lt;br&gt;+++ pkg-plist	16 Nov 2009 22:02:51 -0000
&lt;br&gt;@@ -4,5 +4,4 @@
&lt;br&gt;&amp;nbsp;%%DOCSDIR%%/COPYING
&lt;br&gt;&amp;nbsp;%%DOCSDIR%%/README
&lt;br&gt;-%%DOCSDIR%%/epm-manual.html
&lt;br&gt;-%%DOCSDIR%%/epm-manual.pdf
&lt;br&gt;+%%DOCSDIR%%/epm-book.html
&lt;br&gt;&amp;nbsp;@dirrm %%DOCSDIR%%
&lt;br&gt;Index: files/patch-Makefile.in
&lt;br&gt;===================================================================
&lt;br&gt;RCS file: files/patch-Makefile.in
&lt;br&gt;diff -N files/patch-Makefile.in
&lt;br&gt;--- files/patch-Makefile.in	24 Nov 2004 07:27:46 -0000	1.1
&lt;br&gt;+++ /dev/null	1 Jan 1970 00:00:00 -0000
&lt;br&gt;@@ -1,40 +0,0 @@
&lt;br&gt;---- Makefile.in~	Thu Jul 24 10:20:54 2003
&lt;br&gt;-+++ Makefile.in	Wed Nov 24 16:15:46 2004
&lt;br&gt;-@@ -142,14 +142,14 @@
&lt;br&gt;- 	$(CP) mkepmlist $(bindir)
&lt;br&gt;- 	echo Installing EPM manpages in $(mandir)/cat1 and $(mandir)/man1
&lt;br&gt;- 	-$(MKDIR) $(mandir)/cat1
&lt;br&gt;--	$(RM) $(mandir)/cat1/epm.$(CAT1EXT)
&lt;br&gt;--	$(CP) $(srcdir)/doc/epm.1 $(mandir)/cat1/epm.$(CAT1EXT)
&lt;br&gt;--	$(RM) $(mandir)/cat1/epminstall.$(CAT1EXT)
&lt;br&gt;--	$(CP) $(srcdir)/doc/epminstall.1 $(mandir)/cat1/epminstall.$(CAT1EXT)
&lt;br&gt;--	$(RM) $(mandir)/cat1/mkepmlist.$(CAT1EXT)
&lt;br&gt;--	$(CP) $(srcdir)/doc/mkepmlist.1 $(mandir)/cat1/mkepmlist.$(CAT1EXT)
&lt;br&gt;--	$(RM) $(mandir)/cat1/setup.$(CAT1EXT)
&lt;br&gt;--	$(CP) $(srcdir)/doc/setup.1 $(mandir)/cat1/setup.$(CAT1EXT)
&lt;br&gt;-+#	$(RM) $(mandir)/cat1/epm.$(CAT1EXT)
&lt;br&gt;-+#	$(CP) $(srcdir)/doc/epm.1 $(mandir)/cat1/epm.$(CAT1EXT)
&lt;br&gt;-+#	$(RM) $(mandir)/cat1/epminstall.$(CAT1EXT)
&lt;br&gt;-+#	$(CP) $(srcdir)/doc/epminstall.1 $(mandir)/cat1/epminstall.$(CAT1EXT)
&lt;br&gt;-+#	$(RM) $(mandir)/cat1/mkepmlist.$(CAT1EXT)
&lt;br&gt;-+#	$(CP) $(srcdir)/doc/mkepmlist.1 $(mandir)/cat1/mkepmlist.$(CAT1EXT)
&lt;br&gt;-+#	$(RM) $(mandir)/cat1/setup.$(CAT1EXT)
&lt;br&gt;-+#	$(CP) $(srcdir)/doc/setup.1 $(mandir)/cat1/setup.$(CAT1EXT)
&lt;br&gt;- 	-$(MKDIR) $(mandir)/man1
&lt;br&gt;- 	$(RM) $(mandir)/man1/epm.1
&lt;br&gt;- 	$(CP) $(srcdir)/doc/epm.man $(mandir)/man1/epm.1
&lt;br&gt;-@@ -161,10 +161,10 @@
&lt;br&gt;- 	$(CP) $(srcdir)/doc/setup.man $(mandir)/man1/setup.1
&lt;br&gt;- 	echo Installing EPM manpages in $(mandir)/cat5 and $(mandir)/man5
&lt;br&gt;- 	-$(MKDIR) $(mandir)/cat5
&lt;br&gt;--	$(RM) $(mandir)/cat5/epm.list.$(CAT5EXT)
&lt;br&gt;--	$(CP) $(srcdir)/doc/epm.list.5 $(mandir)/cat5/epm.list.$(CAT5EXT)
&lt;br&gt;--	$(RM) $(mandir)/cat5/setup.types.$(CAT5EXT)
&lt;br&gt;--	$(CP) $(srcdir)/doc/setup.types.5 $(mandir)/cat5/setup.types.$(CAT5EXT)
&lt;br&gt;-+#	$(RM) $(mandir)/cat5/epm.list.$(CAT5EXT)
&lt;br&gt;-+#	$(CP) $(srcdir)/doc/epm.list.5 $(mandir)/cat5/epm.list.$(CAT5EXT)
&lt;br&gt;-+#	$(RM) $(mandir)/cat5/setup.types.$(CAT5EXT)
&lt;br&gt;-+#	$(CP) $(srcdir)/doc/setup.types.5 $(mandir)/cat5/setup.types.$(CAT5EXT)
&lt;br&gt;- 	-$(MKDIR) $(mandir)/man5
&lt;br&gt;- 	$(RM) $(mandir)/man5/epm.list.5
&lt;br&gt;- 	$(CP) $(srcdir)/doc/epm.list.man $(mandir)/man5/epm.list.5
&lt;br&gt;Index: files/patch-configure.in
&lt;br&gt;===================================================================
&lt;br&gt;RCS file: files/patch-configure.in
&lt;br&gt;diff -N files/patch-configure.in
&lt;br&gt;--- files/patch-configure.in	2 Feb 2005 07:58:09 -0000	1.1
&lt;br&gt;+++ /dev/null	1 Jan 1970 00:00:00 -0000
&lt;br&gt;@@ -1,18 +0,0 @@
&lt;br&gt;---- configure.in.orig	Wed Feb &amp;nbsp;2 16:54:27 2005
&lt;br&gt;-+++ configure.in	Wed Feb &amp;nbsp;2 16:55:09 2005
&lt;br&gt;-@@ -174,13 +174,13 @@
&lt;br&gt;- 		AC_MSG_RESULT(no)
&lt;br&gt;- &amp;nbsp;	fi
&lt;br&gt;- 
&lt;br&gt;--	CXX=&amp;quot;$CC&amp;quot;
&lt;br&gt;-+#	CXX=&amp;quot;$CC&amp;quot;
&lt;br&gt;- 
&lt;br&gt;- 	if test -z &amp;quot;$OPTIM&amp;quot;; then
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 	OPTIM=&amp;quot;-O2 -fforce-mem -fforce-addr -fcaller-saves&amp;quot;
&lt;br&gt;- 	fi
&lt;br&gt;- 
&lt;br&gt;--	CXX=&amp;quot;$CC&amp;quot;
&lt;br&gt;-+#	CXX=&amp;quot;$CC&amp;quot;
&lt;br&gt;- 	OPTIM=&amp;quot;-Wall -Wno-return-type $OPTIM&amp;quot;
&lt;br&gt;- 
&lt;br&gt;- 	# See if GCC supports -fno-rtti...
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26380775&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26380775&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Upgrade-devel-epm-to-version-4.1-%28patch%29-tp26380775p26380775.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26376703</id>
	<title>Re: ports/140608: /usr/ports/editors/openoffice.org-3 start up problem</title>
	<published>2009-11-16T10:10:12Z</published>
	<updated>2009-11-16T10:10:12Z</updated>
	<author>
		<name>Edwin Groothuis-2</name>
	</author>
	<content type="html">Synopsis: /usr/ports/editors/openoffice.org-3 start up problem
&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-ports-bugs-&amp;gt;openoffice
&lt;br&gt;Responsible-Changed-By: edwin
&lt;br&gt;Responsible-Changed-When: Mon Nov 16 18:10:11 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;Over to maintainer (via the GNATS Auto Assign Tool)
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=140608&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=140608&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26376703&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26376703&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-ports-140608%3A--usr-ports-editors-openoffice.org-3-start-up-problem-tp26376703p26376703.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26370194</id>
	<title>Current problem reports assigned to openoffice@FreeBSD.org</title>
	<published>2009-11-16T03:08:08Z</published>
	<updated>2009-11-16T03:08:08Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o ports/140215 openoffice editors/openoffice.org-3: Fatal error on OpenOffice cl
&lt;br&gt;o ports/139820 openoffice editors/openoffice.org-3 3.1.1 failed to build with GC
&lt;br&gt;o ports/139607 openoffice [Patch] editors/openoffice.org-3-devel: Add knobs for 
&lt;br&gt;o ports/139449 openoffice editors/openoffice.org-3-devel not building properly w
&lt;br&gt;o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing
&lt;br&gt;o ports/137293 openoffice editors/openoffice.org-3 fails to build
&lt;br&gt;o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil
&lt;br&gt;o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure
&lt;br&gt;f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies 
&lt;br&gt;o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi
&lt;br&gt;o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu
&lt;br&gt;o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/
&lt;br&gt;o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0.
&lt;br&gt;f ports/108313 openoffice editors/openoffice.org port build fails
&lt;br&gt;f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which
&lt;br&gt;&lt;br&gt;15 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370194&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26370194&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-openoffice%40FreeBSD.org-tp26370194p26370194.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26264625</id>
	<title>Current problem reports assigned to openoffice@FreeBSD.org</title>
	<published>2009-11-09T03:08:08Z</published>
	<updated>2009-11-09T03:08:08Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o ports/140215 openoffice editors/openoffice.org-3: Fatal error on OpenOffice cl
&lt;br&gt;o ports/139820 openoffice editors/openoffice.org-3 3.1.1 failed to build with GC
&lt;br&gt;o ports/139607 openoffice [Patch] editors/openoffice.org-3-devel: Add knobs for 
&lt;br&gt;o ports/139449 openoffice editors/openoffice.org-3-devel not building properly w
&lt;br&gt;o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing
&lt;br&gt;o ports/137293 openoffice editors/openoffice.org-3 fails to build
&lt;br&gt;o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil
&lt;br&gt;o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure
&lt;br&gt;f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies 
&lt;br&gt;o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi
&lt;br&gt;o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu
&lt;br&gt;o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/
&lt;br&gt;o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0.
&lt;br&gt;f ports/108313 openoffice editors/openoffice.org port build fails
&lt;br&gt;f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which
&lt;br&gt;&lt;br&gt;15 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264625&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26264625&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-openoffice%40FreeBSD.org-tp26264625p26264625.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26241784</id>
	<title>Install Fails - Newer tzupdater-1_3_18-2009k.zip</title>
	<published>2009-11-06T18:50:12Z</published>
	<updated>2009-11-06T18:50:12Z</updated>
	<author>
		<name>John B. Stubblebine</name>
	</author>
	<content type="html">OpenOffice:
&lt;br&gt;&lt;br&gt;I'm trying to &amp;quot;make install&amp;quot; &amp;nbsp;OOo-3.1.1 from a fresh ports tree.
&lt;br&gt;&lt;br&gt;Diablo-jdk16 wants me to fetch tzupdater-1_3_18-2009k.zip, but tzupdater
&lt;br&gt;has been upgraded to
&lt;br&gt;tzupdater-1_3_21p.zip and the OOo install will not use this.
&lt;br&gt;&lt;br&gt;How do I get this to work??
&lt;br&gt;&lt;br&gt;Less important: &amp;nbsp;will there be a package for OOo-3.1.1? &amp;nbsp; The most
&lt;br&gt;recent package is for OOo-2xxx.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;John B. Stubblebine
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26241784&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jstub@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp;&amp;quot;Taxes are what we pay for civilized society.&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Oliver Wendell Holmes, Jr.
&lt;br&gt;&lt;br&gt;ü Please consider the environment before printing this email. 
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26241784&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26241784&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Install-Fails---Newer-tzupdater-1_3_18-2009k.zip-tp26241784p26241784.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26162225</id>
	<title>Current problem reports assigned to openoffice@FreeBSD.org</title>
	<published>2009-11-02T03:08:04Z</published>
	<updated>2009-11-02T03:08:04Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o ports/140215 openoffice editors/openoffice.org-3: Fatal error on OpenOffice cl
&lt;br&gt;o ports/139820 openoffice editors/openoffice.org-3 3.1.1 failed to build with GC
&lt;br&gt;o ports/139607 openoffice [Patch] editors/openoffice.org-3-devel: Add knobs for 
&lt;br&gt;o ports/139449 openoffice editors/openoffice.org-3-devel not building properly w
&lt;br&gt;o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing
&lt;br&gt;o ports/137293 openoffice editors/openoffice.org-3 fails to build
&lt;br&gt;o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil
&lt;br&gt;o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure
&lt;br&gt;f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies 
&lt;br&gt;o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi
&lt;br&gt;o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu
&lt;br&gt;o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/
&lt;br&gt;o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0.
&lt;br&gt;f ports/108313 openoffice editors/openoffice.org port build fails
&lt;br&gt;f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which
&lt;br&gt;&lt;br&gt;15 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162225&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162225&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-openoffice%40FreeBSD.org-tp26162225p26162225.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26162024</id>
	<title>Re: ports/140215: editors/openoffice.org-3: Fatal error on OpenOffice closing</title>
	<published>2009-11-02T02:55:55Z</published>
	<updated>2009-11-02T02:55:55Z</updated>
	<author>
		<name>linimon</name>
	</author>
	<content type="html">Old Synopsis: Fatal error on OpenOffice closing
&lt;br&gt;New Synopsis: editors/openoffice.org-3: Fatal error on OpenOffice closing
&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-ports-bugs-&amp;gt;openoffice
&lt;br&gt;Responsible-Changed-By: linimon
&lt;br&gt;Responsible-Changed-When: Mon Nov 2 10:54:20 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;Fix synopsis and assign.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=140215&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=140215&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162024&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26162024&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-ports-140215%3A-editors-openoffice.org-3%3A-Fatal-error-on-OpenOffice-closing-tp26162024p26162024.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26148199</id>
	<title>openoffice 3.1.0_2 for freebsd 7.2-release, i386</title>
	<published>2009-10-31T21:01:11Z</published>
	<updated>2009-10-31T21:01:11Z</updated>
	<author>
		<name>Leonardo Santagostini</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;As i see in &lt;a href=&quot;http://lists.freebsd.org/pipermail/freebsd-openoffice/2009-August/004306.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/pipermail/freebsd-openoffice/2009-August/004306.html&lt;/a&gt;&lt;br&gt;there is a package for installing OO 3.1 but i could not find it
&lt;br&gt;trough the web.
&lt;br&gt;&lt;br&gt;Could please someone send to my at least a link to download it ?
&lt;br&gt;&lt;br&gt;Thank,
&lt;br&gt;Kind Regards
&lt;br&gt;Leonardo Santagostini
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26148199&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26148199&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openoffice-3.1.0_2-for-freebsd-7.2-release%2C-i386-tp26148199p26148199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26137430</id>
	<title>FreeBSD Port: editors/openoffice.org-3-devel</title>
	<published>2009-10-30T14:26:47Z</published>
	<updated>2009-10-30T14:26:47Z</updated>
	<author>
		<name>bernard-33</name>
	</author>
	<content type="html">comment telecharger open office 3.3 ?
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26137430&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26137430&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FreeBSD-Port%3A-editors-openoffice.org-3-devel-tp26137430p26137430.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26121843</id>
	<title>Re: ports/138144: editors/openoffice.org-3: 3.1.0 crashes on closing</title>
	<published>2009-10-29T14:54:26Z</published>
	<updated>2009-10-29T14:54:26Z</updated>
	<author>
		<name>Paul B Mahol</name>
	</author>
	<content type="html">On 10/29/09, Heino Tiedemann &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26121843&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rotkap@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; The following reply was made to PR ports/138144; it has been noted by GNATS.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; From: Heino Tiedemann &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26121843&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rotkap@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26121843&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-followup@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Cc:
&lt;br&gt;&amp;gt; Subject: Re: ports/138144: editors/openoffice.org-3: 3.1.0 crashes on
&lt;br&gt;&amp;gt; closing
&lt;br&gt;&amp;gt; Date: Thu, 29 Oct 2009 20:41:43 +0100
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;is someone working on it?
&lt;/div&gt;&lt;br&gt;I'm experiencing similar issue. But it only happens if openoffice
&lt;br&gt;wants to use java. Note I have removed java and openoffice still works
&lt;br&gt;(partialy) and it still crash on exit if I access java options. I think
&lt;br&gt;part of problem was using java compiled from package instead one from ports.
&lt;br&gt;&lt;br&gt;I never bothered to compile java from ports to see if that may stop crash.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26121843&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26121843&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-ports-138144%3A-editors-openoffice.org-3%3A-3.1.0-crashes-on-closing-tp26119601p26121843.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26119601</id>
	<title>Re: ports/138144: editors/openoffice.org-3: 3.1.0 crashes on closing</title>
	<published>2009-10-29T12:50:04Z</published>
	<updated>2009-10-29T12:50:04Z</updated>
	<author>
		<name>Heino Tiedemann-3</name>
	</author>
	<content type="html">The following reply was made to PR ports/138144; it has been noted by GNATS.
&lt;br&gt;&lt;br&gt;From: Heino Tiedemann &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26119601&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rotkap@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26119601&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-followup@...&lt;/a&gt;
&lt;br&gt;Cc: &amp;nbsp;
&lt;br&gt;Subject: Re: ports/138144: editors/openoffice.org-3: 3.1.0 crashes on closing
&lt;br&gt;Date: Thu, 29 Oct 2009 20:41:43 +0100
&lt;br&gt;&lt;br&gt;&amp;nbsp;is someone working on it?
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26119601&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26119601&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-ports-138144%3A-editors-openoffice.org-3%3A-3.1.0-crashes-on-closing-tp26119601p26119601.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26057842</id>
	<title>Current problem reports assigned to openoffice@FreeBSD.org</title>
	<published>2009-10-26T04:08:08Z</published>
	<updated>2009-10-26T04:08:08Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o ports/139820 openoffice editors/openoffice.org-3 3.1.1 failed to build with GC
&lt;br&gt;o ports/139607 openoffice [Patch] editors/openoffice.org-3-devel: Add knobs for 
&lt;br&gt;o ports/139449 openoffice editors/openoffice.org-3-devel not building properly w
&lt;br&gt;o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing
&lt;br&gt;o ports/137293 openoffice editors/openoffice.org-3 fails to build
&lt;br&gt;o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil
&lt;br&gt;o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure
&lt;br&gt;f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies 
&lt;br&gt;o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi
&lt;br&gt;o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu
&lt;br&gt;o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/
&lt;br&gt;o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0.
&lt;br&gt;f ports/108313 openoffice editors/openoffice.org port build fails
&lt;br&gt;f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which
&lt;br&gt;&lt;br&gt;14 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26057842&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26057842&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-openoffice%40FreeBSD.org-tp26057842p26057842.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26045868</id>
	<title>Re: build error editors/openoffice.org-3</title>
	<published>2009-10-25T00:58:48Z</published>
	<updated>2009-10-25T00:58:48Z</updated>
	<author>
		<name>Oliver Lehmann</name>
	</author>
	<content type="html">Oliver Lehmann wrote:
&lt;br&gt;&lt;br&gt;&lt;br&gt;found my own solutions so far:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; error.c:161: error: stray '\16' in program
&lt;br&gt;&lt;br&gt;removed ^N in line 161 of the mentioned file.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; dmake: &amp;nbsp;Error code 1, while making '../../../../../../unxfbsdx.pro/slo/TestResult.obj'
&lt;br&gt;&amp;gt; dmake: &amp;nbsp;Error code 255, while making 'target'
&lt;br&gt;&amp;gt; dmake: &amp;nbsp;Error code 255, while making './unxfbsdx.pro/misc/build/so_built_so_cppunit'
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/pipermail/freebsd-openoffice/2009-May/004177.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/pipermail/freebsd-openoffice/2009-May/004177.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;Oliver Lehmann
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.pofo.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.pofo.de/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://wishlist.ans-netz.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wishlist.ans-netz.de/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26045868&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26045868&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-error-editors-openoffice.org-3-tp26045775p26045868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26045775</id>
	<title>build error editors/openoffice.org-3</title>
	<published>2009-10-25T00:10:00Z</published>
	<updated>2009-10-25T00:10:00Z</updated>
	<author>
		<name>Oliver Lehmann</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm getting the following build errors:
&lt;br&gt;&lt;br&gt;2 module(s): 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; libxml2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cppunit
&lt;br&gt;need(s) to be rebuilt
&lt;br&gt;&lt;br&gt;Reason(s):
&lt;br&gt;&lt;br&gt;ERROR: error 65280 occurred while making /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2
&lt;br&gt;ERROR: error 65280 occurred while making /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit
&lt;br&gt;&lt;br&gt;&lt;br&gt;Specifically:
&lt;br&gt;&lt;br&gt;&lt;br&gt;=============
&lt;br&gt;Building module libxml2
&lt;br&gt;Running processes: 1
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2
&lt;br&gt;-------------
&lt;br&gt;mkdir ./unxfbsdx.pro/misc/build/libxml2-2.6.31/
&lt;br&gt;mkdir: ./unxfbsdx.pro/misc/build/libxml2-2.6.31/: File exists
&lt;br&gt;cd ./unxfbsdx.pro/misc/build/libxml2-2.6.31/ &amp;&amp; gmake -j1 &amp;&amp; touch /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/./unxfbsdx.pro/misc/build/so_built_so_libxml2
&lt;br&gt;gmake &amp;nbsp;all-recursive
&lt;br&gt;gmake[1]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31'
&lt;br&gt;Making all in include
&lt;br&gt;gmake[2]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include'
&lt;br&gt;Making all in libxml
&lt;br&gt;gmake[3]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include/libxml'
&lt;br&gt;gmake[3]: Nothing to be done for `all'.
&lt;br&gt;gmake[3]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include/libxml'
&lt;br&gt;gmake[3]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include'
&lt;br&gt;gmake[3]: Nothing to be done for `all-am'.
&lt;br&gt;gmake[3]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include'
&lt;br&gt;gmake[2]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31/include'
&lt;br&gt;Making all in .
&lt;br&gt;gmake[2]: Entering directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31'
&lt;br&gt;/bin/sh ./libtool --tag=CC &amp;nbsp; --mode=compile cc -DHAVE_CONFIG_H -I. -I./include -I./include &amp;nbsp;-D_REENTRANT &amp;nbsp; &amp;nbsp; &amp;nbsp;-g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
&lt;br&gt;&amp;nbsp;cc -DHAVE_CONFIG_H -I. -I./include -I./include -D_REENTRANT -g -O2 -pedantic -W -Wformat -Wunused -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c &amp;nbsp;-fPIC -DPIC -o .libs/error.o
&lt;br&gt;error.c: In function 'xmlParserPrintFileInfo':
&lt;br&gt;error.c:161: error: stray '\16' in program
&lt;br&gt;gmake[2]: *** [error.lo] Error 1
&lt;br&gt;gmake[2]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31'
&lt;br&gt;gmake[1]: *** [all-recursive] Error 1
&lt;br&gt;gmake[1]: Leaving directory `/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/libxml2/unxfbsdx.pro/misc/build/libxml2-2.6.31'
&lt;br&gt;gmake: *** [all] Error 2
&lt;br&gt;dmake: &amp;nbsp;Error code 2, while making './unxfbsdx.pro/misc/build/so_built_so_libxml2'
&lt;br&gt;Running processes: 0
&lt;br&gt;=============
&lt;br&gt;&lt;br&gt;&lt;br&gt;=============
&lt;br&gt;Building module cppunit
&lt;br&gt;Running processes: 1
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit
&lt;br&gt;-------------
&lt;br&gt;mkdir ./unxfbsdx.pro/misc/build/cppunit-1.8.0/
&lt;br&gt;mkdir: ./unxfbsdx.pro/misc/build/cppunit-1.8.0/: File exists
&lt;br&gt;cd ./unxfbsdx.pro/misc/build/cppunit-1.8.0/ &amp;&amp; dmake -P1 &amp;nbsp; &amp;&amp; touch /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/./unxfbsdx.pro/misc/build/so_built_so_cppunit
&lt;br&gt;cd src/win32 &amp;&amp; dmake -P1 -P1 
&lt;br&gt;-------------
&lt;br&gt;cd src/result &amp;&amp; dmake -P1 -P1 
&lt;br&gt;------------------------------
&lt;br&gt;Making: ../../../../../../unxfbsdx.pro/slo/TestResult.obj
&lt;br&gt;c++ -fmessage-length=0 -c -O2 -fno-strict-aliasing &amp;nbsp; -I. &amp;nbsp;-I../../../../../../unxfbsdx.pro/inc/c5t_testresult -I../inc -I../../../../../../inc/pch -I../../../../../../inc -I../../../../../../unx/inc -I../../../../../../unxfbsdx.pro/inc -I. -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc/stl -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc/external -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solenv/unxfbsdx/inc -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solenv/inc -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/res -I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc/stl -I/usr/obj/amd64-at
&lt;br&gt;&amp;nbsp;hlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solenv/inc/Xp31 -I/usr/local/diablo-jdk1.6.0/include -I/usr/local/diablo-jdk1.6.0/include/freebsd -I/usr/local/diablo-jdk1.6.0/include/bsd -I/usr/local/diablo-jdk1.6.0/include/linux -I/usr/local/diablo-jdk1.6.0/include/native_threads/include -I/usr/local/include &amp;nbsp;-I/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/solver/310/unxfbsdx.pro/inc/offuh -I../../include -I../../../../../../res -I. -pipe &amp;nbsp;-fvisibility-inlines-hidden -g1 -Wall -Wextra -Wendif-labels -Wshadow -Wno-ctor-dtor-privacy &amp;nbsp; &amp;nbsp; -Wno-non-virtual-dtor &amp;nbsp; -fpic -DFREEBSD -DUNX -DVCL -DGCC -DC341 -DX86_64 -DCVER=C341 -DX86_64 &amp;nbsp;-D_PTHREADS -D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=450 -DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3 -DGXX_INCLUDE_PATH=/usr/include/c++/4.2 -DSUPD=310 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI -DSOLAR_JAVA &amp;nbsp; -DSHAREDLIB -D_DLL_ &amp;nbsp; -fex
&lt;br&gt;&amp;nbsp;ceptions -fno-enforce-eh-specs -DEXCEPTIONS_ON &amp;nbsp;-o ../../../../../../unxfbsdx.pro/slo/TestResult.o /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp
&lt;br&gt;In file included from /usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:5:
&lt;br&gt;../../include/cppunit/result/TestResult.h:72: error: 'ErrorType' has not been declared
&lt;br&gt;../../include/cppunit/result/TestResult.h:72: error: expected ',' or '...' before 'eType'
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:46: error: 'ErrorType' has not been declared
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:46: error: expected ',' or '...' before '_eType'
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp: In member function 'virtual void CppUnit::TestResult::addError(CppUnit::Test*, CppUnit::Exception*, int)':
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:48: error: '_eType' was not declared in this scope
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp: At global scope:
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:46: warning: unused parameter 'num'
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp: In member function 'virtual void CppUnit::TestResult::addFailure(CppUnit::Test*, CppUnit::Exception*)':
&lt;br&gt;/usr/obj/amd64-athlon64-8.0/usr/ports/editors/openoffice.org-3/work/OOO310_m19/cppunit/unxfbsdx.pro/misc/build/cppunit-1.8.0/src/result/TestResult.cpp:59: error: 'ErrorType' has not been declared
&lt;br&gt;dmake: &amp;nbsp;Error code 1, while making '../../../../../../unxfbsdx.pro/slo/TestResult.obj'
&lt;br&gt;dmake: &amp;nbsp;Error code 255, while making 'target'
&lt;br&gt;dmake: &amp;nbsp;Error code 255, while making './unxfbsdx.pro/misc/build/so_built_so_cppunit'
&lt;br&gt;Running processes: 0
&lt;br&gt;=============
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&amp;nbsp;Oliver Lehmann
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.pofo.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.pofo.de/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://wishlist.ans-netz.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wishlist.ans-netz.de/&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26045775&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26045775&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/build-error-editors-openoffice.org-3-tp26045775p26045775.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25999355</id>
	<title>Re: ports/139820: editors/openoffice.org-3 3.1.1 failed to build with GCC 4.4.1</title>
	<published>2009-10-21T13:07:33Z</published>
	<updated>2009-10-21T13:07:33Z</updated>
	<author>
		<name>linimon</name>
	</author>
	<content type="html">Old Synopsis: OpenOfifce.Org 3.1.1 failed to build with GCC 4.4.1
&lt;br&gt;New Synopsis: editors/openoffice.org-3 3.1.1 failed to build with GCC 4.4.1
&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-ports-bugs-&amp;gt;openoffice
&lt;br&gt;Responsible-Changed-By: linimon
&lt;br&gt;Responsible-Changed-When: Wed Oct 21 20:06:58 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;Over to maintainer(s).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=139820&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=139820&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25999355&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25999355&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-ports-139820%3A-editors-openoffice.org-3-3.1.1-failed-to-build-with-GCC-4.4.1-tp25999355p25999355.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25973768</id>
	<title>FYI: Re: [tools-dev] GCC 3.x.x support</title>
	<published>2009-10-20T04:53:49Z</published>
	<updated>2009-10-20T04:53:49Z</updated>
	<author>
		<name>Maho NAKATA-2</name>
	</author>
	<content type="html">Hi FreeBSD guys, just for your info.
&lt;br&gt;&lt;br&gt;From: Jens-Heiner Rechtien &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25973768&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Jens-Heiner.Rechtien@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: [tools-dev] GCC 3.x.x support
&lt;br&gt;Date: Tue, 20 Oct 2009 13:30:12 +0200
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; after some discussion on the tools mailing list and with the port
&lt;br&gt;&amp;gt; maintainers it has been decided that we'll drop support for certain
&lt;br&gt;&amp;gt; obsolete gcc versions.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; GCC versions which are supported by the OOo build system
&lt;br&gt;&amp;gt; ========================================================
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - gcc-4.x.x is supported
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - gcc-3.3.x is not longer supported, patches aren't any longer accepted
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - gcc-3.4.x is deprecated, patches will be accepted up to including
&lt;br&gt;&amp;gt; &amp;nbsp; OOO330. Build breakers can't be flagged as &amp;quot;Prio 1&amp;quot;, fixes will have
&lt;br&gt;&amp;gt; &amp;nbsp; to come from the port maintainers using this obsolete version as most
&lt;br&gt;&amp;gt; &amp;nbsp; developers will not have a way to fix or even to verify the build
&lt;br&gt;&amp;gt; &amp;nbsp; problem.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've updated
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Compiler_versions_used_by_port_maintainers_and_release_engineers&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Compiler_versions_used_by_port_maintainers_and_release_engineers&lt;/a&gt;&lt;br&gt;&amp;gt; accordingly.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; &amp;nbsp; Heiner
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Jens-Heiner Rechtien
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25973768&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rechtien@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25973768&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25973768&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25973768&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25973768&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/FYI%3A-Re%3A--tools-dev--GCC-3.x.x-support-tp25973768p25973768.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25959048</id>
	<title>editors/openoffice.org-3-RC - fails: patch</title>
	<published>2009-10-19T07:13:19Z</published>
	<updated>2009-10-19T07:13:19Z</updated>
	<author>
		<name>QAT</name>
	</author>
	<content type="html">The Restless Daemon identified a patch error while trying to build:
&lt;br&gt;&amp;nbsp;openoffice.org-3.2.20091015 maintained by &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25959048&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openoffice@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;Makefile ident: $FreeBSD: ports/editors/openoffice.org-3-RC/Makefile,v 1.403 2009/10/18 08:04:08 maho Exp $
&lt;br&gt;&lt;br&gt;Excerpt from &lt;a href=&quot;http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.2.20091015.log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.2.20091015.log&lt;/a&gt;&amp;nbsp;:
&lt;br&gt;&lt;br&gt;=&amp;gt; MD5 Checksum OK for openoffice.org3/seamonkey-1.1.14.source.tar.bz2.
&lt;br&gt;=&amp;gt; SHA256 Checksum OK for openoffice.org3/seamonkey-1.1.14.source.tar.bz2.
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.2.20091015 depends on file: /usr/local/bin/perl5.8.9 - found
&lt;br&gt;for i in curl/curl*patch neon/neon*patch jfreereport/patches/*.patch; &amp;nbsp;do &amp;nbsp;cd /work/a/ports/editors/openoffice.org-3-RC/work/OOO320_m2 ; /usr/bin/sed -i.bak -e 's#
&lt;br&gt;##g' $i ; &amp;nbsp;done
&lt;br&gt;Deleting perl-5.8.9_3
&lt;br&gt;Removing stale symlinks from /usr/bin...
&lt;br&gt;&amp;nbsp; &amp;nbsp; Removing /usr/bin/perl
&lt;br&gt;&amp;nbsp; &amp;nbsp; Removing /usr/bin/perl5
&lt;br&gt;Done.
&lt;br&gt;Cleaning up /etc/make.conf... Done.
&lt;br&gt;Cleaning up /etc/manpath.config... Done.
&lt;br&gt;================================================================
&lt;br&gt;====================&amp;lt;phase 3: make patch&amp;gt;====================
&lt;br&gt;add_pkg perl-5.8.9_3.tbz
&lt;br&gt;adding dependencies
&lt;br&gt;pkg_add perl-5.8.9_3.tbz
&lt;br&gt;Removing stale symlinks from /usr/bin...
&lt;br&gt;&amp;nbsp; &amp;nbsp; Skipping /usr/bin/perl
&lt;br&gt;&amp;nbsp; &amp;nbsp; Skipping /usr/bin/perl5
&lt;br&gt;Done.
&lt;br&gt;Creating various symlinks in /usr/bin...
&lt;br&gt;&amp;nbsp; &amp;nbsp; Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl
&lt;br&gt;&amp;nbsp; &amp;nbsp; Symlinking /usr/local/bin/perl5.8.9 to /usr/bin/perl5
&lt;br&gt;Done.
&lt;br&gt;Cleaning up /etc/make.conf... Done.
&lt;br&gt;Spamming /etc/make.conf... Done.
&lt;br&gt;Cleaning up /etc/manpath.config... Done.
&lt;br&gt;Spamming /etc/manpath.config... Done.
&lt;br&gt;===&amp;gt; &amp;nbsp;Patching for openoffice.org-3.2.20091015
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.2.20091015 depends on file: /usr/local/bin/perl5.8.9 - found
&lt;br&gt;===&amp;gt; &amp;nbsp;Applying FreeBSD patches for openoffice.org-3.2.20091015
&lt;br&gt;Ignoring previously applied (or reversed) patch.
&lt;br&gt;1 out of 1 hunks ignored--saving rejects to reportbuilder/prj/build.lst.rej
&lt;br&gt;=&amp;gt; Patch patch-i105585 failed to apply cleanly.
&lt;br&gt;=&amp;gt; Patch(es) patch-i100395 patch-i102181 patch-i102183 patch-i102184 patch-i103628 patch-i103792 patch-i104014 patch-i104015 applied cleanly.
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /a/ports/editors/openoffice.org-3-RC.
&lt;br&gt;================================================================
&lt;br&gt;build of /usr/ports/editors/openoffice.org-3-RC ended at Mon Oct 19 14:13:15 UTC 2009
&lt;br&gt;&lt;br&gt;PortsMon page for the port:
&lt;br&gt;&lt;a href=&quot;http://portsmon.freebsd.org/portoverview.py?category=editors&amp;portname=openoffice.org-3-RC&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://portsmon.freebsd.org/portoverview.py?category=editors&amp;portname=openoffice.org-3-RC&lt;/a&gt;&lt;br&gt;&lt;br&gt;The build which triggered this BotMail was done under
&lt;br&gt;tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1
&lt;br&gt;with tinderd_flags=&amp;quot;-nullfs -plistcheck -onceonly&amp;quot; and ccache support, with the
&lt;br&gt;&amp;quot;official&amp;quot; up-to-date Ports Tree, with the following vars set:
&lt;br&gt;NOPORTDOCS=yes, &amp;nbsp;NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.
&lt;br&gt;&lt;br&gt;A description of the testing process can be found here:
&lt;br&gt;&lt;a href=&quot;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your work on making FreeBSD better,
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;QAT - your friendly neighborhood Daemon,
&lt;br&gt;preparing &amp;nbsp;a heck of an error trapping system:
&lt;br&gt;&amp;nbsp;- &amp;quot;HMC and EOI?&amp;quot;
&lt;br&gt;&amp;nbsp;- &amp;quot;Halt, Melt and Catch fire or Execute Operator Immediately.&amp;quot;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25959048&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25959048&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/editors-openoffice.org-3-RC---fails%3A-patch-tp25959048p25959048.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25956535</id>
	<title>Current problem reports assigned to openoffice@FreeBSD.org</title>
	<published>2009-10-19T04:08:02Z</published>
	<updated>2009-10-19T04:08:02Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o ports/139607 openoffice [Patch] editors/openoffice.org-3-devel: Add knobs for 
&lt;br&gt;o ports/139449 openoffice editors/openoffice.org-3-devel not building properly w
&lt;br&gt;o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing
&lt;br&gt;o ports/137293 openoffice editors/openoffice.org-3 fails to build
&lt;br&gt;o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil
&lt;br&gt;o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure
&lt;br&gt;f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies 
&lt;br&gt;o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi
&lt;br&gt;o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu
&lt;br&gt;o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/
&lt;br&gt;o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0.
&lt;br&gt;f ports/108313 openoffice editors/openoffice.org port build fails
&lt;br&gt;f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which
&lt;br&gt;&lt;br&gt;13 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25956535&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25956535&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-openoffice%40FreeBSD.org-tp25956535p25956535.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25948442</id>
	<title>editors/openoffice.org-3-devel - fails: new_compiler_error</title>
	<published>2009-10-18T10:03:05Z</published>
	<updated>2009-10-18T10:03:05Z</updated>
	<author>
		<name>QAT</name>
	</author>
	<content type="html">The Restless Daemon identified a new_compiler error while trying to build:
&lt;br&gt;&amp;nbsp;openoffice.org-3.3.20091006 maintained by &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25948442&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openoffice@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;Makefile ident: $FreeBSD: ports/editors/openoffice.org-3-devel/Makefile,v 1.450 2009/10/18 10:19:09 maho Exp $
&lt;br&gt;&lt;br&gt;Excerpt from &lt;a href=&quot;http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.3.20091006.log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.3.20091006.log&lt;/a&gt;&amp;nbsp;:
&lt;br&gt;&lt;br&gt;COPY: ../uiconfig/sweb/accelerator/de/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/de/default.xml
&lt;br&gt;COPY: ../uiconfig/sweb/accelerator/es/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/es/default.xml
&lt;br&gt;COPY: ../uiconfig/sweb/accelerator/fr/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/fr/default.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/accelerator/en-US/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/en-US/default.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/accelerator/de/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/de/default.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/accelerator/es/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/es/default.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/accelerator/fr/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/fr/default.xml
&lt;br&gt;COPY: ../uiconfig/swform/accelerator/en-US/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/en-US/default.xml
&lt;br&gt;COPY: ../uiconfig/swform/accelerator/de/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/de/default.xml
&lt;br&gt;COPY: ../uiconfig/swform/accelerator/es/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/es/default.xml
&lt;br&gt;COPY: ../uiconfig/swform/accelerator/fr/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/fr/default.xml
&lt;br&gt;COPY: ../uiconfig/swreport/accelerator/en-US/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/en-US/default.xml
&lt;br&gt;COPY: ../uiconfig/swreport/accelerator/de/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/de/default.xml
&lt;br&gt;COPY: ../uiconfig/swreport/accelerator/es/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/es/default.xml
&lt;br&gt;COPY: ../uiconfig/swreport/accelerator/fr/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/fr/default.xml
&lt;br&gt;COPY: ../uiconfig/swriter/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swriter/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/swxform/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swxform/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/sweb/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/swform/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/swreport/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/statusbar/statusbar.xml
&lt;br&gt;LOG: writing /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/inc/sw/deliver.log
&lt;br&gt;Module 'sw' delivered successfully. 264 files copied, 0 files unchanged
&lt;br&gt;Running processes: 0
&lt;br&gt;&lt;br&gt;1 module(s): 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reportbuilder
&lt;br&gt;need(s) to be rebuilt
&lt;br&gt;&lt;br&gt;Reason(s):
&lt;br&gt;&lt;br&gt;ERROR: error 65280 occurred while making /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/reportbuilder/util
&lt;br&gt;&lt;br&gt;Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command &amp;quot;build --from reportbuilder&amp;quot;
&lt;br&gt;&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /a/ports/editors/openoffice.org-3-devel.
&lt;br&gt;================================================================
&lt;br&gt;build of /usr/ports/editors/openoffice.org-3-devel ended at Sun Oct 18 17:00:36 UTC 2009
&lt;br&gt;&lt;br&gt;PortsMon page for the port:
&lt;br&gt;&lt;a href=&quot;http://portsmon.freebsd.org/portoverview.py?category=editors&amp;portname=openoffice.org-3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://portsmon.freebsd.org/portoverview.py?category=editors&amp;portname=openoffice.org-3-devel&lt;/a&gt;&lt;br&gt;&lt;br&gt;The build which triggered this BotMail was done under
&lt;br&gt;tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1
&lt;br&gt;with tinderd_flags=&amp;quot;-nullfs -plistcheck -onceonly&amp;quot; and ccache support, with the
&lt;br&gt;&amp;quot;official&amp;quot; up-to-date Ports Tree, with the following vars set:
&lt;br&gt;NOPORTDOCS=yes, &amp;nbsp;NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.
&lt;br&gt;&lt;br&gt;A description of the testing process can be found here:
&lt;br&gt;&lt;a href=&quot;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your work on making FreeBSD better,
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;QAT - your friendly neighborhood Daemon,
&lt;br&gt;preparing &amp;nbsp;a heck of an error trapping system:
&lt;br&gt;&amp;nbsp;- &amp;quot;HMC and EOI?&amp;quot;
&lt;br&gt;&amp;nbsp;- &amp;quot;Halt, Melt and Catch fire or Execute Operator Immediately.&amp;quot;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25948442&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25948442&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/editors-openoffice.org-3-devel---fails%3A-new_compiler_error-tp25948442p25948442.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25946618</id>
	<title>editors/openoffice.org-3-devel - fails: linker_error</title>
	<published>2009-10-18T06:18:51Z</published>
	<updated>2009-10-18T06:18:51Z</updated>
	<author>
		<name>QAT</name>
	</author>
	<content type="html">The Restless Daemon identified a linker error while trying to build:
&lt;br&gt;&amp;nbsp;openoffice.org-3.3.20091006 maintained by &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25946618&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openoffice@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;Makefile ident: $FreeBSD: ports/editors/openoffice.org-3-devel/Makefile,v 1.449 2009/10/18 04:46:09 maho Exp $
&lt;br&gt;&lt;br&gt;Excerpt from &lt;a href=&quot;http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.3.20091006.log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.3.20091006.log&lt;/a&gt;&amp;nbsp;:
&lt;br&gt;&lt;br&gt;COPY: ../uiconfig/sweb/accelerator/de/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/de/default.xml
&lt;br&gt;COPY: ../uiconfig/sweb/accelerator/es/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/es/default.xml
&lt;br&gt;COPY: ../uiconfig/sweb/accelerator/fr/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/accelerator/fr/default.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/accelerator/en-US/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/en-US/default.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/accelerator/de/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/de/default.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/accelerator/es/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/es/default.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/accelerator/fr/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/accelerator/fr/default.xml
&lt;br&gt;COPY: ../uiconfig/swform/accelerator/en-US/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/en-US/default.xml
&lt;br&gt;COPY: ../uiconfig/swform/accelerator/de/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/de/default.xml
&lt;br&gt;COPY: ../uiconfig/swform/accelerator/es/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/es/default.xml
&lt;br&gt;COPY: ../uiconfig/swform/accelerator/fr/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/accelerator/fr/default.xml
&lt;br&gt;COPY: ../uiconfig/swreport/accelerator/en-US/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/en-US/default.xml
&lt;br&gt;COPY: ../uiconfig/swreport/accelerator/de/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/de/default.xml
&lt;br&gt;COPY: ../uiconfig/swreport/accelerator/es/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/es/default.xml
&lt;br&gt;COPY: ../uiconfig/swreport/accelerator/fr/default.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/accelerator/fr/default.xml
&lt;br&gt;COPY: ../uiconfig/swriter/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swriter/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/swxform/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swxform/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/sweb/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sweb/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/sglobal/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/sglobal/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/swform/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swform/statusbar/statusbar.xml
&lt;br&gt;COPY: ../uiconfig/swreport/statusbar/statusbar.xml -&amp;gt; /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/xml/uiconfig/modules/swreport/statusbar/statusbar.xml
&lt;br&gt;LOG: writing /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/solver/300/unxfbsdx.pro/inc/sw/deliver.log
&lt;br&gt;Module 'sw' delivered successfully. 264 files copied, 0 files unchanged
&lt;br&gt;Running processes: 0
&lt;br&gt;&lt;br&gt;1 module(s): 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reportbuilder
&lt;br&gt;need(s) to be rebuilt
&lt;br&gt;&lt;br&gt;Reason(s):
&lt;br&gt;&lt;br&gt;ERROR: error 65280 occurred while making /work/a/ports/editors/openoffice.org-3-devel/work/DEV300_m61/reportbuilder/util
&lt;br&gt;&lt;br&gt;Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command &amp;quot;build --from reportbuilder&amp;quot;
&lt;br&gt;&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /a/ports/editors/openoffice.org-3-devel.
&lt;br&gt;================================================================
&lt;br&gt;build of /usr/ports/editors/openoffice.org-3-devel ended at Sun Oct 18 13:15:04 UTC 2009
&lt;br&gt;&lt;br&gt;PortsMon page for the port:
&lt;br&gt;&lt;a href=&quot;http://portsmon.freebsd.org/portoverview.py?category=editors&amp;portname=openoffice.org-3-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://portsmon.freebsd.org/portoverview.py?category=editors&amp;portname=openoffice.org-3-devel&lt;/a&gt;&lt;br&gt;&lt;br&gt;The build which triggered this BotMail was done under
&lt;br&gt;tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1
&lt;br&gt;with tinderd_flags=&amp;quot;-nullfs -plistcheck -onceonly&amp;quot; and ccache support, with the
&lt;br&gt;&amp;quot;official&amp;quot; up-to-date Ports Tree, with the following vars set:
&lt;br&gt;NOPORTDOCS=yes, &amp;nbsp;NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.
&lt;br&gt;&lt;br&gt;A description of the testing process can be found here:
&lt;br&gt;&lt;a href=&quot;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your work on making FreeBSD better,
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;QAT - your friendly neighborhood Daemon,
&lt;br&gt;preparing &amp;nbsp;a heck of an error trapping system:
&lt;br&gt;&amp;nbsp;- &amp;quot;HMC and EOI?&amp;quot;
&lt;br&gt;&amp;nbsp;- &amp;quot;Halt, Melt and Catch fire or Execute Operator Immediately.&amp;quot;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25946618&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25946618&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/editors-openoffice.org-3-devel---fails%3A-linker_error-tp25946618p25946618.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25944080</id>
	<title>editors/openoffice.org-3-RC - fails: configure_error</title>
	<published>2009-10-17T21:55:46Z</published>
	<updated>2009-10-17T21:55:46Z</updated>
	<author>
		<name>QAT</name>
	</author>
	<content type="html">The Restless Daemon identified a configure error while trying to build:
&lt;br&gt;&amp;nbsp;openoffice.org-3.2.20091008 maintained by &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25944080&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openoffice@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp;Makefile ident: $FreeBSD: ports/editors/openoffice.org-3-RC/Makefile,v 1.402 2009/10/18 04:28:01 maho Exp $
&lt;br&gt;&lt;br&gt;Excerpt from &lt;a href=&quot;http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.2.20091008.log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://T64.TecNik93.com/logs/7-STABLE-FTP/openoffice.org-3.2.20091008.log&lt;/a&gt;&amp;nbsp;:
&lt;br&gt;&lt;br&gt;checking whether to include symbols into final build... yes, small ones
&lt;br&gt;checking whether to strip the solver or not.... checking whether to enable native CUPS support... yes
&lt;br&gt;checking whether to enable fontconfig support... yes
&lt;br&gt;checking whether to enable filters for legacy binary file formats (StarOffice 5.2)... yes
&lt;br&gt;checking whether to use RPATH in shared libraries... yes
&lt;br&gt;checking whether to include MySpell dictionaries... yes
&lt;br&gt;checking which shell to use... tcsh
&lt;br&gt;checking for tcsh... /bin/tcsh
&lt;br&gt;checking gcc home... /opt/gcc
&lt;br&gt;checking for gcc... cc
&lt;br&gt;checking for C compiler default output file name... a.out
&lt;br&gt;checking whether the C compiler works... yes
&lt;br&gt;checking whether we are cross compiling... no
&lt;br&gt;checking for suffix of executables... 
&lt;br&gt;checking for suffix of object files... o
&lt;br&gt;checking whether we are using the GNU C compiler... yes
&lt;br&gt;checking whether cc accepts -g... yes
&lt;br&gt;checking for cc option to accept ISO C89... none needed
&lt;br&gt;checking for cc... /opt/cc
&lt;br&gt;checking the GNU gcc compiler version... checked (gcc 4.2.1)
&lt;br&gt;checking for -Bsymbolic-functions linker support ... not found 
&lt;br&gt;checking whether to enable pch feature... no
&lt;br&gt;checking whether to enable hid list feature... no
&lt;br&gt;checking for GNU make... gmake
&lt;br&gt;checking the GNU make version... gmake 3.81
&lt;br&gt;checking for GNU tar... gtar: not found
&lt;br&gt;gnutar: not found
&lt;br&gt;&lt;br&gt;configure: error: not found. install GNU tar.
&lt;br&gt;===&amp;gt; &amp;nbsp;Script &amp;quot;configure&amp;quot; failed unexpectedly.
&lt;br&gt;Please report the problem to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25944080&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openoffice@...&lt;/a&gt; [maintainer] and attach
&lt;br&gt;the &amp;quot;/work/a/ports/editors/openoffice.org-3-RC/work/OOO320_m1/config.log&amp;quot;
&lt;br&gt;including the output of the failure of your make command. Also, it might be
&lt;br&gt;a good idea to provide an overview of all packages installed on your system
&lt;br&gt;(e.g. an `ls /var/db/pkg`).
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /a/ports/editors/openoffice.org-3-RC.
&lt;br&gt;================================================================
&lt;br&gt;build of /usr/ports/editors/openoffice.org-3-RC ended at Sun Oct 18 04:55:41 UTC 2009
&lt;br&gt;&lt;br&gt;PortsMon page for the port:
&lt;br&gt;&lt;a href=&quot;http://portsmon.freebsd.org/portoverview.py?category=editors&amp;portname=openoffice.org-3-RC&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://portsmon.freebsd.org/portoverview.py?category=editors&amp;portname=openoffice.org-3-RC&lt;/a&gt;&lt;br&gt;&lt;br&gt;The build which triggered this BotMail was done under
&lt;br&gt;tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 1
&lt;br&gt;with tinderd_flags=&amp;quot;-nullfs -plistcheck -onceonly&amp;quot; and ccache support, with the
&lt;br&gt;&amp;quot;official&amp;quot; up-to-date Ports Tree, with the following vars set:
&lt;br&gt;NOPORTDOCS=yes, &amp;nbsp;NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes.
&lt;br&gt;&lt;br&gt;A description of the testing process can be found here:
&lt;br&gt;&lt;a href=&quot;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your work on making FreeBSD better,
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;QAT - your friendly neighborhood Daemon,
&lt;br&gt;preparing &amp;nbsp;a heck of an error trapping system:
&lt;br&gt;&amp;nbsp;- &amp;quot;HMC and EOI?&amp;quot;
&lt;br&gt;&amp;nbsp;- &amp;quot;Halt, Melt and Catch fire or Execute Operator Immediately.&amp;quot;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25944080&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25944080&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/editors-openoffice.org-3-RC---fails%3A-configure_error-tp25944080p25944080.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25937344</id>
	<title>Now OK (Re: cvs commit: ports/editors/openoffice.org-3-devel Makefile)</title>
	<published>2009-10-17T03:47:03Z</published>
	<updated>2009-10-17T03:47:03Z</updated>
	<author>
		<name>QAT</name>
	</author>
	<content type="html">editors/openoffice.org-3-devel, which was previously failing is OK after this commit.
&lt;br&gt;Thanks for fixing it!
&lt;br&gt;&lt;br&gt;&lt;br&gt;A description of the testing process can be found here:
&lt;br&gt;&lt;a href=&quot;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://T32.TecNik93.com/FreeBSD/QA-Tindy/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for your work on making FreeBSD better,
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;QAT - your friendly neighborhood Daemon,
&lt;br&gt;preparing &amp;nbsp;a heck of an error trapping system:
&lt;br&gt;&amp;nbsp;- &amp;quot;HMC and EOI?&amp;quot;
&lt;br&gt;&amp;nbsp;- &amp;quot;Halt, Melt and Catch fire or Execute Operator Immediately.&amp;quot;
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25937344&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25937344&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Now-OK-%28Re%3A-cvs-commit%3A-ports-editors-openoffice.org-3-devel-Makefile%29-tp25937344p25937344.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25935199</id>
	<title>Re: ports/139449: commit references a PR</title>
	<published>2009-10-16T20:50:07Z</published>
	<updated>2009-10-16T20:50:07Z</updated>
	<author>
		<name>dfilter service</name>
	</author>
	<content type="html">The following reply was made to PR ports/139449; it has been noted by GNATS.
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25935199&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dfilter@...&lt;/a&gt; (dfilter service)
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25935199&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-followup@...&lt;/a&gt;
&lt;br&gt;Cc: &amp;nbsp;
&lt;br&gt;Subject: Re: ports/139449: commit references a PR
&lt;br&gt;Date: Sat, 17 Oct 2009 03:40:31 +0000 (UTC)
&lt;br&gt;&lt;br&gt;&amp;nbsp;maho &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2009-10-17 03:40:17 UTC
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;FreeBSD ports repository
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Modified files:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;editors/openoffice.org-3-devel Makefile 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Log:
&lt;br&gt;&amp;nbsp; &amp;nbsp;Fix build on amd64
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;upstream report
&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.openoffice.org/issues/show_bug.cgi?id=105977&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openoffice.org/issues/show_bug.cgi?id=105977&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;PR: 139449
&lt;br&gt;&amp;nbsp; &amp;nbsp;Submitted by: &amp;nbsp; cokane@
&lt;br&gt;&amp;nbsp; &amp;nbsp;Feature safe: &amp;nbsp; yes
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Revision &amp;nbsp;Changes &amp;nbsp; &amp;nbsp;Path
&lt;br&gt;&amp;nbsp; &amp;nbsp;1.448 &amp;nbsp; &amp;nbsp; +4 -1 &amp;nbsp; &amp;nbsp; &amp;nbsp;ports/editors/openoffice.org-3-devel/Makefile
&lt;br&gt;&amp;nbsp;_______________________________________________
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25935199&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cvs-all@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/cvs-all&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/cvs-all&lt;/a&gt;&lt;br&gt;&amp;nbsp;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25935199&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cvs-all-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25935199&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25935199&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-ports-139449%3A-commit-references-a-PR-tp25935199p25935199.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25917100</id>
	<title>Openoffice.org-3 Build Failure under 8.0</title>
	<published>2009-10-15T15:04:45Z</published>
	<updated>2009-10-15T15:04:45Z</updated>
	<author>
		<name>Cy Schubert-3</name>
	</author>
	<content type="html">I'm having an issue building OO-3 under FreeBSD 8.0. Any ideas?
&lt;br&gt;&lt;br&gt;Script started on Thu Oct 15 14:50:22 2009
&lt;br&gt;bob# make
&lt;br&gt;OPTIONS:
&lt;br&gt;&lt;br&gt;You can compile OOo with debug symbols/supports with
&lt;br&gt;make -DWITH_DEBUG
&lt;br&gt;&lt;br&gt;You can compile OOo without Mozilla connectivity with
&lt;br&gt;make -DWITHOUT_MOZILLA
&lt;br&gt;&lt;br&gt;You can compile OOo without gnome VFS support with
&lt;br&gt;make -DWITHOUT_GNOME
&lt;br&gt;&lt;br&gt;You can compile OOo with devel/icu from ports with
&lt;br&gt;make -DWITH_SYSTEM_ICU
&lt;br&gt;&lt;br&gt;You can compile OOo without CUPS support with
&lt;br&gt;make -DWITHOUT_CUPS
&lt;br&gt;&lt;br&gt;You can compile OOo to use Qt/KDE vclplug with
&lt;br&gt;make -DWITH_KDE
&lt;br&gt;&lt;br&gt;You can compile OOo with gpc instead of libart by
&lt;br&gt;make -DWITH_GPC
&lt;br&gt;&lt;br&gt;You can compile OOo with evolution2 support by
&lt;br&gt;make -DWITH_EVOLUTION2
&lt;br&gt;&lt;br&gt;You can compile OOo with full localized language support by
&lt;br&gt;make LOCALIZED_LANG=alllangs
&lt;br&gt;&lt;br&gt;You can select the language for OOo by making it with:
&lt;br&gt;make LOCALIZED_LANG=xx
&lt;br&gt;while xx can be one of the following
&lt;br&gt;af ar as-IN be-BY bg br bn bn-BD bn-IN bs ca cs cy da
&lt;br&gt;de dz el en-GB en-US en-ZA eo es et eu fa fi fr ga gl
&lt;br&gt;gu-IN he hi-IN hr hu it ja ka km kn ko ku lo lt lv mk
&lt;br&gt;ms ml-IN mr-IN ne nb nl nn nr ns oc or-IN pa-IN pl pt
&lt;br&gt;pt-BR ru rw sk sl sh sr ss st sv sw sw-TZ te-IN ti-ER
&lt;br&gt;ta-IN th tn tr ts tg ur-IN uk uz ve vi xh zh-CN zh-TW
&lt;br&gt;zu
&lt;br&gt;Current setting: en-US
&lt;br&gt;&lt;br&gt;NOTICE:
&lt;br&gt;&lt;br&gt;To build OOo, you should have a lot
&lt;br&gt;of free diskspace (~ 11GB) and memory (~ 2GB).
&lt;br&gt;If you want SDK and/or solver, please type make sdk and/or make solver
&lt;br&gt;===&amp;gt; &amp;nbsp;Extracting for openoffice.org-3.1.1
&lt;br&gt;=&amp;gt; MD5 Checksum OK for openoffice.org3/OOo_OOO310_m19_source.tar.bz2.
&lt;br&gt;=&amp;gt; SHA256 Checksum OK for openoffice.org3/OOo_OOO310_m19_source.tar.bz2.
&lt;br&gt;=&amp;gt; MD5 Checksum OK for openoffice.org3/unowinreg.dll.
&lt;br&gt;=&amp;gt; SHA256 Checksum OK for openoffice.org3/unowinreg.dll.
&lt;br&gt;=&amp;gt; MD5 Checksum OK for openoffice.org3/mozilla-source-1.7.5.tar.gz.
&lt;br&gt;=&amp;gt; SHA256 Checksum OK for openoffice.org3/mozilla-source-1.7.5.tar.gz.
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/bin/perl5.10.0 - 
&lt;br&gt;found
&lt;br&gt;for i in curl/curl*patch neon/neon*patch jfreereport/patches/*.patch; &amp;nbsp;do &amp;nbsp;
&lt;br&gt;cd /dsk02/wrkdir/usr/ports/editors/openoffice.org-3/work/OOO310_m19 ; 
&lt;br&gt;/usr/bin/sed -i.bak -e 's###g' $i ; &amp;nbsp;done
&lt;br&gt;===&amp;gt; &amp;nbsp;Patching for openoffice.org-3.1.1
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/bin/perl5.10.0 - 
&lt;br&gt;found
&lt;br&gt;===&amp;gt; &amp;nbsp;Applying FreeBSD patches for openoffice.org-3.1.1
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: zip - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: unzip - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: gcp - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: gpatch - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/lib/perl5/site_perl/
&lt;br&gt;5.10.0/Archive/Zip.pm - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: bash - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: imake - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/bin/gperf - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: ant - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: gmake - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: bison - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/x1
&lt;br&gt;1.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/ic
&lt;br&gt;e.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xa
&lt;br&gt;w7.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xa
&lt;br&gt;u.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xe
&lt;br&gt;xt.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xr
&lt;br&gt;ender.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xr
&lt;br&gt;andr.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xi
&lt;br&gt;.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xt
&lt;br&gt;.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xc
&lt;br&gt;ursor.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xd
&lt;br&gt;amage.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xc
&lt;br&gt;omposite.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/xf
&lt;br&gt;ixes.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/jdk1.6.0/bin/java - 
&lt;br&gt;found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/bin/perl5.10.0 - 
&lt;br&gt;found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/bin/intltool-extract
&lt;br&gt;&amp;nbsp;- found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on file: /usr/local/libdata/pkgconfig/gn
&lt;br&gt;ome-mime-data-2.0.pc - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: pkg-config - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on executable: update-desktop-database 
&lt;br&gt;- found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: art_lgpl_2 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: cups.2 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: freetype.9 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: atk-1.0.0 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: gconf-2.4 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: glib-2.0.0 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: gnomevfs-2.0 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: gtk-x11-2.0.0 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: IDL-2.0 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: xml2.5 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: ORBit-2.0 - found
&lt;br&gt;===&amp;gt; &amp;nbsp; openoffice.org-3.1.1 depends on shared library: pango-1.0.0 - found
&lt;br&gt;===&amp;gt; &amp;nbsp;Configuring for openoffice.org-3.1.1
&lt;br&gt;********************************************************************
&lt;br&gt;* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; OpenOffice.org build configuration. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; The configure process checks your platform to see whether &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; you can build OpenOffice.org on it. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; This process checks all pre-requisites and generates a file &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; containing the necessary environment variables. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; Source this file after configure has ended successfully. &amp;nbsp; &amp;nbsp; &amp;nbsp; *
&lt;br&gt;* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; Any warning that is generated during the configure process &amp;nbsp; &amp;nbsp; *
&lt;br&gt;* &amp;nbsp; must be taken into account since it can be a reason for &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; an unsuccessful build of OpenOffice.org &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;********************************************************************
&lt;br&gt;&lt;br&gt;********************************************************************
&lt;br&gt;* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; Checking the platform pre-requisites. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;* &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*
&lt;br&gt;********************************************************************
&lt;br&gt;&lt;br&gt;checking for grep that handles long lines and -e... /usr/bin/grep
&lt;br&gt;checking for egrep... /usr/bin/grep -E
&lt;br&gt;checking for gawk... gawk
&lt;br&gt;checking for gawk... /usr/local/bin/gawk
&lt;br&gt;checking for sed... /usr/bin/sed
&lt;br&gt;checking for solenv environment... default
&lt;br&gt;checking build system type... i386-portbld-freebsd8.0
&lt;br&gt;checking host system type... i386-portbld-freebsd8.0
&lt;br&gt;checking target system type... i386-portbld-freebsd8.0
&lt;br&gt;checking the FreeBSD operating system release... found OSVERSION=800107
&lt;br&gt;checking which thread library to use... -pthread
&lt;br&gt;checking whether to enable crashdump feature... yes
&lt;br&gt;checking whether to turn warnings to errors... no
&lt;br&gt;checking whether to do a debug build... no
&lt;br&gt;checking whether to build with additional debug utilities... no, full 
&lt;br&gt;product build
&lt;br&gt;checking whether to include symbols into final build... yes, small ones
&lt;br&gt;checking whether to strip the solver or not.... checking whether to enable 
&lt;br&gt;native CUPS support... yes
&lt;br&gt;checking whether to enable fontconfig support... yes
&lt;br&gt;checking whether to enable filters for legacy binary file formats 
&lt;br&gt;(StarOffice 5.2)... yes
&lt;br&gt;checking whether to use RPATH in shared libraries... yes
&lt;br&gt;checking whether to include MySpell dictionaries... yes
&lt;br&gt;checking which shell to use... tcsh
&lt;br&gt;checking for tcsh... /bin/tcsh
&lt;br&gt;checking gcc home... /usr
&lt;br&gt;checking for gcc... cc
&lt;br&gt;checking for C compiler default output file name... a.out
&lt;br&gt;checking whether the C compiler works... yes
&lt;br&gt;checking whether we are cross compiling... no
&lt;br&gt;checking for suffix of executables... 
&lt;br&gt;checking for suffix of object files... o
&lt;br&gt;checking whether we are using the GNU C compiler... yes
&lt;br&gt;checking whether cc accepts -g... yes
&lt;br&gt;checking for cc option to accept ISO C89... none needed
&lt;br&gt;checking for cc... /usr/bin/cc
&lt;br&gt;checking the GNU gcc compiler version... checked (gcc 4.2.1)
&lt;br&gt;checking whether to enable pch feature... no
&lt;br&gt;checking for GNU make... gmake
&lt;br&gt;checking the GNU make version... gmake 3.81
&lt;br&gt;checking for --hash-style=both linker support ... not found 
&lt;br&gt;checking for perl... /usr/bin/perl
&lt;br&gt;checking the Perl version... checked (perl 5)
&lt;br&gt;checking for required Perl modules... all modules found
&lt;br&gt;checking how to run the C preprocessor... cc -E
&lt;br&gt;checking for ANSI C header files... yes
&lt;br&gt;checking whether we are using the GNU C++ compiler... yes
&lt;br&gt;checking whether c++ accepts -g... yes
&lt;br&gt;checking how to run the C++ preprocessor... c++ -E
&lt;br&gt;checking how to run the C preprocessor... cc -E
&lt;br&gt;checking for sys/types.h... yes
&lt;br&gt;checking for sys/stat.h... yes
&lt;br&gt;checking for stdlib.h... yes
&lt;br&gt;checking for string.h... yes
&lt;br&gt;checking for memory.h... yes
&lt;br&gt;checking for strings.h... yes
&lt;br&gt;checking for inttypes.h... yes
&lt;br&gt;checking for stdint.h... yes
&lt;br&gt;checking for unistd.h... yes
&lt;br&gt;checking for long... yes
&lt;br&gt;checking size of long... 4
&lt;br&gt;checking whether byte ordering is bigendian... no
&lt;br&gt;checking for special C compiler options needed for large files... no
&lt;br&gt;checking for _FILE_OFFSET_BITS value needed for large files... no
&lt;br&gt;checking whether to disable vba feature... no
&lt;br&gt;checking how to package the vba compatibility api... defaulting to build 
&lt;br&gt;into installset
&lt;br&gt;checking cups/cups.h usability... yes
&lt;br&gt;checking cups/cups.h presence... yes
&lt;br&gt;checking for cups/cups.h... yes
&lt;br&gt;checking whether to enable pam support... yes
&lt;br&gt;checking security/pam_appl.h usability... yes
&lt;br&gt;checking security/pam_appl.h presence... yes
&lt;br&gt;checking for security/pam_appl.h... yes
&lt;br&gt;checking whether to link to libpam... no, dynamically open it
&lt;br&gt;checking whether we are using the GNU C++ compiler... (cached) yes
&lt;br&gt;checking whether c++ accepts -g... (cached) yes
&lt;br&gt;checking the GNU C++ compiler version... checked (g++ 4.2.1)
&lt;br&gt;checking for g++ include path... /usr/include/c++/4.2
&lt;br&gt;checking what the default STL should be... stlport
&lt;br&gt;checking for STL providing headers... using internal stlport.
&lt;br&gt;checking whether cc supports -fvisibility=hidden... yes
&lt;br&gt;checking which memory allocator to use... internal
&lt;br&gt;checking whether to add custom build version... no
&lt;br&gt;checking whether to build with Java support... yes
&lt;br&gt;checking the installed JDK... configure: error: JDK is too old, you need at 
&lt;br&gt;least 1.5
&lt;br&gt;===&amp;gt; &amp;nbsp;Script &amp;quot;configure&amp;quot; failed unexpectedly.
&lt;br&gt;Please report the problem to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25917100&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;openoffice@...&lt;/a&gt; [maintainer] and attach
&lt;br&gt;the
&lt;br&gt;&amp;quot;/dsk02/wrkdir/usr/ports/editors/openoffice.org-3/work/OOO310_m19/config.log
&lt;br&gt;&amp;quot;
&lt;br&gt;including the output of the failure of your make command. Also, it might be
&lt;br&gt;a good idea to provide an overview of all packages installed on your system
&lt;br&gt;(e.g. an `ls /var/db/pkg`).
&lt;br&gt;*** Error code 1
&lt;br&gt;&lt;br&gt;Stop in /usr/ports/editors/openoffice.org-3.
&lt;br&gt;bob# exit
&lt;br&gt;&lt;br&gt;Script done on Thu Oct 15 14:58:17 2009
&lt;br&gt;&lt;br&gt;The java packages installed are:
&lt;br&gt;&lt;br&gt;bob# pkg_info -I \*jdk\*
&lt;br&gt;diablo-jdk-1.5.0.07.01_15 Java Development Kit 1.5.0_07.01
&lt;br&gt;diablo-jdk-1.6.0.07.02_5 Java Development Kit 1.6.0_07.02
&lt;br&gt;jdk-1.3.1p9_9 &amp;nbsp; &amp;nbsp; &amp;nbsp; Java Development Kit 1.3
&lt;br&gt;jdk-1.5.0.16p9_2,1 &amp;nbsp;Java Development Kit 1.5.0
&lt;br&gt;jdk-1.6.0.3p4_11 &amp;nbsp; &amp;nbsp;Java Development Kit 1.6.0
&lt;br&gt;jdk-doc-1.3.1 &amp;nbsp; &amp;nbsp; &amp;nbsp; Java Development Kit 1.3 Documentation
&lt;br&gt;jdk-doc-1.5.0_1 &amp;nbsp; &amp;nbsp; Java Development Kit 1.5 Documentation
&lt;br&gt;jdk-doc-1.6.0.10 &amp;nbsp; &amp;nbsp;Java Development Kit 1.6 Documentation
&lt;br&gt;jdk-tutorial-2007.05.14 Official Java 2 SDK tutorial
&lt;br&gt;linux-sun-jdk-1.5.0.16,2 Sun Java Development Kit 1.5 for Linux
&lt;br&gt;linux-sun-jdk-1.6.0.10 Sun Java Development Kit 1.6 for Linux
&lt;br&gt;bob# 
&lt;br&gt;&lt;br&gt;And of course:
&lt;br&gt;&lt;br&gt;bob# uname -a
&lt;br&gt;FreeBSD bob 8.0-RC1 FreeBSD 8.0-RC1 #0: Sat Oct &amp;nbsp;3 00:35:38 PDT 2009 &amp;nbsp; &amp;nbsp; 
&lt;br&gt;root@bob:/dsk02/obj/dsk03/src/svn-stable8/sys/GENERIC &amp;nbsp;i386
&lt;br&gt;bob# 
&lt;br&gt;&lt;br&gt;Of course it builds perfectly under 7.2.
&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Cheers,
&lt;br&gt;Cy Schubert &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25917100&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Cy.Schubert@...&lt;/a&gt;&amp;gt;
&lt;br&gt;FreeBSD UNIX: &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25917100&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cy@...&lt;/a&gt;&amp;gt; &amp;nbsp; Web: &amp;nbsp;&lt;a href=&quot;http://www.FreeBSD.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.FreeBSD.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e**(i*pi)+1=0
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25917100&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25917100&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Openoffice.org-3-Build-Failure-under-8.0-tp25917100p25917100.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25900360</id>
	<title>Re: ports/139449: editors/openoffice.org-3-devel not building properly with bundled NSS</title>
	<published>2009-10-14T15:40:02Z</published>
	<updated>2009-10-14T15:40:02Z</updated>
	<author>
		<name>Maho NAKATA</name>
	</author>
	<content type="html">From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25900360&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;edwin@...&lt;/a&gt;
&lt;br&gt;Subject: Re: ports/139449: editors/openoffice.org-3-devel not building properly with bundled NSS
&lt;br&gt;Date: Fri, 09 Oct 2009 11:50:13 +0000 (GMT)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Synopsis: editors/openoffice.org-3-devel not building properly with bundled NSS
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Responsible-Changed-From-To: freebsd-ports-bugs-&amp;gt;openoffice
&lt;br&gt;&amp;gt; Responsible-Changed-By: edwin
&lt;br&gt;&amp;gt; Responsible-Changed-When: Fri Oct 9 11:50:13 UTC 2009
&lt;br&gt;&amp;gt; Responsible-Changed-Why: 
&lt;br&gt;&amp;gt; Over to maintainer (via the GNATS Auto Assign Tool)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=139449&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=139449&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25900360&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;&amp;gt; To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25900360&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Hello,
&lt;br&gt;Coleman Kane, please commit it.
&lt;br&gt;&lt;br&gt;Thank you very much!
&lt;br&gt;-- Nakata Maho &lt;a href=&quot;http://accc.riken.jp/maho/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://accc.riken.jp/maho/&lt;/a&gt;&amp;nbsp;, &lt;a href=&quot;http://ja.openoffice.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ja.openoffice.org/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Nakata Maho's PGP public keys: &lt;a href=&quot;http://accc.riken.jp/maho/maho.pgp.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://accc.riken.jp/maho/maho.pgp.txt&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25900360&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25900360&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-ports-139449%3A-editors-openoffice.org-3-devel-not-building-properly-with-bundled-NSS-tp25819746p25900360.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25894872</id>
	<title>Re: ports/139607: [Patch] editors/openoffice.org-3-devel: Add knobs for experimental Graphite support</title>
	<published>2009-10-14T09:50:17Z</published>
	<updated>2009-10-14T09:50:17Z</updated>
	<author>
		<name>Edwin Groothuis-2</name>
	</author>
	<content type="html">Synopsis: [Patch] editors/openoffice.org-3-devel: Add knobs for experimental Graphite support
&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-ports-bugs-&amp;gt;openoffice
&lt;br&gt;Responsible-Changed-By: edwin
&lt;br&gt;Responsible-Changed-When: Wed Oct 14 16:50:16 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;Over to maintainer (via the GNATS Auto Assign Tool)
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=139607&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=139607&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25894872&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25894872&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-ports-139607%3A--Patch--editors-openoffice.org-3-devel%3A-Add-knobs-for-experimental-Graphite-support-tp25894872p25894872.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25854031</id>
	<title>Current problem reports assigned to openoffice@FreeBSD.org</title>
	<published>2009-10-12T04:08:03Z</published>
	<updated>2009-10-12T04:08:03Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o ports/139449 openoffice editors/openoffice.org-3-devel not building properly w
&lt;br&gt;o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing
&lt;br&gt;o ports/137293 openoffice editors/openoffice.org-3 fails to build
&lt;br&gt;o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil
&lt;br&gt;o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure
&lt;br&gt;f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies 
&lt;br&gt;o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi
&lt;br&gt;o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu
&lt;br&gt;o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/
&lt;br&gt;o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0.
&lt;br&gt;f ports/108313 openoffice editors/openoffice.org port build fails
&lt;br&gt;f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which
&lt;br&gt;&lt;br&gt;12 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25854031&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25854031&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-openoffice%40FreeBSD.org-tp25854031p25854031.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25819746</id>
	<title>Re: ports/139449: editors/openoffice.org-3-devel not building properly with bundled NSS</title>
	<published>2009-10-09T04:50:13Z</published>
	<updated>2009-10-09T04:50:13Z</updated>
	<author>
		<name>Edwin Groothuis-2</name>
	</author>
	<content type="html">Synopsis: editors/openoffice.org-3-devel not building properly with bundled NSS
&lt;br&gt;&lt;br&gt;Responsible-Changed-From-To: freebsd-ports-bugs-&amp;gt;openoffice
&lt;br&gt;Responsible-Changed-By: edwin
&lt;br&gt;Responsible-Changed-When: Fri Oct 9 11:50:13 UTC 2009
&lt;br&gt;Responsible-Changed-Why: 
&lt;br&gt;Over to maintainer (via the GNATS Auto Assign Tool)
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=139449&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=139449&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25819746&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25819746&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-ports-139449%3A-editors-openoffice.org-3-devel-not-building-properly-with-bundled-NSS-tp25819746p25819746.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25785137</id>
	<title>Help....</title>
	<published>2009-10-07T02:26:49Z</published>
	<updated>2009-10-07T02:26:49Z</updated>
	<author>
		<name>林金鐘</name>
	</author>
	<content type="html">Dear openoffice.org poting team:
&lt;br&gt;&lt;br&gt;I'd used micro-office before and now I try to use your openoffice now.
&lt;br&gt;But, unfortunately I have one serious problem, ask for assistance to
&lt;br&gt;resolve:
&lt;br&gt;Under &amp;quot;Microoffice&amp;quot; I can click the right button of mouse to select
&lt;br&gt;&amp;quot;translate&amp;quot; from Chinese to English or En to Ch.
&lt;br&gt;May I get same function from Openoffice? &amp;nbsp;If yes, please kindly instruct me
&lt;br&gt;to setting the additional tool....ASAP!!
&lt;br&gt;Because I use this function (translate from Ch to En and En to Ch) every
&lt;br&gt;day.
&lt;br&gt;Tanks so much in advance!
&lt;br&gt;Best regards,
&lt;br&gt;Jason Lin from Taipei, Taiwan
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25785137&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25785137&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Help....-tp25785137p25785137.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25761170</id>
	<title>Re: Problem building Openoffice 3.1.1 at -current</title>
	<published>2009-10-05T17:15:35Z</published>
	<updated>2009-10-05T17:15:35Z</updated>
	<author>
		<name>Maho NAKATA</name>
	</author>
	<content type="html">From: Alexey Shuvaev &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25761170&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shuvaev@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: Problem building Openoffice 3.1.1 at -current
&lt;br&gt;Date: Mon, 05 Oct 2009 12:42:47 +0200
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sun, Oct 04, 2009 at 09:01:57PM -0500, Sam Fourman Jr. wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Sat, Oct 3, 2009 at 7:34 PM, Alexey Shuvaev
&lt;br&gt;&amp;gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25761170&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shuvaev@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; [snip]
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; With the attached patch I was able to complete the build on
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; amd64 9-CURRENT. Will charge 9-amd64-Ports and 9-i386-Ports tinderboxes
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; to test in a clean environment. Testing on 8-RC is still welcome.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Just drop patch-OOO_XXX_CURRENT into files/ and try to rebuild.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Alexey.
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; This Worked on 9-CURRENT i386 thanks. Will this patch be included in
&lt;br&gt;&amp;gt;&amp;gt; the ports tree so it isn't broken
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt; Both of my tinderbox builds were successfull:
&lt;br&gt;&amp;gt; -rw-r--r-- &amp;nbsp;1 root &amp;nbsp;wheel &amp;nbsp;156569834 Oct &amp;nbsp;4 22:37 9-amd64-Ports/All/openoffice.org-3.1.1.tbz
&lt;br&gt;&amp;gt; -rw-r--r-- &amp;nbsp;1 root &amp;nbsp;wheel &amp;nbsp;149240577 Oct &amp;nbsp;5 02:21 9-i386-Ports/All/openoffice.org-3.1.1.tbz
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Just FYI,
&lt;br&gt;&amp;gt; Alexey.
&lt;/div&gt;&lt;br&gt;Hi Alexey, Many thanks for your patience, and good work.
&lt;br&gt;For SCA, I trust on you (you may want to speed up this part).
&lt;br&gt;&lt;br&gt;I raised as an issue and attached your patch.
&lt;br&gt;&lt;a href=&quot;http://www.openoffice.org/issues/show_bug.cgi?id=105629&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.openoffice.org/issues/show_bug.cgi?id=105629&lt;/a&gt;&lt;br&gt;and committed as patch-i105629.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;-- Nakata Maho &lt;a href=&quot;http://accc.riken.jp/maho/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://accc.riken.jp/maho/&lt;/a&gt;&amp;nbsp;, &lt;a href=&quot;http://ja.openoffice.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ja.openoffice.org/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;Nakata Maho's PGP public keys: &lt;a href=&quot;http://accc.riken.jp/maho/maho.pgp.txt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://accc.riken.jp/maho/maho.pgp.txt&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25761170&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25761170&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-building-Openoffice-3.1.1-at--current-tp25532622p25761170.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25752723</id>
	<title>interesting</title>
	<published>2009-10-05T07:53:52Z</published>
	<updated>2009-10-05T07:53:52Z</updated>
	<author>
		<name>Sergio de Almeida Lenzi-5</name>
	</author>
	<content type="html">Hello....
&lt;br&gt;&lt;br&gt;I saw many complains about openoffice 3.0 and 3.1... but a few (even
&lt;br&gt;none) about 3.2
&lt;br&gt;&lt;br&gt;I used only 3.2 version from ports openoffice-3-devel
&lt;br&gt;language pt-BR, or en... with everything working include dictionaries
&lt;br&gt;(pt-BR) &amp;nbsp;and gramatical checker...
&lt;br&gt;that works like a charm... &amp;nbsp;milestone 52...
&lt;br&gt;&lt;br&gt;Now I am building the m60 and seems that it will build (it is almost 36
&lt;br&gt;hours...) FreeBSD 7.2 i386.
&lt;br&gt;&lt;br&gt;it builds too in the amd64 version....
&lt;br&gt;&lt;br&gt;Is there any problem with openoffice 3.2 that I do not know???
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks for any comments,
&lt;br&gt;&lt;br&gt;Sergio 
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25752723&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25752723&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/interesting-tp25752723p25752723.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25748877</id>
	<title>Current problem reports assigned to openoffice@FreeBSD.org</title>
	<published>2009-10-05T04:08:01Z</published>
	<updated>2009-10-05T04:08:01Z</updated>
	<author>
		<name>FreeBSD bugmaster</name>
	</author>
	<content type="html">Note: to view an individual PR, use:
&lt;br&gt;&amp;nbsp; &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.freebsd.org/cgi/query-pr.cgi?pr=(number&lt;/a&gt;).
&lt;br&gt;&lt;br&gt;The following is a listing of current problems submitted by FreeBSD users.
&lt;br&gt;These represent problem reports covering all versions including
&lt;br&gt;experimental development code and obsolete releases.
&lt;br&gt;&lt;br&gt;&lt;br&gt;S Tracker &amp;nbsp; &amp;nbsp; &amp;nbsp;Resp. &amp;nbsp; &amp;nbsp; &amp;nbsp;Description
&lt;br&gt;--------------------------------------------------------------------------------
&lt;br&gt;o ports/138144 openoffice editors/openoffice.org-3: 3.1.0 crashes on closing
&lt;br&gt;o ports/137293 openoffice editors/openoffice.org-3 fails to build
&lt;br&gt;o ports/136753 openoffice editors/openoffice.org-3 fails to create proper profil
&lt;br&gt;o ports/136291 openoffice [patch] editors/openoffice.org-3: gpatch failure
&lt;br&gt;f ports/134773 openoffice [patch] editors/openoffice.org-3 reduce depenedencies 
&lt;br&gt;o ports/134458 openoffice editors/openoffice.org* fails to build (multiple versi
&lt;br&gt;o ports/132888 openoffice editors/openoffice.org-3: openoffice 3.0.1 fails to bu
&lt;br&gt;o ports/132680 openoffice editors/openoffice.org-3: OpenOffice symlinks in /usr/
&lt;br&gt;o ports/129122 openoffice editors/openoffice.org-3: building OpenOffice.org-3.0.
&lt;br&gt;f ports/108313 openoffice editors/openoffice.org port build fails
&lt;br&gt;f ports/107229 openoffice sysutils/coreutils: gcp fails to set default ACL which
&lt;br&gt;&lt;br&gt;11 problems total.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748877&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748877&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Current-problem-reports-assigned-to-openoffice%40FreeBSD.org-tp25748877p25748877.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25748540</id>
	<title>Re: Problem building Openoffice 3.1.1 at -current</title>
	<published>2009-10-05T03:42:47Z</published>
	<updated>2009-10-05T03:42:47Z</updated>
	<author>
		<name>Alexey Shuvaev-2</name>
	</author>
	<content type="html">On Sun, Oct 04, 2009 at 09:01:57PM -0500, Sam Fourman Jr. wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sat, Oct 3, 2009 at 7:34 PM, Alexey Shuvaev
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748540&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;shuvaev@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; [snip]
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; With the attached patch I was able to complete the build on
&lt;br&gt;&amp;gt; &amp;gt; amd64 9-CURRENT. Will charge 9-amd64-Ports and 9-i386-Ports tinderboxes
&lt;br&gt;&amp;gt; &amp;gt; to test in a clean environment. Testing on 8-RC is still welcome.
&lt;br&gt;&amp;gt; &amp;gt; Just drop patch-OOO_XXX_CURRENT into files/ and try to rebuild.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Alexey.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This Worked on 9-CURRENT i386 thanks. Will this patch be included in
&lt;br&gt;&amp;gt; the ports tree so it isn't broken
&lt;br&gt;&amp;gt; 
&lt;/div&gt;Both of my tinderbox builds were successfull:
&lt;br&gt;-rw-r--r-- &amp;nbsp;1 root &amp;nbsp;wheel &amp;nbsp;156569834 Oct &amp;nbsp;4 22:37 9-amd64-Ports/All/openoffice.org-3.1.1.tbz
&lt;br&gt;-rw-r--r-- &amp;nbsp;1 root &amp;nbsp;wheel &amp;nbsp;149240577 Oct &amp;nbsp;5 02:21 9-i386-Ports/All/openoffice.org-3.1.1.tbz
&lt;br&gt;&lt;br&gt;Just FYI,
&lt;br&gt;Alexey.
&lt;br&gt;_______________________________________________
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748540&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice@...&lt;/a&gt; mailing list
&lt;br&gt;&lt;a href=&quot;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice&lt;/a&gt;&lt;br&gt;To unsubscribe, send any mail to &amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25748540&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;freebsd-openoffice-unsubscribe@...&lt;/a&gt;&amp;quot;
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-building-Openoffice-3.1.1-at--current-tp25532622p25748540.html" />
</entry>

</feed>
