Bug 114592 - java/jdk15 : incorrect URL for jce_policy-1_5_0.zip
Summary: java/jdk15 : incorrect URL for jce_policy-1_5_0.zip
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-14 21:10 UTC by Olivier
Modified: 2007-07-22 07:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier 2007-07-14 21:10:00 UTC
In Makefile :
.if defined(WITH_POLICY) && !exists(${DISTDIR}/${POLICYFILE})#{
IGNORE += Please open http://java.sun.com/javase/downloads/index.jsp\n\
in a web browser and follow the \"Download\" link for\n\
\"Other Downloads\" to obtain the JCE policy file, ${POLICYFILE}.\n\n
.endif#}

The problem is that the only JCE policy file available on this page is now for java 6.

Fix: 

.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\
\"Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 5.0\" to obtain the JCE policy file, ${POLICYFILE}.\n\n
.endif#}
How-To-Repeat: Read instructions and browse the Sun's page.
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2007-07-19 19:32:17 UTC
Responsible Changed
From-To: freebsd-java->glewis

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-22 07:23:28 UTC
glewis      2007-07-22 06:23:23 UTC

  FreeBSD ports repository

  Modified files:
    java/jdk15           Makefile 
  Log:
  . Update the download location for the unlimited strength policy files.
  
  Submitted by:   Olivier SMEDTS <olivier@gid0.org>
  PR:             114592
  
  Revision  Changes    Path
  1.128     +1 -1      ports/java/jdk15/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2007-07-22 07:23:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!