Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2007 09:15:33 GMT
From:      Olivier Smedts <olivier@gid0.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114958: java/jdk15 : 404 errors when following Makefile's links, and files not present any more on some Sun's pages
Message-ID:  <200707270915.l6R9FXtm089876@www.freebsd.org>
Resent-Message-ID: <200707270920.l6R9K6nS063542@freefall.freebsd.org>

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

>Number:         114958
>Category:       ports
>Synopsis:       java/jdk15 : 404 errors when following Makefile's links, and files not present any more on some Sun's pages
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 27 09:20:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Smedts
>Release:        6.2-STABLE
>Organization:
gid0.org
>Environment:
>Description:
http://download.java.net/tiger/archive/tiger_u12/index.csp returns a 404 error, and some text in IGNORE is not representative or coherent.
>How-To-Repeat:

>Fix:
--- Makefile.old        2007-07-27 05:48:45.000000000 +0200
+++ Makefile    2007-07-27 11:05:32.000000000 +0200
@@ -184,23 +184,25 @@
 IGNORE=        :\n\
 Due to licensing restrictions, certain files must be fetched manually.\n\n
 .if !exists(${DISTDIR}/${JRL_SRCFILE}) || !exists(${DISTDIR}/${JRL_BINFILE})#{
-IGNORE += Please open http://download.java.net/tiger/archive/tiger_u${JDK_UPDATE_VERSION}/index.csp\n\
-in a web browser.  Download the\n
+IGNORE += Please open http://java.sun.com/javase/downloads/index_jdk5.jsp\n\
+in a web browser and follow the \"Download\" link for\n\
+\"JDK 5.0 Source via Java Research License (JRL)\" to obtain the\n
 .if !exists(${DISTDIR}/${JRL_SRCFILE})#{
-IGNORE += Update ${JDK_UPDATE_VERSION} Source, ${JRL_SRCFILE}
+IGNORE += JDK 5.0 JRL Source, ${JRL_SRCFILE}
 .endif#}
 .if !exists(${DISTDIR}/${JRL_BINFILE})#{
 .if !exists(${DISTDIR}/${JRL_SRCFILE})#{
 IGNORE += and the\n
 .endif#}
-IGNORE += Source Binaries, ${JRL_BINFILE}
+IGNORE += JDK 5.0 JRL binaries, ${JRL_BINFILE}
 .endif#}
 IGNORE += .\n\n
 .endif#}
 .if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{
 IGNORE += Please open http://java.sun.com/javase/downloads/index_jdk5.jsp\n\
 in a web browser and follow the \"Download\" link for\n\
-\"Other Downloads\" to obtain the JCE policy file, ${POLICYFILE}.\n\n
+\"Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 5.0\" to obtain the\n\
+JCE policy file, ${POLICYFILE}.\n\n
 .endif#}
 .if defined(WITH_TZUPDATE) && !exists(${DISTDIR}/${TZUPDATEFILE})#{
 IGNORE += Please open http://java.sun.com/javase/downloads/index.jsp\n\

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707270915.l6R9FXtm089876>