From owner-cvs-ports@FreeBSD.ORG Sat Aug 16 03:52:29 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B1F7637B401; Sat, 16 Aug 2003 03:52:29 -0700 (PDT) Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E82E43F75; Sat, 16 Aug 2003 03:52:28 -0700 (PDT) (envelope-from mb@imp.ch) Received: from nbs.imp.ch (nbs.imp.ch [157.161.4.7]) by mail.imp.ch (8.12.6p2/8.12.3) with ESMTP id h7GAqPbV052719; Sat, 16 Aug 2003 12:52:26 +0200 (CEST) (envelope-from Martin.Blapp@imp.ch) Received: from cvs.imp.ch (cvs.imp.ch [157.161.4.9]) by nbs.imp.ch (8.12.8/8.12.3) with ESMTP id h7GAqPlH9390179; Sat, 16 Aug 2003 12:52:25 +0200 (MES) Date: Sat, 16 Aug 2003 12:52:25 +0200 (CEST) From: Martin Blapp To: Maho Nakata In-Reply-To: <200308152232.h7FMWLL9096104@repoman.freebsd.org> Message-ID: <20030816124906.O38762@cvs.imp.ch> References: <200308152232.h7FMWLL9096104@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: kan@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 10:52:30 -0000 Hi, > Now passes compilation for recent 4.8-STABLE and 5-CURRENT, > but still fails during/after the installtion :( I'm building it currently. I know how to fix the installation btw. > b) Use gcc33 from ports for both 4 and 5. > gcc-3.3 of 5-CURRENT seems to brake somewhere, > and recent version of OOo hits some internal > error of gcc-3.2.3. Kan, could you look into that ? I'm building it now, and can tell you soon what went wrong. > > c) remove --enable-gcc3, --with-os-version and --with-ant-home > gcc3 is deprecated, os version and ant home should be > detected automatically by configure(setting os version > had been dangerous, since difference can be seen between > /usr/include/osreldate.h and sysctl kern.osreldate) > however nowadays it is not so dangerous) We build against the src, that means we can only rely on /usr/include/osreldate.h, not on the sysctl (the user may have made a update of his source tree, but the kernel is still very old) Of course we can do these checks inside openoffice with including /usr/include/osreldate.h. > d) add build dependency for Xft and gtk-2.0. > > Revision Changes Path > 1.93 +10 -42 ports/editors/openoffice-devel/Makefile > 1.27 +1 -1 ports/editors/openoffice-devel/distinfo > Cool thanks ! Thank you very much for your work (and Volker too of course) Martin