FreshPorts -- The Place For Ports Fri, 4 Jul 2008 10:24 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
diablo-jdk15 1.5.0.07.01_10 java on this many watch lists=53 search for ports that depend on this port
Ignore IGNORE: :\n Because of licensing restrictions, you must fetch the distribution\n manually.\n\n Please access\n \n http://www.FreeBSDFoundation.org/cgi-bin/download?download=diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2\n \n with a web browser and \"Accept\" the End User License Agreement for\n \"Caffe Diablo 1.5.0\". Please place the downloaded\n diablo-caffe-freebsd6-i386-1.5.0_07-b01.tar.bz2 in /usr/ports/distfiles.\n\n Please open http://java.sun.com/javase/downloads/index.jsp\n in a web browser and follow the \"Download\" link for\n \"JDK US DST Timezone Update Tool - 1_3_5\" to obtain the\n time zone update file, tzupdater-1_3_5-2008b.zip.\n\n
Java Development Kit 1.5.0_07.01
Maintained by: glewis@FreeBSD.org search for ports maintained by this maintainer
Port Added: 06 Apr 2006 16:27:17
Also Listed In: devel


The Java Development Kit (JDK) provides the Java Virtual Machine,
base classes, and development tools to permit developers to create
new Java applications, applets, and components on FreeBSD.

WWW: http://www.FreeBSDFoundation.org/downloads/java.shtml
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: x11/libXi, x11/libXp, x11-toolkits/libXt, x11/libXtst
Required To Run: java/javavmwrapper, x11/libXi, x11/libXp, x11-toolkits/libXt, x11/libXtst

To install the port: cd /usr/ports/java/diablo-jdk15/ && make install clean

A package is not available for ports marked as: Forbidden / Broken / Ignore / Restricted


Configuration Options
===> The following configuration options are available for diablo-jdk-1.5.0.07.01_10:     TZUPDATE=on (default) "Update the time zone data"===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
01 Jul 2008 06:47:11
Original commit files touched by this commit  1.5.0.07.01_10
glewis search for other commits by this committer
. Report when the time zone data is being updated.
. Error if the time zone update fails.  This is a bit of a double edged
  sword.  It prevents installing a broken port with a broken packing list
  if Diablo won't run on this version of FreeBSD, but it also creates a
  situation where the install can fail without really needing to if you
  have to retry it for some reason (e.g. you forget the root password when
  installing as a user).  If the latter is the case, you'll need to first
  clean to before trying to install again to resolve the issue.

  Making pre-install somewhat bogusly pre-install or checking for the
  existence of an updated time zone file before running tzupdate may
  alleviate the problem with this solution.

PR:             125085
03 May 2008 06:16:06
Original commit files touched by this commit  1.5.0.07.01_10
glewis search for other commits by this committer
. Update to tzupdater 1.3.5.  This patch is based on that submitted in the
  PR but also fixes the packing list and the path to tzupdater and bumps
  PORTREVISION.

PR:             123187
Submitted by:   Greg Larkin
12 Jan 2008 16:07:31
Original commit files touched by this commit  1.5.0.07.01_9
glewis search for other commits by this committer
. Update to tzupdater 1.3.3.
15 Nov 2007 17:44:57
Original commit files touched by this commit  1.5.0.07.01_8
glewis search for other commits by this committer
. Update to tzupdater 1.3.0 to fix the default build (the previous version
  of tzupdater is no longer available).

Approved by:    portmgr (linimon)
04 Oct 2007 02:14:50
Original commit files touched by this commit  1.5.0.07.01_7
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
07 Sep 2007 05:29:59
Original commit files touched by this commit  1.5.0.07.01_7
glewis search for other commits by this committer
. Update to tzupdater 1.2.2.
28 Jul 2007 00:35:46
Original commit files touched by this commit  1.5.0.07.01_6
glewis search for other commits by this committer
. Reduce dependencies by using USE_XORG and only listing what is actually
  required.

PR:             113081
Submitted by:   Baptiste Daroussin <baptiste.daroussin@gmail.com>
11 Jul 2007 03:43:08
Original commit files touched by this commit  1.5.0.07.01_6
glewis search for other commits by this committer
. Unpack the timezone update in post-extract since unzip is only an
  EXTRACT_DEPENDS, but keep the actual update in pre-install.

Pointed out by: pav
10 Jul 2007 09:01:29
Original commit files touched by this commit  1.5.0.07.01_6
glewis search for other commits by this committer
. Fix the packing list on 7.x by moving the time zone update step to
  pre-install.  The problem with it being in post-extract is that this
  is before the installation of compat6x, which is required for the
  time zone update to run.

Reported by:    pointyhat (via pav)
29 Jun 2007 15:50:57
Original commit files touched by this commit  1.5.0.07.01_5
glewis search for other commits by this committer
. Make the LIB_DEPENDS for compat6x look for z.3 rather than (the correct)
  c.6 since the latter is (erroneously) found in linux_base if that is
  installed.  This should be switched back once LIB_DEPENDS is fixed to
  ignore Linux shared libraries.

Submitted by:   sat
24 Jun 2007 21:32:53
Original commit files touched by this commit  1.5.0.07.01_5
glewis search for other commits by this committer
. Reenable 7.x by depending on compat6x.
03 Jun 2007 01:42:33
Original commit files touched by this commit  1.5.0.07.01_5
glewis search for other commits by this committer
. Update to tzupdater 1.2.1.

PR:     113248
19 May 2007 21:32:57
Original commit files touched by this commit  1.5.0.07.01_4
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
11 Apr 2007 21:48:22
Original commit files touched by this commit  1.5.0.07.01_3
glewis search for other commits by this committer
. Fix the check for 7.x which would previously erroneously try to install
  the 5.x version on 7.x.

Submitted by:   des
23 Mar 2007 19:39:41
Original commit files touched by this commit  1.5.0.07.01_3
pav search for other commits by this committer
- Correct OPTIONS handling
14 Mar 2007 03:57:58
Original commit files touched by this commit  1.5.0.07.01_3
glewis search for other commits by this committer
. Fix a backwards compatibility problem with the EST, HST and MST timezones
  by running the time zone updater with -bc.  See:

  http://sunsolve.sun.com/search/document.do?assetkey=1-26-102836-1

. Bump PORTREVISION.
14 Mar 2007 03:25:37
Original commit files touched by this commit  1.5.0.07.01_2
glewis search for other commits by this committer
. Disable the build on 7.x until there is a compat6x or a binary for 7.x.

Found by:       pointyhat, time zone updates
07 Mar 2007 17:14:46
Original commit files touched by this commit  1.5.0.07.01_2
glewis search for other commits by this committer
. Update to tzupdater 1.1.0-2007c.
05 Mar 2007 07:47:10
Original commit files touched by this commit  1.5.0.07.01_2
vd search for other commits by this committer
Fix typo

Reported by:    Portsnap buildbox <cperciva@freebsd.org>
Pointy hat to:  glewis
05 Mar 2007 05:23:34
Original commit files touched by this commit  1.5.0.07.01_2
  Sanity Test Failure
glewis search for other commits by this committer
. Add a TZUPDATE option, defaulting to on, which will update the time zone
  data for the JDK using Sun's tzupdater.  Bump PORTREVISION.
06 Nov 2006 19:47:17
Original commit files touched by this commit  1.5.0.07.01_1
glewis search for other commits by this committer
. Chase the X11BASE -> LOCALBASE change for the browser plugin directories.

PR:             104476
Submitted by:   Henrik Brix Andersen <henrik@brixandersen.dk>
05 Oct 2006 17:39:23
Original commit files touched by this commit  1.5.0.07.01
glewis search for other commits by this committer
. Update distinfo for re-rolled amd64 tarballs.  Fixes problem with no
  GUI programmes running on amd64.
02 Oct 2006 20:50:34
Original commit files touched by this commit  1.5.0.07.01
glewis search for other commits by this committer
. Update to 1.5.0_07-b01.
11 Sep 2006 16:49:08
Original commit files touched by this commit  1.5.0.07.00
glewis search for other commits by this committer
. Note that FreeBSD 5.x/amd64 isn't support (6.x/amd64 is). [1]
. Only set IGNORE to the "fetch the distribution" message if there is
  actually one to fetch.

Pointed out by: pointyhat (via kris@) [1]
05 Jul 2006 21:15:23
Original commit files touched by this commit  1.5.0.07.00
glewis search for other commits by this committer
. Update to 1.5.0_07-b00.

Submitted by:   Kurt Miller <kurt@intricatesoftware.com>
03 May 2006 17:53:27
Original commit files touched by this commit  1.5.0.06.00
glewis search for other commits by this committer
. Add a pkg-message file describing the known problems.  The SIGBUS on MP
  systems in particular is causing lots of support email.

Obtained from:  Kurt Miller's release notes.
Suggest by:     hq
06 Apr 2006 16:20:45
Original commit files touched by this commit  1.5.0.06.00
glewis search for other commits by this committer
. Add a port of the Diablo Caffe (native FreeBSD JDK) 1.5 binaries.

  This will help people keep up with any updates.

  "The Java Development Kit (JDK) provides the Java Virtual Machine,
   base classes, and development tools to permit developers to create
   new Java applications, applets, and components on FreeBSD."

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
Traffic

Calculated hourly:
Port count 18745
Broken 146
Deprecated 98
Ignore 431
Forbidden 5
Restricted 363
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 0
new 48 hours4
new 7 days38
new fortnight82
new month184

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.321 seconds.