summaryrefslogtreecommitdiff
path: root/java/openjdk6/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to b39.Jung-uk Kim2016-05-061-12/+26
| | | | | | | MFH: 2016Q2 Notes: svn path=/head/; revision=414705
* - Update to b36.Jung-uk Kim2015-07-301-78/+153
| | | | | | | | | - Fix default core file location in crash report. MFH: 2015Q3 Notes: svn path=/head/; revision=393281
* Use sysctl(3) instead of procfs(5) when we need executable path from PID.Jung-uk Kim2015-07-021-79/+97
| | | | | | | MFH: 2015Q3 Notes: svn path=/head/; revision=391178
* - Update to b35.Jung-uk Kim2015-06-302-93/+86
| | | | | | | - Optimize fontconfig.properties. Notes: svn path=/head/; revision=390990
* 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
* Fix build without precompiled headers and apply r384056 to java/openjdk6.Jung-uk Kim2015-05-201-0/+10
| | | | | | | | | | http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7154517 Obtained from: OpenJDK project [1] MFH: 2015Q2 Notes: svn path=/head/; revision=386893
* Fix a mismerged file for OpenJDK6.Jung-uk Kim2015-03-241-1/+1
| | | | Notes: svn path=/head/; revision=382176
* Tidy up default fontconfig.properties.Jung-uk Kim2015-03-241-75/+79
| | | | Notes: svn path=/head/; revision=382173
* Catch up with font directory changes.Jung-uk Kim2015-03-241-23/+23
| | | | Notes: svn path=/head/; revision=382061
* Update to b34.Jung-uk Kim2015-01-243-5399/+342
| | | | Notes: svn path=/head/; revision=377775
* Allow building 10 years after 31 december 2004Antoine Brodin2014-12-301-0/+11
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=375862
* 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
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-2/+27
| | | | | | | | | | | | 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 b33.Jung-uk Kim2014-10-172-696/+1478
| | | | | | | - Update TimeZoneNames to tzdata2014g. Notes: svn path=/head/; revision=371027
* - Update to b32.Jung-uk Kim2014-07-172-132/+301
| | | | | | | | - Update TimeZoneNames to tzdata2014b. - Enlist openjdk6 users as testers of ant 1.9.4. Notes: svn path=/head/; revision=362118
* 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
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim2014-05-211-9/+58
| | | | | | | | | | | | | | 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). PR: ports/178856 Notes: svn path=/head/; revision=354759
* Actually fix the mis-merge.Jung-uk Kim2014-04-171-1/+1
| | | | Notes: svn path=/head/; revision=351490
* Fix couple of mis-merges.Jung-uk Kim2014-04-171-9/+20
| | | | Notes: svn path=/head/; revision=351489
* Update to b31.Jung-uk Kim2014-04-161-34/+24
| | | | Notes: svn path=/head/; revision=351372
* Add an upstream patch to fix yet another fallout from HotSpot 23 merge.Jung-uk Kim2014-03-121-0/+11
| | | | | | | | https://java.net/jira/browse/OPENJDK6-29 http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/04e4c3ec6516 Notes: svn path=/head/; revision=348006
* Fix missing symbols after re-appearance of converters/libiconv on 10+. ThisJung-uk Kim2014-03-111-15/+15
| | | | | | | | | actually fixes java/icedtea-web because libsplashscreen.so was looking for libiconv_open() and libiconv_close() from libiconv instead of iconv_open() and iconv_close() from libc. Tidy up compiler/linker flags while I am here. Notes: svn path=/head/; revision=347893
* - Sync. extremely outdated sun.util.resources.TimeZoneNames to the latestJung-uk Kim2014-03-032-43/+4941
| | | | | | | | | tzdata 2013i from the upstream. Note we are not updating zoneinfo data here as it can be updated via java/java-zoneinfo. - Fix build with Clang 3.4 and other miscellaneous issues while I am here. Notes: svn path=/head/; revision=346976
* - Update to b30.Jung-uk Kim2014-01-23103-41196/+263
| | | | | | | | - Implement sigset(2) for libjsig. All supported FreeBSD releases have it. - Turn UseMembar back on by default until we find better solution. Notes: svn path=/head/; revision=340870
* Revert lang/openjdk6 to b28.Mathieu Arnold2014-01-04103-248/+41184
| | | | | | | With hat: portmgr-lurker Notes: svn path=/head/; revision=338646
* - Update to b29.Jung-uk Kim2013-12-24103-41184/+248
| | | | | | | | | | - Tidy up signal handler. - Disable a Linux-specific hack. - Do not create stack guard for Java threads. - Implement thread CPU time. Notes: svn path=/head/; revision=337396
* If /var/db/zoneinfo exists, use the file to determine timezone rather thanJung-uk Kim2013-12-111-10/+16
| | | | | | | | | iterating over all files under /usr/share/zoneinfo. All supported FreeBSD versions create the file with tzsetup(8). This change usually improves java.util.TimeZone performance because we only need to test just one file. Notes: svn path=/head/; revision=336136
* Add multiple security patches and improvements from IcedTea6.Jung-uk Kim2013-12-04102-0/+41159
| | | | | | | | | http://icedtea.classpath.org/hg/icedtea6/rev/e98b0ef70b26 Obtained from: IcedTea Project Notes: svn path=/head/; revision=335646
* - Add throw() to all user-defined operator new()s within HotSpot becauseJung-uk Kim2013-11-091-17/+777
| | | | | | | | | | | | Clang does not support "-fcheck-new". Note it is a backport of S8021954 (http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9758d9f36299). - Re-implement signal_name() with sys_signame(3) and adjust the comments. - Re-implement ThreadCritical with PTHREAD_MUTEX_RECURSIVE. - Fix DEBUG build with Clang on i386. Clang does not support "-gstabs". - Limit allocatable physical memory per getrlimit(2). Notes: svn path=/head/; revision=333271
* - Do not crash when unsupported options are specified. [1]Jung-uk Kim2013-11-051-61/+81
| | | | | | | | | - Micro-optimize and tidy up some patches. PR: java/183656 [1] Notes: svn path=/head/; revision=332909
* - Turn off UseMembar by default. This workaround is not necessary any more.Jung-uk Kim2013-10-251-7/+107
| | | | | | | | - Add few minor patches related to thread ID that were mis-merged. - Add couple of minor HotSpot patches from upstream while I am here. Notes: svn path=/head/; revision=331642
* Allow overriding linker flags for standard C++ libraries and zlib.Jung-uk Kim2013-10-221-7/+7
| | | | Notes: svn path=/head/; revision=331315
* Fix build on old releases where nitems() macro is not defined.Jung-uk Kim2013-10-151-2/+2
| | | | | | | Reported by: Scott Ballantyne (sdb at ssr dot com) Notes: svn path=/head/; revision=330421
* - Do not allow selecting both DEBUG and FASTDEBUG options. [1]Jung-uk Kim2013-10-121-26/+4
| | | | | | | | | | | - Re-enable -Werror for HotSpot build with GCC. - Revert couple of unnecessary local changes to reduce diff. - Add inactive pages as availble memory. Note it is a cosmetic change. PR: ports/182907 [1] Notes: svn path=/head/; revision=330107
* - Fix few mis-merges against HotSpot 23 and tie up some loose ends.Jung-uk Kim2013-10-103-31/+87
| | | | | | | | - Fix build with libiconv. This problem was introduced in r330018. - Update CA list to Oracle Java 7u40. An expired CA was removed. Notes: svn path=/head/; revision=330035
* Add couple of compiler warning fixes. No functional change.Jung-uk Kim2013-10-091-1/+12
| | | | Notes: svn path=/head/; revision=329933
* Update to Build b28.Jung-uk Kim2013-10-09163-168617/+227
| | | | Notes: svn path=/head/; revision=329926
* - Support staging.Jung-uk Kim2013-10-081-0/+71
| | | | | | | | | | - Fix fastdebug installation. - Update jtreg version to Build b05. - Refine r327353. Use an extra patch instead. - Install proper license file. OpenJDK6 has GPLv2 + "Classpath" exception. Notes: svn path=/head/; revision=329749
* Fix build with libc++.Jung-uk Kim2013-09-061-98/+105
| | | | Notes: svn path=/head/; revision=326457
* Move the fix for S6636110 to more appropriate directory. This patch is notJung-uk Kim2013-07-261-0/+0
| | | | | | | an IcedTea6 patch nor a security fix. Notes: svn path=/head/; revision=323678
* Fix excessive memory consumption on head amd64, this prevent the package ↵Baptiste Daroussin2013-07-251-0/+76
| | | | | | | | | | | | building cluster from dying when building java ports. This bug is referenced upstream here: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6636110 Submitted by: dim With hat: portmgr Notes: svn path=/head/; revision=323651
* - Add couple of upstreamed IcedTea6 patches for consistency.Jung-uk Kim2013-07-225-29/+116
| | | | | | | - Disable test_gamma by default. Notes: svn path=/head/; revision=323500
* Add multiple security patches and improvements from IcedTea6 1.12.6.Jung-uk Kim2013-07-1679-0/+90990
| | | | | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-July/023941.html Obtained from: IcedTea Project PR: ports/180541 Notes: svn path=/head/; revision=323126
* Use bootstrap Java instead of newly built binary to execute RMIC.Jung-uk Kim2013-05-151-0/+20
| | | | Notes: svn path=/head/; revision=318210
* Add multiple security patches from IcedTea6 1.12.5.Jung-uk Kim2013-04-2546-37/+45642
| | | | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-April/022985.html Obtained from: IcedTea Project Notes: svn path=/head/; revision=316529
* Add multiple security patches from IcedTea6 1.12.4.Jung-uk Kim2013-03-062-0/+972
| | | | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-March/022145.html Obtained from: IcedTea Project Notes: svn path=/head/; revision=313493
* Add multiple security patches from IcedTea6 1.12.3.Jung-uk Kim2013-03-0634-3/+22709
| | | | | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-February/021858.html http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-February/021998.html Obtained from: IcedTea Project Notes: svn path=/head/; revision=313491
* Add a patch to fix MulticastSocket.setInterface().Jung-uk Kim2013-02-111-0/+36
| | | | | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db Submitted by: oliver Notes: svn path=/head/; revision=312083
* . Update to build 27.Greg Lewis2012-10-2921-3262/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306592