Date: Sun, 14 May 2006 18:49:24 +0900 (JST) From: NAKATA Maho <chat95@mac.com> To: linimon@lonesome.com Cc: openoffice@FreeBSD.org Subject: Re: [freebsd@chillt.de: Re: ports/95951: editors/Openoffice.org-2.0 build WITH_GNUGCJ fails] Message-ID: <20060514.184924.74681498.chat95@mac.com> In-Reply-To: <200604172010.k3HKAM1D077762@freefall.freebsd.org> References: <200604172010.k3HKAM1D077762@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In Message-ID: <200604172010.k3HKAM1D077762@freefall.freebsd.org>
linimon@lonesome.com (Mark Linimon) wrote:
> a) The lang/gcc41 port (master port of lang/gcc41-withgcjawt) comes with
> an outdated libtool version and needs "USE_AUTOTOOLS=libtool:15" in
> order to use the system-provided libtool 1.5. This is highly unlikely as
> others would certainly have noticed that lang/gcc41 does not compile before.
unfortunately following patch does not solve this problem for
FreeBSD debussy.private.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 09:40:18 JST 2006 maho@debussy.private.org:/usr/src/sys/i386/compile/MAHO i386
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/gcc41-withgcjawt/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile 23 Apr 2006 18:24:46 -0000 1.2
+++ Makefile 14 May 2006 09:48:49 -0000
@@ -13,6 +13,7 @@
DESCR= ${.CURDIR}/pkg-descr
WITH_JAVA_AWT= yes
+USE_AUTOTOOLS= libtool:15
MASTERDIR= ${.CURDIR}/../../lang/gcc41
.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060514.184924.74681498.chat95>
