aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk7/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Remove expired ports:Rene Ladan2022-09-031-5/+0
| | | | | 2022-09-03 java/openjdk7: EOLed since 31 July 2022 2022-09-03 java/openjdk7-jre: EOLed since 31 July 2022
* Update to 7u261Greg Lewis2020-04-191-3/+3
| | | | Notes: svn path=/head/; revision=532162
* Update to 7u251Greg Lewis2020-03-081-41/+5
| | | | Notes: svn path=/head/; revision=528057
* . Update to 7u161.Greg Lewis2018-02-071-1/+3
| | | | Notes: svn path=/head/; revision=461189
* . Update to 7u151.Greg Lewis2017-09-081-1/+3
| | | | Notes: svn path=/head/; revision=449459
* . Update to 7u141.Greg Lewis2017-05-301-1/+3
| | | | Notes: svn path=/head/; revision=442035
* . Update to 7u131.Greg Lewis2017-05-291-1/+5
| | | | Notes: svn path=/head/; revision=441965
* Update to use Apache Ant 1.9.7.Jung-uk Kim2016-08-241-3/+3
| | | | Notes: svn path=/head/; revision=420766
* . Update to 7u111.Greg Lewis2016-08-201-0/+2
| | | | Notes: svn path=/head/; revision=420530
* . Update to 7u101Greg Lewis2016-05-211-0/+3
| | | | Notes: svn path=/head/; revision=415601
* . Update to 7u95.Greg Lewis2016-02-031-0/+2
| | | | Notes: svn path=/head/; revision=407937
* . Update to 7u91Greg Lewis2015-12-141-0/+4
| | | | | | | PR: 204268 Notes: svn path=/head/; revision=403706
* . Move the large patches which contain the changes between updates of theGreg Lewis2015-09-091-0/+16
| | | | | | | | | JDK to being fetched remotely using PATCHFILES and PATCH_SITES. This cuts the size taken by openjdk7 in the ports repository. Notes: svn path=/head/; revision=396460
* . Fix unpack200 on i386/amd64 by only swapping bytes when this is actuallyGreg Lewis2014-07-121-2/+2
| | | | | | | | | | | | | | | a big endian machine. [1] . Bump PORTREVISION for the fix. . Speed up the build on multi-core machines using the MAKE_JOBS trickery from the openjdk8 Makefile. . Enlist openjdk7 users as testers of ant 1.9.4. . Add a dependency on fontconfig. PR: 191735 [1] Requested by: Michael Schmiedgen <schmiedgen@takwa.de> [2] Notes: svn path=/head/; revision=361627
* . Update to 7u55.Greg Lewis2014-04-201-2/+2
| | | | | | | | | | . Use version 1.9.3 of ant [1] . Don't insist on GCC since compilation with clang now works [2]. Obtained from: jkim@'s openjdk7 redport repo ([1], [2]) Notes: svn path=/head/; revision=351655
* . Update to 7u51.Greg Lewis2014-02-091-2/+2
| | | | | | | | . Mark as FORBIDDEN for releases without the MAP_STACK fix (or where that fix isn't detectable), since kernel panics may result there. Notes: svn path=/head/; revision=343555
* Revert lang/openjdk7 to 7u25.Mathieu Arnold2014-01-041-2/+2
| | | | | | | With hat: portmgr-lurker Notes: svn path=/head/; revision=338650
* . Update to 7u45.Greg Lewis2013-12-081-2/+2
| | | | Notes: svn path=/head/; revision=335863
* . Update to 7u6.Greg Lewis2012-08-211-10/+4
| | | | | | | . Enlist openjdk7 users as testers of ant 1.8.4. Notes: svn path=/head/; revision=302840
* . Update to 7u4. This was a fairly significant merge, so please reportGreg Lewis2012-05-271-2/+2
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=297552
* . Enlist openjdk7 users as testers of ant 1.8.3.Greg Lewis2012-05-061-2/+2
| | | | Notes: svn path=/head/; revision=296099
* . Update to OpenJDK 7 Update 2.Greg Lewis2012-03-061-4/+4
| | | | Notes: svn path=/head/; revision=292798
* . Update to Build 147.Greg Lewis2011-06-291-2/+2
| | | | Notes: svn path=/head/; revision=276635
* . Update to Build 146.Greg Lewis2011-06-261-6/+6
| | | | Notes: svn path=/head/; revision=276452
* . Update ant bootstrap to 1.8.2.Greg Lewis2011-06-051-2/+2
| | | | Notes: svn path=/head/; revision=275088
* . Update to Build 144.Greg Lewis2011-05-291-6/+6
| | | | Notes: svn path=/head/; revision=274787
* . Update to Build 122.Greg Lewis2010-12-181-2/+2
| | | | Notes: svn path=/head/; revision=266545
* . Update to Build 121.Greg Lewis2010-12-141-2/+2
| | | | Notes: svn path=/head/; revision=266309
* . Use Ant 1.8.1 to build rather than 1.7.1.Greg Lewis2010-12-141-2/+2
| | | | | | | Inspired by: ports/152676 Notes: svn path=/head/; revision=266273
* . Update to Build 117.Greg Lewis2010-11-081-4/+8
| | | | | | | | . Temporarily disable a previous openjdk7 install as a bootstrap since the previous version won't compile this one. Notes: svn path=/head/; revision=264230
* . Update to Build 100.Greg Lewis2010-07-111-3/+3
| | | | Notes: svn path=/head/; revision=257646
* . Update to Build 86.Greg Lewis2010-03-271-3/+3
| | | | Notes: svn path=/head/; revision=251590
* . Update to Build 82.Greg Lewis2010-02-071-3/+3
| | | | Notes: svn path=/head/; revision=249397
* . Update to Build 80.Greg Lewis2010-01-241-3/+3
| | | | Notes: svn path=/head/; revision=248483
* . Use a downloaded version of ant rather than relying on the ant portGreg Lewis2010-01-181-0/+3
| | | | | | | | | | | | 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
* . Update to Build 79.Greg Lewis2010-01-181-3/+3
| | | | Notes: svn path=/head/; revision=248043
* . Add a fairly barebones port of OpenJDK7:Greg Lewis2010-01-031-0/+3
An open-source implementation of the Java Platform, Standard Edition, WWW: http://openjdk.java.net/ Notes: svn path=/head/; revision=247074