Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2001 21:23:14 -0500
From:      Dave Glowacki <dglo@ssec.wisc.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28137: Bad URL in java/linux-jdk14
Message-ID:  <200106140223.VAA22332@hyde.ssec.wisc.edu>

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

>Number:         28137
>Category:       ports
>Synopsis:       Bad URL in java/linux-jdk14 Makefile
>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:   Wed Jun 13 19:30:05 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Dave Glowacki
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD eusebius 4.3-STABLE FreeBSD 4.3-STABLE #2: Mon Jun 11 21:38:12 CDT 2001 @eusebius:/usr/src/sys/compile/EUSEBIUS i386


	
>Description:

	eusebius% make fetch
	===>  linux-jdk-1.4.0beta You must manually fetch the Java 2
	Development Kit 1.4.0-beta for Linux archive
	(j2sdk-1_4_0-beta-linux-i386.bin) from
	http://java.sun.com/j2se/1.3/download-linux.html, place it in
	/usr/ports/distfiles and then run make again.

	Note that the URL points to the 1.3 page.

>How-To-Repeat:
>Fix:


--- /usr/ports/java/linux-jdk14/Makefile	Thu May 31 20:42:18 2001
+++ /tmp/Makefile	Tue Jun 12 22:57:03 2001
@@ -40,7 +40,7 @@
 
 .for file in ${DISTFILES}
 .if !exists(${DISTDIR}/${file})
-IGNORE=You must manually fetch the Java 2 Development Kit ${JDK_VERSION} for Linux archive (${DISTFILES}) from http://java.sun.com/j2se/1.3/download-linux.html, place it in ${DISTDIR} and then run make again
+IGNORE=You must manually fetch the Java 2 Development Kit ${JDK_VERSION} for Linux archive (${DISTFILES}) from http://java.sun.com/j2se/1.4/#linux, place it in ${DISTDIR} and then run make again
 .endif
 .endfor
 
>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?200106140223.VAA22332>