summaryrefslogtreecommitdiff
path: root/java/openjdk7/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Remove expired ports:Rene Ladan2022-09-0313-272/+0
| | | | | 2022-09-03 java/openjdk7: EOLed since 31 July 2022 2022-09-03 java/openjdk7-jre: EOLed since 31 July 2022
* More duplicate symbol removal to try to fix the build on -CURRENTGreg Lewis2020-10-142-0/+22
| | | | Notes: svn path=/head/; revision=552341
* Remove duplicate symbols to try and fix the build on -CURRENTGreg Lewis2020-10-112-0/+21
| | | | Notes: svn path=/head/; revision=552072
* Update to 7u261Greg Lewis2020-04-191-14/+0
| | | | Notes: svn path=/head/; revision=532162
* Fix build with Clang.Jung-uk Kim2020-03-191-0/+14
| | | | Notes: svn path=/head/; revision=528701
* Update to 7u251Greg Lewis2020-03-0816-48705/+55
| | | | Notes: svn path=/head/; revision=528057
* java/openjdk7: fix build with freetype2 2.10.0Steve Wills2019-06-031-0/+78
| | | | | | | PR: 238225 Notes: svn path=/head/; revision=503400
* . Update to 7u161.Greg Lewis2018-02-072-887/+757
| | | | Notes: svn path=/head/; revision=461189
* Fix build with Clang 6.0.Jung-uk Kim2018-01-182-0/+21
| | | | | | | | | | | | | Note it is partially merged from the upstream patches for Linux and GCC 6. https://bugs.openjdk.java.net/browse/JDK-8163032 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/e34324d73cd5 http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/9e1264f51bae PR: 225054 Notes: svn path=/head/; revision=459311
* . Update to 7u151.Greg Lewis2017-09-082-778/+786
| | | | Notes: svn path=/head/; revision=449459
* Fix compilation with Clang 4.0.Jung-uk Kim2017-05-311-0/+11
| | | | Notes: svn path=/head/; revision=442135
* . Update to 7u141.Greg Lewis2017-05-301-923/+801
| | | | Notes: svn path=/head/; revision=442035
* . Update to 7u131.Greg Lewis2017-05-293-2687/+2523
| | | | Notes: svn path=/head/; revision=441965
* Merge fixes for JDK-6900441 and JDK-8029453 from Linux sources.Jung-uk Kim2017-04-132-0/+302
| | | | Notes: svn path=/head/; revision=438482
* . Fix compilation with Clang 4.0Greg Lewis2017-01-151-0/+20
| | | | | | | | PR: 216016 Submitted by: jbeich@ Notes: svn path=/head/; revision=431605
* Update cacerts file using the one included in 8u111 release.Alex Dupre2016-10-241-0/+0
| | | | | | | Notable change is the inclusion of Let's Encrypt CA. Notes: svn path=/head/; revision=424546
* . Update to 7u111.Greg Lewis2016-08-201-1763/+2048
| | | | Notes: svn path=/head/; revision=420530
* . Handle unsafe operations that access invalid memory more gracefully.Greg Lewis2016-06-131-0/+14
| | | | | | | | | | . Bump PORTREVISION for this fix. PR: 209599 Submitted by: Andrew Smith <iamasmith.home@gmail.com> Notes: svn path=/head/; revision=416828
* . Update to 7u101Greg Lewis2016-05-211-2014/+1048
| | | | Notes: svn path=/head/; revision=415601
* . Update to 7u95.Greg Lewis2016-02-031-879/+1917
| | | | Notes: svn path=/head/; revision=407937
* . Move the large patches which contain the changes between updates of theGreg Lewis2015-09-098-294686/+0
| | | | | | | | | 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
* Use sysctl(3) instead of procfs(5) when we need executable path from PID.Jung-uk Kim2015-07-022-0/+121
| | | | | | | MFH: 2015Q3 Notes: svn path=/head/; revision=391178
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* . Update to 7u80.Greg Lewis2015-04-282-864/+110286
| | | | Notes: svn path=/head/; revision=384884
* Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().Jung-uk Kim2015-02-161-0/+16
| | | | Notes: svn path=/head/; revision=379126
* . Update to 7u76Greg Lewis2015-02-0210-136797/+233345
| | | | | | | | . Adopt a patchset strategy similar to the openjdk8 port, which keeps the patch files smaller and makes the BSD differences clearer. Notes: svn path=/head/; revision=378294
* . Fix window maximisation under Gnome 3.Greg Lewis2015-02-021-0/+11
| | | | | | | | PR: 196741 Submitted by: huanghwh@gmail.com Notes: svn path=/head/; revision=378291
* Allow building 10 years after 31 decembre 2004Antoine Brodin2014-12-301-0/+11
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=375863
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-161-270/+0
| | | | Notes: svn path=/head/; revision=374824
* Add an upstream patch to remove adlc's unused class FileBuffRegion.Jung-uk Kim2014-12-161-0/+270
| | | | | | | | | | | https://bugs.openjdk.java.net/browse/JDK-8041620 Note this is an attempt to fix build with upcoming Clang 3.5. Obtained from: jdk9 Notes: svn path=/head/; revision=374780
* Fix symbol mapfile for libvm.so. Note FreeBSD still uses GNU nm(1).Jung-uk Kim2014-11-191-17/+35
| | | | Notes: svn path=/head/; revision=372824
* . Update to 7u71.Greg Lewis2014-11-012-2136/+13207
| | | | Notes: svn path=/head/; revision=372038
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-3/+30
| | | | | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=371117
* . Update to 7u65.Greg Lewis2014-07-162-2236/+9701
| | | | Notes: svn path=/head/; revision=362066
* . Fix unpack200 on i386/amd64 by only swapping bytes when this is actuallyGreg Lewis2014-07-121-0/+22
| | | | | | | | | | | | | | | 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
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-271-0/+51
| | | | | | | | | | | fixes a test case in the following Apache Solr bug report. https://issues.apache.org/jira/browse/SOLR-6204 Reported by: Dawid Weiss <dawid.weiss@gmail.com> Notes: svn path=/head/; revision=359595
* Update to 7u60.Greg Lewis2014-06-073-2433/+54124
| | | | Notes: svn path=/head/; revision=356958
* - Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must beJung-uk Kim2014-05-213-0/+91
| | | | | | | | | | | | | | | | | used to print a generated PostScript file. When lpd(8) is used, lpr(1) from base must be used. Also, status command for lpc(8) requires a printer name. If no argument is specified, i.e., "/usr/sbin/lpc status", then it displays the command usage, i.e., "usage: status {all | printer ...}". Unfortunately, "usage" is interpreted as a printer name because ":" is included. Add "all" and adjust an expression for grep(1). [1] - Use /proc/curproc/file to find its executable path if available. It fixes java/icedtea-web, for example. [2] PR: ports/178856 [1] PR: java/189905 [2] Notes: svn path=/head/; revision=354761
* Include bundled header files before others. For example, this fixes buildJung-uk Kim2014-04-301-0/+28
| | | | | | | | | | | | with conflicting header files from graphics/jpeg. Note OTHER_INCLUDES or OTHER_CPPFLAGS may be used instead. However, I think this is the least intrusive change. Also, note java/openjdk6 already has a similar fix and java/openjdk8 does not need it. Tested by: Jonathan Chen (jonc at chen dot org dot nz) Notes: svn path=/head/; revision=352670
* . Fix spawning external processes from the JVM. [1]Greg Lewis2014-04-294-90/+161
| | | | | | | | | | . Remove some patches that have been merged to the upstream repository. PR: 188979, 188980 [1] Obtained from: Kurt Miller (via the upstream bsd-port repo) [1] Notes: svn path=/head/; revision=352568
* Refine the patch again. No functional change.Jung-uk Kim2014-04-211-4/+3
| | | | Notes: svn path=/head/; revision=351730
* Refine the previous patch. No functional change.Jung-uk Kim2014-04-211-2/+3
| | | | Notes: svn path=/head/; revision=351715
* Fix build with clang.Jung-uk Kim2014-04-212-0/+35
| | | | Notes: svn path=/head/; revision=351714
* . Update to 7u55.Greg Lewis2014-04-202-27186/+17525
| | | | | | | | | | . 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 the cacerts file included in the latest Linux distribution (7u55).Greg Lewis2014-04-201-0/+0
| | | | Notes: svn path=/head/; revision=351654
* . Add BSD support to PortConfig. Fixes JMX on FreeBSD.Greg Lewis2014-02-151-0/+13
| | | | | | | PR: 186636 Notes: svn path=/head/; revision=344496
* . Update to 7u51.Greg Lewis2014-02-093-148501/+73800
| | | | | | | | . 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-043-43781/+148891
| | | | | | | With hat: portmgr-lurker Notes: svn path=/head/; revision=338650
* . Update to 7u45.Greg Lewis2013-12-083-148891/+43781
| | | | Notes: svn path=/head/; revision=335863
* . Update to the latest cacerts from the 7u45 JDK release.Greg Lewis2013-12-081-0/+0
| | | | Notes: svn path=/head/; revision=335862