Bug 108130

Summary: /usr/ports/Mk/bsd.java.mk is missing entries for linux-sun-jdk15
Product: Ports & Packages Reporter: Milon Papezik <m.papezik>
Component: Individual Port(s)Assignee: freebsd-java (Nobody) <java>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Milon Papezik 2007-01-19 22:40:27 UTC
/usr/ports/Mk/bsd.java.mk is missing entries for linux-sun-jdk15.
The apache-ant can not be installed with only linux-sun-jdk15 installed.

Fix: Please update the /usr/ports/Mk/bsd.java.mk as follows:

# Verbose description for each VENDOR
  _JAVA_VENDOR_freebsd=         "FreeBSD Foundation"
*************** __JAVA_PORTS_ALL=       JAVA_PORT_NATIVE_FREEB
How-To-Repeat: Install only linux-sun-jdk15 and that try to instal devel/apache-ant from ports.

It will attempt to build the native jdk15 port or, when instructed to use
linux+sun version by setting JAVA_OS=linux and JAVA_VENDOR=sun, it will attempt to build linux-sun-jdk14, regardless od linux-sun-jdk15 already installed.
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-01-22 21:49:56 UTC
glewis      2007-01-22 21:49:51 UTC

  FreeBSD ports repository

  Modified files:
    Mk                   bsd.java.mk 
  Log:
  . Add an entry for the linux-sun-jdk15 port.
  
  PR:             108130
  Submitted by:   Milon Papezik
  
  Revision  Changes    Path
  1.74      +5 -2      ports/Mk/bsd.java.mk
_______________________________________________
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 2 Greg Lewis freebsd_committer freebsd_triage 2007-01-22 21:50:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!