From owner-freebsd-ports Mon Feb 18 7:50: 7 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1382837B402 for ; Mon, 18 Feb 2002 07:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1IFo1m29327; Mon, 18 Feb 2002 07:50:01 -0800 (PST) (envelope-from gnats) Received: from hronir.scardini.com (dsl-209-162-215-176.easystreet.com [209.162.215.176]) by hub.freebsd.org (Postfix) with ESMTP id D9CFB37B400 for ; Mon, 18 Feb 2002 07:48:35 -0800 (PST) Received: from uqbar.lan.scardini.com (uqbar.lan.scardini.com [192.168.2.100]) by hronir.scardini.com (8.11.6/8.11.6) with ESMTP id g1IFjDK87717; Mon, 18 Feb 2002 07:45:13 -0800 (PST) (envelope-from chrise@scardini.com) Received: (from chrise@localhost) by uqbar.lan.scardini.com (8.11.6/8.11.6) id g1IFjCf52117; Mon, 18 Feb 2002 07:45:12 -0800 (PST) (envelope-from chrise) Message-Id: <200202181545.g1IFjCf52117@uqbar.lan.scardini.com> Date: Mon, 18 Feb 2002 07:45:12 -0800 (PST) From: Christopher Elkins Reply-To: Christopher Elkins To: FreeBSD-gnats-submit@freebsd.org Cc: noway@nohow.demon.co.uk X-Send-Pr-Version: 3.113 Subject: ports/35079: Allow JDK version to be overridden in java/jaf port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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