From owner-freebsd-openoffice@FreeBSD.ORG Sun May 14 09:49:46 2006 Return-Path: X-Original-To: openoffice@FreeBSD.org Delivered-To: freebsd-openoffice@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6C01716A401 for ; Sun, 14 May 2006 09:49:46 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B8D943D48 for ; Sun, 14 May 2006 09:49:45 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id k4E9ngVr009266; Sun, 14 May 2006 02:49:42 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id k4E9nXQX004331; Sun, 14 May 2006 02:49:41 -0700 (PDT) Date: Sun, 14 May 2006 18:49:24 +0900 (JST) Message-Id: <20060514.184924.74681498.chat95@mac.com> To: linimon@lonesome.com From: NAKATA Maho In-Reply-To: <200604172010.k3HKAM1D077762@freefall.freebsd.org> References: <200604172010.k3HKAM1D077762@freefall.freebsd.org> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: openoffice@FreeBSD.org Subject: Re: [freebsd@chillt.de: Re: ports/95951: editors/Openoffice.org-2.0 build WITH_GNUGCJ fails] X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2006 09:49:46 -0000 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"