Bug 108130 - /usr/ports/Mk/bsd.java.mk is missing entries for linux-sun-jdk15
Summary: /usr/ports/Mk/bsd.java.mk is missing entries for linux-sun-jdk15
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: freebsd-java (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-19 22:40 UTC by Milon Papezik
Modified: 2007-01-22 21:50 UTC (History)
0 users

See Also:


Attachments
file.diff (862 bytes, patch)
2007-01-19 22:40 UTC, Milon Papezik
no flags Details | Diff
file.diff (1.10 KB, patch)
2007-01-19 22:40 UTC, Milon Papezik
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!