FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 8:48 AM BST
Port details
openjdk7 7.3.04_1 java on this many watch lists=8 search for ports that depend on this port
Java Development Kit 7
Maintained by: glewis@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Jan 2010 21:00:52
Also Listed In: devel
License: GPLv2


An open-source implementation of the Java Platform, Standard Edition,

WWW: http://openjdk.java.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: archivers/zip, archivers/unzip, print/cups-client, java/diablo-jdk16, devel/gmake, x11/libX11, x11/libXext, x11/libXi, x11/libXrender, x11-toolkits/libXt, x11/libXtst
Required To Run: java/javavmwrapper, java/java-zoneinfo, x11/libX11, x11/libXext, x11/libXi, x11/libXrender, x11-toolkits/libXt, x11/libXtst
Required Libraries: print/freetype2, audio/alsa-lib, converters/libiconv

Required by:
for Build

for Run

To install the port: cd /usr/ports/java/openjdk7/ && make install clean
To add the package: pkg_add -r openjdk7


Configuration Options
===> The following configuration options are available for openjdk-7.3.04_1:
     POLICY=on (default) "Install the Unlimited Strength Policy Files"
     TZUPDATE=on (default) "Update the time zone data"
===> Use 'make config' to modify these settings

Master Sites:
http://download.java.net/openjdk/jdk7u2/promoted/b13/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 39

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 May 2012 19:51:51
Original commit files touched by this commit  7.3.04_1
glewis search for other commits by this committer
. Enlist openjdk7 users as testers of ant 1.8.3.
04 May 2012 06:14:26
Original commit files touched by this commit  7.3.04_1
glewis search for other commits by this committer
. Add a POLICY option to install the unlimited strength policy files and
  default it to on since I can't imagine why anyone would deliberately
  want the limited strength versions given a choice.

  Cribbed from java/openjdk6
18 Apr 2012 17:51:18
Original commit files touched by this commit  7.3.04
glewis search for other commits by this committer
Forced commit to note that the previous commit was:

Obtained from:  Kurt Miller <kurt@intricatesoftware.com>

(Kurt created the patch file and I adapted it for the FreeBSD port)
18 Apr 2012 17:49:13
Original commit files touched by this commit  7.3.04
glewis search for other commits by this committer
. Update to 7 Update 3.  Since there was no separate source bundle released
  this is done with an additional patch instead of updating the source
  bundle being used and the associated patch set.
14 Apr 2012 20:53:53
Original commit files touched by this commit  7.2.13_1
glewis search for other commits by this committer
. Use the new java-zoneinfo port to provide updated time zone info.
06 Mar 2012 03:59:29
Original commit files touched by this commit  7.2.13
glewis search for other commits by this committer
. Use the latest cacerts file from the official Oracle distribution of
  Update 2.
06 Mar 2012 03:58:53
Original commit files touched by this commit  7.2.13
glewis search for other commits by this committer
. Update to OpenJDK 7 Update 2.
30 Dec 2011 06:49:15
Original commit files touched by this commit  7.0.147_2
jgh search for other commits by this committer
Installs built jars that were previously not installed.

* javazic.jar to generate Java timezone information files
* compilefontconfig.jar to generate Java font configuration files

PR:     ports/161946
Submitted by:   Jilles Tjoelker <jilles at stack.nl>
Reviewed by:    glewis
Approved by:    glewis, crees (mentor)
08 Jul 2011 07:28:46
Original commit files touched by this commit  7.0.147_1
glewis search for other commits by this committer
. Try harder to make sure the flags returned from getFlags isn't negative,
  since a number of places in the code check for that and assume that it
  means an error occurred.  On FreeBSD, in particular, the value of
  ifr_flags can be negative if multicast is enabled on the socket since
  the possible flags have expanded to fill more than a short.

  Instead of blindly promoting ifr_flags to an int, which will preserve
  the sign, we fill the int return value with ifr_flagshigh in the high
  16 bits and ifr_flags in the low 16 bits.

PR:             155186
Reported by:    Alex Hayward <xelah-freebsd-pr@xelah.com>
29 Jun 2011 04:09:29
Original commit files touched by this commit  7.0.147
glewis search for other commits by this committer
. Update to Build 147.
26 Jun 2011 18:31:15
Original commit files touched by this commit  7.0.146
glewis search for other commits by this committer
. Update to Build 146.
05 Jun 2011 01:56:50
Original commit files touched by this commit  7.0.144
glewis search for other commits by this committer
. Update ant bootstrap to 1.8.2.
30 May 2011 17:11:05
Original commit files touched by this commit  7.0.144
glewis search for other commits by this committer
. Add missing dependency on audio/alsa-lib.

Reported by:    Christer Solskogen <christer.solskogen@gmail.com>
                Dominic Fandrey <kamikaze@bsdforen.de>
Pointy hat to:  glewis
29 May 2011 19:41:53
Original commit files touched by this commit  7.0.144
glewis search for other commits by this committer
. Update to Build 144.
09 Feb 2011 17:13:40
Original commit files touched by this commit  7.0.122_1
glewis search for other commits by this committer
. Fix infinite loop in parsing certain doubles.  See  CVE-2010-4476.
18 Dec 2010 08:59:20
Original commit files touched by this commit  7.0.122
glewis search for other commits by this committer
. Update to Build 122.
15 Dec 2010 06:08:55
Original commit files touched by this commit  7.0.121
glewis search for other commits by this committer
. Restore the ability of openjdk7 to bootstrap itself.

PR:             153002
Submitted by:   well-wisher <regex@bk.ru>
14 Dec 2010 23:37:29
Original commit files touched by this commit  7.0.121
glewis search for other commits by this committer
. Update to Build 121.
14 Dec 2010 06:38:39
Original commit files touched by this commit  7.0.117
glewis search for other commits by this committer
. Use Ant 1.8.1 to build rather than 1.7.1.

Inspired by:    ports/152676
10 Nov 2010 13:37:37
Original commit files touched by this commit  7.0.117
glewis search for other commits by this committer
. Add extra MASTER_SITES entries for the jaxp, jaxws and jaf bundles.  This
  also unbreaks the build as they are currently not available from the
  primary site.

PR:             152096
Reported by:    pointyhat
08 Nov 2010 08:14:04
Original commit files touched by this commit  7.0.117
glewis search for other commits by this committer
. Update to Build 117.
. Temporarily disable a previous openjdk7 install as a bootstrap since the
  previous version won't compile this one.
23 Sep 2010 05:43:07
Original commit files touched by this commit  7.0.100_1
glewis search for other commits by this committer
. Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpot
  make jobs.  If not, fall back to the number of CPUs.

  Only the HotSpot part of the build is safe to parallelise, so mark the
  port as MAKE_JOBS_UNSAFE.
16 Aug 2010 01:35:41
Original commit files touched by this commit  7.0.100_1
glewis search for other commits by this committer
. Add a new NIO selector that uses kqueue(2) and make it the default. [1]
. Mark as MAKE_JOBS_UNSAFE.
. Pet portlint.

Submitted by:   davidxu@ [1]
07 Aug 2010 02:13:40
Original commit files touched by this commit  7.0.100
glewis search for other commits by this committer
. Back out the previous revision.  The port is not MAKE_JOBS_SAFE.
01 Aug 2010 22:22:44
Original commit files touched by this commit  7.0.100
glewis search for other commits by this committer
. Mark MAKE_JOBS_SAFE.
. Use MAKE_JOBS_NUMBER as HOTSPOT_BUILD_JOBS.

PR:             148753
Submitted by:   David Naylor <naylor.b.david@gmail.com>
25 Jul 2010 07:10:52
Original commit files touched by this commit  7.0.100
glewis search for other commits by this committer
. Update to the latest set of root certificates that come with the JDK.
11 Jul 2010 19:06:54
Original commit files touched by this commit  7.0.100
glewis search for other commits by this committer
. Update to Build 100.
27 Mar 2010 21:30:38
Original commit files touched by this commit  7.0.86
glewis search for other commits by this committer
. Update to Build 86.
23 Feb 2010 03:31:03
Original commit files touched by this commit  7.0.82_1
glewis search for other commits by this committer
. Add ${LOCALBASE}/lib to the default library path. [1]
. Add a runtime dependency on javavmwrapper. [2]

PR:             144076 [2]
Submitted by:   ale@ [1]
Feature safe:   yes
07 Feb 2010 19:45:07
Original commit files touched by this commit  7.0.82
glewis search for other commits by this committer
. Update to Build 82.
24 Jan 2010 19:29:43
Original commit files touched by this commit  7.0.80_1
glewis search for other commits by this committer
. Update to Build 80.
22 Jan 2010 06:32:22
Original commit files touched by this commit  7.0.79_1
glewis search for other commits by this committer
. Pull down a fix for an unsigned/signed comparison error that hasn't made
  it into a build yet.  This causes a build breakage on 6.x/amd64 at least.

Pointed out by: pointyhat (via pav)
21 Jan 2010 15:47:16
Original commit files touched by this commit  7.0.79_1
glewis search for other commits by this committer
. Install the unlimited strength crypto policy JARs rather than the
  limited strength ones.  Since unlike many other JDK ports this doesn't
  require an extra download its currently done for all installs rather than
  being an option.  Note that unlike the officially downloaded policy JARs
  the ones this installs are not signed.  This may mean we revisit it once
  there is an official JDK7 release.
. Bump PORTREVISION for this change.

Submitted by:   ale@
18 Jan 2010 02:09:04
Original commit files touched by this commit  7.0.79
glewis search for other commits by this committer
. Use a downloaded version of ant rather than relying on the ant port
  to avoid a circular dependency.

  This is a modified version of the submitted patch, any errors are likely
  mine.

Submitted by:   ale@
18 Jan 2010 01:06:17
Original commit files touched by this commit  7.0.79
glewis search for other commits by this committer
. Fix the MASTER_SITES so that FETCH_ARGS doesn't need to be overridden.

Submitted by:   ale@
18 Jan 2010 00:38:29
Original commit files touched by this commit  7.0.79
glewis search for other commits by this committer
. Update to Build 79.
05 Jan 2010 04:58:50
Original commit files touched by this commit  7.0.78
glewis search for other commits by this committer
. Use bsd.port.pre.mk and bsd.port.post.mk rather than bsd.port.mk and
  rearrange things slightly so that the bootstrap JDK detection falls
  within the pre/post section.  This fixes detection of the bootstrap
  JDK.

Noticed by:     Ronald Klop <ronald-freebsd8@thuis.klop.ws>
04 Jan 2010 05:12:17
Original commit files touched by this commit  7.0.78
glewis search for other commits by this committer
. Add a couple for necessary dependencies to USE_XORG.

Pointed out by: QAT
03 Jan 2010 21:00:15
Original commit files touched by this commit  7.0.78
glewis search for other commits by this committer
. Add a fairly barebones port of OpenJDK7:

An open-source implementation of the Java Platform, Standard Edition,

WWW: http://openjdk.java.net/

Number of commits found: 39

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month255

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

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