Date: Mon, 24 Sep 2012 23:03:51 +0200 From: Jan Henrik Sylvester <me@janh.de> To: Maho NAKATA <chat95@mac.com> Cc: freebsd-office@freebsd.org Subject: Re: editors/openoffice-3 with openjdk7? Message-ID: <5060CAB7.90408@janh.de> In-Reply-To: <20120920.103522.368222093934907752.chat95@mac.com> References: <5055A8AC.5070200@janh.de> <20120920.103522.368222093934907752.chat95@mac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a> * @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a> * +--- 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 <a href="mailto:jsdever@apache.org">Jeff Dever</a> +- * @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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5060CAB7.90408>