From owner-cvs-all@FreeBSD.ORG Mon Sep 8 21:18:46 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B58D16A4BF; Mon, 8 Sep 2003 21:18:46 -0700 (PDT) Received: from gw.catspoiler.org (217-ip-163.nccn.net [209.79.217.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C6143FCB; Mon, 8 Sep 2003 21:18:44 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.12.9/8.12.9) with ESMTP id h894ISr1055698; Mon, 8 Sep 2003 21:18:32 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <200309090418.h894ISr1055698@gw.catspoiler.org> Date: Mon, 8 Sep 2003 21:18:28 -0700 (PDT) From: Don Lewis To: glennpj@charter.net In-Reply-To: <20030909031143.GA18327@gforce.johnson.home> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii cc: cvs-ports@FreeBSD.org cc: mbr@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/editors/openoffice-devel Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 04:18:46 -0000 On 8 Sep, Glenn Johnson wrote: > On Mon, Sep 08, 2003 at 08:21:54AM -0700, Martin Blapp wrote: > >> mbr 2003/09/08 08:21:54 PDT >> >> FreeBSD ports repository >> >> Modified files: >> editors/openoffice-devel Makefile >> Log: >> Compiles again with system gcc on 5.x. > > How does one manage to get jdk14, which openoffice-devel depends on, to > build on 5.x? Greg Lewis has posted three patches to the java@ list, which I found by browsing the list archives. I don't know why the largest of the three hasn't been commited, but the other two are just supposed to be quick fixes. After applying these three patches, I found another syntax error in j2se/src/solaris/native/java/net/Inet4AddressImpl.c (a quoted string split across two lines). After I patched that problem, I was able to successfully build the port, but I have not yet tested it.