Greg Lewis
a553b8d753
. Commit a fix for CVE-2012-4681.
...
Obtained from: Mark Wielaard <mjw@redhat.com> via rea@
2012-08-30 05:32:57 +00:00
Greg Lewis
8c5212b4a8
. Allow openjdk7 to work with icedtea-web port.
...
Submitted by: jkim@
2012-08-26 02:41:46 +00:00
Greg Lewis
9b42878dd4
. Update to 7u6.
...
. Enlist openjdk7 users as testers of ant 1.8.4.
2012-08-21 04:56:41 +00:00
Greg Lewis
c07f18f52f
. Update to what should be 7u5. Based on the bug ids from
...
http://blog.fuseyism.com/index.php/2012/06/13/security-icedtea-2-1-1-2-2-1-released/
2012-08-06 05:57:54 +00:00
Greg Lewis
0484c2a45e
. Fix locale generation.
...
PR: 169037
2012-06-16 14:46:02 +00:00
Greg Lewis
bd6e604ba8
. Fix jstack.
2012-06-06 19:50:54 +00:00
Greg Lewis
c36dec0373
. Update to 7u4. This was a fairly significant merge, so please report
...
any regressions in functionality that might have been missed. Biggest
news is that partial BSD support is now in the official source
distribution through the OS X port's inclusion.
Partly obtained from Kurt Miller <kurt@intricatesoftware.com>
2012-05-27 18:48:14 +00:00
Greg Lewis
4042aa0a1e
. Enlist openjdk7 users as testers of ant 1.8.3.
2012-05-06 19:51:51 +00:00
Greg Lewis
6d76f6f950
. 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
2012-05-04 06:14:26 +00:00
Greg Lewis
679b512252
. 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.
2012-04-18 17:49:13 +00:00
Greg Lewis
1c96072b83
. Use the new java-zoneinfo port to provide updated time zone info.
2012-04-14 20:53:53 +00:00
Greg Lewis
8da599bfaf
. Use the latest cacerts file from the official Oracle distribution of
...
Update 2.
2012-03-06 03:59:29 +00:00
Greg Lewis
e5d3c8854e
. Update to OpenJDK 7 Update 2.
2012-03-06 03:58:53 +00:00
Jason Helfman
ae6ef64004
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)
2011-12-30 06:49:15 +00:00
Greg Lewis
f326f69e57
. 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>
2011-07-08 07:28:46 +00:00
Greg Lewis
63c5dd4cb1
. Update to Build 147.
2011-06-29 04:09:28 +00:00
Greg Lewis
a121ec1a94
. Update to Build 146.
2011-06-26 18:31:15 +00:00
Greg Lewis
e429a76a51
. Update ant bootstrap to 1.8.2.
2011-06-05 01:56:50 +00:00
Greg Lewis
a570113f38
. Add missing dependency on audio/alsa-lib.
...
Reported by: Christer Solskogen <christer.solskogen@gmail.com>
Dominic Fandrey <kamikaze@bsdforen.de>
Pointy hat to: glewis
2011-05-30 17:11:05 +00:00
Greg Lewis
443627224f
. Update to Build 144.
2011-05-29 19:41:52 +00:00
Greg Lewis
4b97549646
. Fix infinite loop in parsing certain doubles. See CVE-2010-4476.
2011-02-09 17:13:40 +00:00
Greg Lewis
7bcb7b5573
. Update to Build 122.
2010-12-18 08:59:20 +00:00
Greg Lewis
4617d3ba40
. Restore the ability of openjdk7 to bootstrap itself.
...
PR: 153002
Submitted by: well-wisher <regex@bk.ru>
2010-12-15 06:08:55 +00:00
Greg Lewis
be29271c63
. Update to Build 121.
2010-12-14 23:37:29 +00:00
Greg Lewis
74bdb145ad
. Use Ant 1.8.1 to build rather than 1.7.1.
...
Inspired by: ports/152676
2010-12-14 06:38:39 +00:00
Greg Lewis
350309b348
. 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
2010-11-10 13:37:37 +00:00
Greg Lewis
92b914da21
. Update to Build 117.
...
. Temporarily disable a previous openjdk7 install as a bootstrap since the
previous version won't compile this one.
2010-11-08 08:14:04 +00:00
Greg Lewis
8e0786efb4
. 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.
2010-09-23 05:43:07 +00:00
Greg Lewis
c9ca7a4ee0
. 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]
2010-08-16 01:35:41 +00:00
Greg Lewis
c000c852c3
. Back out the previous revision. The port is not MAKE_JOBS_SAFE.
2010-08-07 02:13:40 +00:00
Greg Lewis
83df85589b
. Mark MAKE_JOBS_SAFE.
...
. Use MAKE_JOBS_NUMBER as HOTSPOT_BUILD_JOBS.
PR: 148753
Submitted by: David Naylor <naylor.b.david@gmail.com>
2010-08-01 22:22:44 +00:00
Greg Lewis
2d42764d84
. Update to the latest set of root certificates that come with the JDK.
2010-07-25 07:10:52 +00:00
Greg Lewis
71a03b73fd
. Update to Build 100.
2010-07-11 19:06:54 +00:00
Greg Lewis
82ec68f6e6
. Update to Build 86.
2010-03-27 21:30:38 +00:00
Greg Lewis
8fe22ffb54
. 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
2010-02-23 03:31:03 +00:00
Greg Lewis
2f886f4efb
. Update to Build 82.
2010-02-07 19:45:06 +00:00
Greg Lewis
980bcfd3ed
. Update to Build 80.
2010-01-24 19:29:43 +00:00
Greg Lewis
be21ee8a49
. 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)
2010-01-22 06:32:22 +00:00
Greg Lewis
aa02145d88
. 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@
2010-01-21 15:47:16 +00:00
Greg Lewis
314299df5c
. 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@
2010-01-18 02:09:03 +00:00
Greg Lewis
188eabc46c
. Fix the MASTER_SITES so that FETCH_ARGS doesn't need to be overridden.
...
Submitted by: ale@
2010-01-18 01:06:17 +00:00
Greg Lewis
a328ae1d6c
. Update to Build 79.
2010-01-18 00:38:29 +00:00
Greg Lewis
9d2a74fe97
. 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>
2010-01-05 04:58:50 +00:00
Greg Lewis
62935aa13b
. Add a couple for necessary dependencies to USE_XORG.
...
Pointed out by: QAT
2010-01-04 05:12:17 +00:00
Greg Lewis
766ab75197
. Add a fairly barebones port of OpenJDK7:
...
An open-source implementation of the Java Platform, Standard Edition,
WWW: http://openjdk.java.net/
2010-01-03 21:00:15 +00:00