Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2002 18:27:08 -0500
From:      Dave Glowacki <dglo@hyde.ssec.wisc.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        greg@greg.rim.or.jp
Subject:   ports/39901: Convert java/jsdk to use bsd.java.mk
Message-ID:  <200206262327.g5QNR8920131@hyde.ssec.wisc.edu>

next in thread | raw e-mail | index | archive | help

>Number:         39901
>Category:       ports
>Synopsis:       Convert java/jsdk to use bsd.java.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 26 17:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dave Glowacki
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD eusebius.glowacki.org 4.6-STABLE FreeBSD 4.6-STABLE #8: Tue Jun 25 16:32:43 CDT 2002 dglo@eusebius.glowacki.org:/usr/src/sys/compile/EUSEBIUS i386

>Description:
	Convert java/jsdk to use the new bsd.java.mk structure,
	so it doesn't try to install jdk-1.1.8 when the user
	has a newer version of java installed.
>How-To-Repeat:
>Fix:

	Apply the following patch to the Makefile in java/jsdk:

--- Makefile.orig	Mon Jun 17 16:42:41 2002
+++ Makefile	Tue Jun 25 18:33:13 2002
@@ -14,7 +14,7 @@
 
 MAINTAINER=	greg@greg.rim.or.jp
 
-RUN_DEPENDS=	${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk11
+USE_JAVA=	1.1+
 
 NO_CDROM=	"Sun has a funky license for this software"
 RESTRICTED=	"no commercial use"
>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?200206262327.g5QNR8920131>