Bug 28137

Summary: Bad URL in java/linux-jdk14 Makefile
Product: Ports & Packages Reporter: dglo <dglo>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
linux-jdk14_update.diff none

Description dglo 2001-06-14 03:30:05 UTC
	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.
Comment 1 Ernst de Haan 2001-06-15 09:20:18 UTC
Dave,

I'll take care of this, will submit a diff in a few minutes...
(/me is the maintainer)

Ernst


Dave Glowacki wrote:
> 
> >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
> 

-- 
Ernst de Haan
Java Architect
Jollem Information Technology

    "Come to me all who are weary and burdened
        and I will give you rest" -- Jesus Christ
Comment 2 Ernst de Haan 2001-06-15 09:37:45 UTC
Hi Dave,
(Cc: Maxim)

Here's a larger diff. Thanks for pointing this out, Dave!

Ernst


Dave Glowacki wrote:
> 
> >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
> 

-- 
Ernst de Haan
Java Architect
Jollem Information Technology

    "Come to me all who are weary and burdened
        and I will give you rest" -- Jesus Christ
Comment 3 Steve Price freebsd_committer freebsd_triage 2001-06-17 19:06:56 UTC
State Changed
From-To: open->closed

Committed, thanks!