summaryrefslogtreecommitdiff
path: root/java/openjdk7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix infinite loop in parsing certain doubles. See CVE-2010-4476.Greg Lewis2011-02-092-0/+12
| | | | Notes: svn path=/head/; revision=268829
* . Update to Build 122.Greg Lewis2010-12-183-548/+550
| | | | Notes: svn path=/head/; revision=266545
* . Restore the ability of openjdk7 to bootstrap itself.Greg Lewis2010-12-151-1/+2
| | | | | | | | PR: 153002 Submitted by: well-wisher <regex@bk.ru> Notes: svn path=/head/; revision=266324
* . Update to Build 121.Greg Lewis2010-12-144-903/+991
| | | | Notes: svn path=/head/; revision=266309
* . Use Ant 1.8.1 to build rather than 1.7.1.Greg Lewis2010-12-142-3/+3
| | | | | | | Inspired by: ports/152676 Notes: svn path=/head/; revision=266273
* . Add extra MASTER_SITES entries for the jaxp, jaxws and jaf bundles. ThisGreg Lewis2010-11-101-0/+3
| | | | | | | | | | | also unbreaks the build as they are currently not available from the primary site. PR: 152096 Reported by: pointyhat Notes: svn path=/head/; revision=264355
* . Update to Build 117.Greg Lewis2010-11-084-1941/+2544
| | | | | | | | . Temporarily disable a previous openjdk7 install as a bootstrap since the previous version won't compile this one. Notes: svn path=/head/; revision=264230
* . Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpotGreg Lewis2010-09-231-2/+8
| | | | | | | | | | 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. Notes: svn path=/head/; revision=261687
* . Add a new NIO selector that uses kqueue(2) and make it the default. [1]Greg Lewis2010-08-162-0/+1239
| | | | | | | | | | . Mark as MAKE_JOBS_UNSAFE. . Pet portlint. Submitted by: davidxu@ [1] Notes: svn path=/head/; revision=259324
* . Back out the previous revision. The port is not MAKE_JOBS_SAFE.Greg Lewis2010-08-071-5/+4
| | | | Notes: svn path=/head/; revision=258861
* . Mark MAKE_JOBS_SAFE.Greg Lewis2010-08-011-4/+5
| | | | | | | | | | . Use MAKE_JOBS_NUMBER as HOTSPOT_BUILD_JOBS. PR: 148753 Submitted by: David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=258608
* . Update to the latest set of root certificates that come with the JDK.Greg Lewis2010-07-251-0/+0
| | | | Notes: svn path=/head/; revision=258213
* . Update to Build 100.Greg Lewis2010-07-113-1925/+2536
| | | | Notes: svn path=/head/; revision=257646
* . Update to Build 86.Greg Lewis2010-03-273-778/+811
| | | | Notes: svn path=/head/; revision=251590
* . Add ${LOCALBASE}/lib to the default library path. [1]Greg Lewis2010-02-232-3/+20
| | | | | | | | | | | . Add a runtime dependency on javavmwrapper. [2] PR: 144076 [2] Submitted by: ale@ [1] Feature safe: yes Notes: svn path=/head/; revision=250216
* . Update to Build 82.Greg Lewis2010-02-073-1074/+1201
| | | | Notes: svn path=/head/; revision=249397
* . Update to Build 80.Greg Lewis2010-01-245-1774/+980
| | | | Notes: svn path=/head/; revision=248483
* . Pull down a fix for an unsigned/signed comparison error that hasn't madeGreg Lewis2010-01-222-0/+22
| | | | | | | | | it into a build yet. This causes a build breakage on 6.x/amd64 at least. Pointed out by: pointyhat (via pav) Notes: svn path=/head/; revision=248351
* . Install the unlimited strength crypto policy JARs rather than theGreg Lewis2010-01-211-0/+5
| | | | | | | | | | | | | | 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@ Notes: svn path=/head/; revision=248275
* . Use a downloaded version of ant rather than relying on the ant portGreg Lewis2010-01-182-4/+14
| | | | | | | | | | | | to avoid a circular dependency. This is a modified version of the submitted patch, any errors are likely mine. Submitted by: ale@ Notes: svn path=/head/; revision=248058
* . Fix the MASTER_SITES so that FETCH_ARGS doesn't need to be overridden.Greg Lewis2010-01-181-2/+1
| | | | | | | Submitted by: ale@ Notes: svn path=/head/; revision=248050
* . Update to Build 79.Greg Lewis2010-01-183-1213/+1515
| | | | Notes: svn path=/head/; revision=248043
* . Use bsd.port.pre.mk and bsd.port.post.mk rather than bsd.port.mk andGreg Lewis2010-01-051-19/+21
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=247186
* . Add a couple for necessary dependencies to USE_XORG.Greg Lewis2010-01-041-1/+1
| | | | | | | Pointed out by: QAT Notes: svn path=/head/; revision=247101
* . Add a fairly barebones port of OpenJDK7:Greg Lewis2010-01-035-0/+31072
An open-source implementation of the Java Platform, Standard Edition, WWW: http://openjdk.java.net/ Notes: svn path=/head/; revision=247074