| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
30 Dec 2011 06:49:15
7.0.147_2
|
jgh  |
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
7.0.147_1
|
glewis  |
. 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
7.0.147
|
glewis  |
. Update to Build 147. |
26 Jun 2011 18:31:15
7.0.146
|
glewis  |
. Update to Build 146. |
05 Jun 2011 01:56:50
7.0.144
|
glewis  |
. Update ant bootstrap to 1.8.2. |
30 May 2011 17:11:05
7.0.144
|
glewis  |
. 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
7.0.144
|
glewis  |
. Update to Build 144. |
09 Feb 2011 17:13:40
7.0.122_1
|
glewis  |
. Fix infinite loop in parsing certain doubles. See CVE-2010-4476. |
18 Dec 2010 08:59:20
7.0.122
|
glewis  |
. Update to Build 122. |
15 Dec 2010 06:08:55
7.0.121
|
glewis  |
. Restore the ability of openjdk7 to bootstrap itself.
PR: 153002
Submitted by: well-wisher <regex@bk.ru> |
14 Dec 2010 23:37:29
7.0.121
|
glewis  |
. Update to Build 121. |
14 Dec 2010 06:38:39
7.0.117
|
glewis  |
. Use Ant 1.8.1 to build rather than 1.7.1.
Inspired by: ports/152676 |
10 Nov 2010 13:37:37
7.0.117
|
glewis  |
. 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
7.0.117
|
glewis  |
. 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
7.0.100_1
|
glewis  |
. 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
7.0.100_1
|
glewis  |
. 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
7.0.100
|
glewis  |
. Back out the previous revision. The port is not MAKE_JOBS_SAFE. |
01 Aug 2010 22:22:44
7.0.100
|
glewis  |
. 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
7.0.100
|
glewis  |
. Update to the latest set of root certificates that come with the JDK. |
11 Jul 2010 19:06:54
7.0.100
|
glewis  |
. Update to Build 100. |
27 Mar 2010 21:30:38
7.0.86
|
glewis  |
. Update to Build 86. |
23 Feb 2010 03:31:03
7.0.82_1
|
glewis  |
. 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
7.0.82
|
glewis  |
. Update to Build 82. |
24 Jan 2010 19:29:43
7.0.80_1
|
glewis  |
. Update to Build 80. |
22 Jan 2010 06:32:22
7.0.79_1
|
glewis  |
. 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
7.0.79_1
|
glewis  |
. 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
7.0.79
|
glewis  |
. 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
7.0.79
|
glewis  |
. Fix the MASTER_SITES so that FETCH_ARGS doesn't need to be overridden.
Submitted by: ale@ |
18 Jan 2010 00:38:29
7.0.79
|
glewis  |
. Update to Build 79. |
05 Jan 2010 04:58:50
7.0.78
|
glewis  |
. 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
7.0.78
|
glewis  |
. Add a couple for necessary dependencies to USE_XORG.
Pointed out by: QAT |
03 Jan 2010 21:00:15
7.0.78
|
glewis  |
. Add a fairly barebones port of OpenJDK7:
An open-source implementation of the Java Platform, Standard Edition,
WWW: http://openjdk.java.net/ |