From owner-freebsd-ports Mon Feb 18 8: 0: 8 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 B571837B404 for ; Mon, 18 Feb 2002 08:00:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1IG00134866; Mon, 18 Feb 2002 08:00:00 -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 5853437B400 for ; Mon, 18 Feb 2002 07:53:29 -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 g1IFqsK87780; Mon, 18 Feb 2002 07:52:54 -0800 (PST) (envelope-from chrise@scardini.com) Received: (from chrise@localhost) by uqbar.lan.scardini.com (8.11.6/8.11.6) id g1IFqr252199; Mon, 18 Feb 2002 07:52:53 -0800 (PST) (envelope-from chrise) Message-Id: <200202181552.g1IFqr252199@uqbar.lan.scardini.com> Date: Mon, 18 Feb 2002 07:52:53 -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/35080: Allow JDK version to be overridden in java/javamail 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: 35080 >Category: ports >Synopsis: Allow JDK version to be overridden in java/javamail 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 08:00: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 javamail.orig/Makefile javamail/Makefile --- javamail.orig/Makefile Mon Feb 18 07:31:53 2002 +++ javamail/Makefile Mon Feb 18 07:32:05 2002 @@ -18,7 +18,7 @@ USE_ZIP= YES WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -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