From owner-freebsd-office@FreeBSD.ORG Tue Sep 18 00:52:10 2012 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC644106566C for ; Tue, 18 Sep 2012 00:52:10 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id BCA848FC0C for ; Tue, 18 Sep 2012 00:52:10 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so10773017pbb.13 for ; Mon, 17 Sep 2012 17:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=hOyFkPwmxj8kOjlDEtbdZliquJ3n7nYiwT+lh06brqU=; b=Fnrynoz9jnSOD+cF0g3j7x8G8r6HiorNcDVvsZrqXXg0LdFYIvCbNJ2bIhyJcF6YEl nnZNASNsy0LjTgCepCxO13x+G6lp0mRYlKFStZe1GgkDFLPcLgTMDYfaNJEQQ19gmwLX PhgElSyydhDUiOjhnW5j92WymKYjsKqdDaCgRhR7aXyc5SOpYmPu0QbMzbCKPx9BHL2N PqPRJZC8AyqIZsfXm4b5E10+12arpFsmBYsmjE5Nu/RqfWlGxdZYU9vEaPem52diSN6z Z4fTiokf0bf6QugpH2UuaQJPWGAACAKj3gi4IufjVVV6V2IIejbg1smNm1PE0M08oil1 fbLQ== Received: by 10.68.229.6 with SMTP id sm6mr25198585pbc.120.1347929530291; Mon, 17 Sep 2012 17:52:10 -0700 (PDT) Received: from localhost (rikad42.riken.jp. [134.160.214.42]) by mx.google.com with ESMTPS id it10sm7780184pbc.53.2012.09.17.17.52.08 (version=SSLv3 cipher=OTHER); Mon, 17 Sep 2012 17:52:09 -0700 (PDT) Sender: Maho NAKATA Date: Tue, 18 Sep 2012 09:52:07 +0900 (JST) Message-Id: <20120918.095207.1421708259710609579.chat95@mac.com> To: me@janh.de From: Maho NAKATA In-Reply-To: <5055A8AC.5070200@janh.de> References: <5055A8AC.5070200@janh.de> X-Mailer: Mew version 6.3 on Emacs 24.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-office@freebsd.org Subject: Re: editors/openoffice-3 with openjdk7? X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2012 00:52:11 -0000 Hi Jan, Many thanks for your patches!! I'll investigate and commit soon (with update to 3.4.1) > Since both fixes are rather cosmetic, but not included in 3.4.1, they= > could go into our port. Seems to be. Best regards Nakata Maho From: Jan Henrik Sylvester Subject: editors/openoffice-3 with openjdk7? Date: Sun, 16 Sep 2012 12:23:40 +0200 > I wondered if I could get rid of jdk16 and openjdk6 in favor of > openjdk7. The only problem with my ports is editors/openoffice-3 not > compiling anymore. Adding 1.7 to the JAVA_VERSION, I found that there= > are only 2 problems. > = > Although fixes for at least one of them is in the Apache repository > for a few month, it does not seem to be in the aoo 3.4.1 source. > = > 1. httpclient: "Ortwin Gl=FCck" appears in non ASCII in a few java > files, which java and javadoc compiler do not accept anymore. After I= > patched that myself, I found fixes on Apache in directory of pfg and > using the simple commits r1359681 and r1358967. With minor > modifications, they can be used as patches for our port. > = > 2. hsqldb: There are some unimplemented virtual methods mandated by > the new jdbc interface, but these are never called and can be > implemented as stubs. Debian fixed the same problem for their > Libreoffice. With minor modifications, their patches can be used for > our ports, too. > = > Since both fixes are rather cosmetic, but not included in 3.4.1, they= > could go into our port. > = > I have compiled on 9.0-RELEASE/amd64 and 9.0-RELEASE/i386 with > openjdk7 and tested the database functionality on > 9.0-RELEASE/amd64. With the patches, I have tested that it still > compiles on 9.0-RELEASE/amd64 using openjdk6. > = > Attached are the five patches. If you are interested, I can > reconstruct where exactly I got their bases from. > = > Cheers, > Jan Henrik