From owner-freebsd-office@FreeBSD.ORG Mon Sep 24 21:17:04 2012 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8754106564A for ; Mon, 24 Sep 2012 21:17:04 +0000 (UTC) (envelope-from me@janh.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id 34FC08FC08 for ; Mon, 24 Sep 2012 21:17:03 +0000 (UTC) Received: from nb981.math (31-18-157-126-dynip.superkabel.de [31.18.157.126]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MBo5j-1T9PwE3DKp-00ApjK; Mon, 24 Sep 2012 23:04:01 +0200 Message-ID: <5060CAB7.90408@janh.de> Date: Mon, 24 Sep 2012 23:03:51 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120910 Thunderbird/15.0.1 MIME-Version: 1.0 To: Maho NAKATA References: <5055A8AC.5070200@janh.de> <20120920.103522.368222093934907752.chat95@mac.com> In-Reply-To: <20120920.103522.368222093934907752.chat95@mac.com> Content-Type: multipart/mixed; boundary="------------060401050506060503030602" X-Provags-ID: V02:K0:iDfCT0h8fUvEFgx7pavz4mRysdyG1DNIuNxieRC7Q1K HZoSX733DXTz97t9uPNfeHaJkSpRChMgRFumoOgsdHBfocI9Um UtZMk4C9yXja1lsG+aGaXi0IlqkWO8byztt05xL2kdq+817xAf ytWpVWkprnQImk2X7u0R5jmZeBd9T2rhxLh8361OAR9wAPcWZq 5qwWbY1ff9GHqZ/rOiisGdt/VUmfk2EeN14YFRBsojt+mm31bB nIxgNnPSk+nP+VBqhw5M20g9K8US41qr24lZLMT0tOQD/0CvRh YTJMkvhv57UCgYb8pAeQy5hRSwiBsHJcqv2FvHvFpWH0AJzXw= = 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: Mon, 24 Sep 2012 21:17:04 -0000 This is a multi-part message in MIME format. --------------060401050506060503030602 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 09/20/2012 03:35, Maho NAKATA wrote: > I have just tried for openoffice-3-devel (svn 1386922; current ports tree) > but still fails at apache-commons. I guess I was cheating: Two of my patches for httpclient are based on Apache commits and most of the third one is from Apache, too. They all made it into the revision that is our current editors/openoffice-3-devel (apache-openoffice-3.4.1388426,1). Anyhow, I added two more necessary "Ortwin Glück" fixes to the third patch. These are still needed with our current port. Using the patch attached and the two patches I adapted from Debian to fix hsqldb, I was able to build editors/openoffice-3-devel with openjdk7 on 9.0-RELEASE/amd64. BTW: Using all of the patches from my previous mail, I was able to build apache-openoffice-3.4.1 with openjdk7 on 9.0-RELEASE/amd64 and 9.0-RELEASE/i386. Best, Jan Henrik --------------060401050506060503030602 Content-Type: text/plain; charset=UTF-8; name="patch-jdk7-httpclient-not-from-apache" Content-Transfer-Encoding: 8bit Content-Disposition: attachment; filename="patch-jdk7-httpclient-not-from-apache" --- apache-commons/patches/httpclient.patch.orig 2012-09-21 13:27:34.000000000 +0200 +++ apache-commons/patches/httpclient.patch 2012-09-15 21:26:34.000000000 +0000 @@ -118,3 +118,25 @@ * @author Mike Bowler * @author Oleg Kalnichevski * +--- misc/build/commons-httpclient-3.1/src/examples/TrivialApp.java 2007-08-18 09:02:14.000000000 +0000 ++++ misc/build/commons-httpclient-3.1/src/examples/TrivialApp.java 2012-09-15 21:21:52.000000000 +0000 +@@ -47,7 +47,7 @@ + * how to use the Jakarta HttpClient API. + * + * @author Jeff Dever +- * @author Ortwin Glück ++ * @author Ortwin Glueck + */ + public class TrivialApp + { +--- misc/build/commons-httpclient-3.1/src/examples/ClientApp.java 2007-08-18 09:02:14.000000000 +0000 ++++ misc/build/commons-httpclient-3.1/src/examples/ClientApp.java 2012-09-15 21:22:11.000000000 +0000 +@@ -61,7 +61,7 @@ + * content as text and as rendered HTML. + * + * @author Sean C. Sullivan +- * @author Ortwin Glück ++ * @author Ortwin Glueck + * @author Michael Becke + */ + public class ClientApp { --------------060401050506060503030602--