Date: Thu, 4 Oct 2007 11:12:46 -0400 (EDT) From: Naram Qashat <cyberbotx@cyberbotx.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: openoffice@FreeBSD.org Subject: ports/116906: [PATCH] editors/openoffice.org: Properly set Java versions allowed Message-ID: <20071004151246.11D17C115@kirby.cyberbotx.com> Resent-Message-ID: <200710041520.l94FK9Ee056096@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116906 >Category: ports >Synopsis: [PATCH] editors/openoffice.org: Properly set Java versions allowed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 15:20:08 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 6.2-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #11: Fri Sep 14 21:50:03 EDT 2007 >Description: This patch moves the USE_JAVA line to after bsd.port.pre.mk so that _JAVA_VERSION will be set to "1.4 1.5" instead of "1.1 1.2 1.3 1.4 1.5 1.6" because of bsd.java.mk being included too early the way it was before. Port maintainer (openoffice@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- openoffice.org-2.3.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/editors/openoffice.org/Makefile /kirby/shared/ports/openoffice.org-2/Makefile --- /usr/ports/editors/openoffice.org/Makefile Thu Oct 4 11:09:40 2007 +++ /kirby/shared/ports/openoffice.org-2/Makefile Thu Oct 4 11:07:37 2007 @@ -50,11 +50,12 @@ USE_BZIP2= yes WITHOUT_CPU_CFLAGS= true -USE_JAVA= yes JAVA_BUILD= jdk JAVA_VENDOR= freebsd bsdjava .include <bsd.port.pre.mk> + +USE_JAVA= yes .if (${OSVERSION} >= 700000) JAVA_VERSION= 1.5 --- openoffice.org-2.3.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071004151246.11D17C115>