Date: Mon, 18 Feb 2002 07:45:12 -0800 (PST) From: Christopher Elkins <chrise@scardini.com> To: FreeBSD-gnats-submit@freebsd.org Cc: noway@nohow.demon.co.uk Subject: ports/35079: Allow JDK version to be overridden in java/jaf port Message-ID: <200202181545.g1IFjCf52117@uqbar.lan.scardini.com>
next in thread | raw e-mail | index | archive | help
>Number: 35079 >Category: ports >Synopsis: Allow JDK version to be overridden in java/jaf port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 18 07:50:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Christopher Elkins >Release: FreeBSD 4.5-RELEASE i386 >Organization: >Environment: System: FreeBSD uqbar 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386 >Description: Use of JDK 1.1.8 is hard-coded in the Makefile. Short of editing the file, there is no way to override it to use the actual installed JDK. >How-To-Repeat: >Fix: diff -ruN jaf.orig/Makefile jaf/Makefile --- jaf.orig/Makefile Mon Feb 18 07:19:16 2002 +++ jaf/Makefile Mon Feb 18 07:19:25 2002 @@ -18,7 +18,7 @@ USE_ZIP= YES WRKSRC= ${WRKDIR}/jaf-1.0.1 -JDK_VERSION= 1.1.8 +JDK_VERSION?= 1.1.8 NO_BUILD= yes NO_CDROM= "See the license" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202181545.g1IFjCf52117>