summaryrefslogtreecommitdiff
path: root/java/openjdk6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to b36.Jung-uk Kim2015-07-303-83/+157
| | | | | | - Fix default core file location in crash report. MFH: 2015Q3
* Use sysctl(3) instead of procfs(5) when we need executable path from PID.Jung-uk Kim2015-07-022-79/+98
| | | | MFH: 2015Q3
* - Update to b35.Jung-uk Kim2015-06-304-98/+90
| | | | - Optimize fontconfig.properties.
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Fix build without precompiled headers and apply r384056 to java/openjdk6.Jung-uk Kim2015-05-202-7/+22
| | | | | | | http://bugs.java.com/bugdatabase/view_bug.do?bug_id=7154517 Obtained from: OpenJDK project [1] MFH: 2015Q2
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-3/+2
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* Fix a mismerged file for OpenJDK6.Jung-uk Kim2015-03-241-1/+1
|
* Tidy up default fontconfig.properties.Jung-uk Kim2015-03-242-76/+80
|
* Catch up with font directory changes.Jung-uk Kim2015-03-242-24/+24
|
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-241-3/+3
| | | | | | pkg-install to a package name, as the former can't be attributed to a package
* Update to b34.Jung-uk Kim2015-01-245-5411/+351
|
* Allow building 10 years after 31 december 2004Antoine Brodin2014-12-301-0/+11
| | | | With hat: portmgr
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-162-270/+3
|
* 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
* 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)
* - Update to b33.Jung-uk Kim2014-10-174-715/+1485
| | | | - Update TimeZoneNames to tzdata2014g.
* - Update to b32.Jung-uk Kim2014-07-174-140/+309
| | | | | - Update TimeZoneNames to tzdata2014b. - Enlist openjdk6 users as testers of ant 1.9.4.
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisJung-uk Kim2014-06-272-1/+52
| | | | | | | | 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>
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* USE_XZ --> USES=tar:xz.Dmitry Sivachenko2014-06-101-2/+1
|
* Mark it as unsafe for parallel build.Jung-uk Kim2014-06-061-3/+2
|
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedJung-uk Kim2014-05-212-11/+61
| | | | | | | | | | | 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
* Actually fix the mis-merge.Jung-uk Kim2014-04-171-1/+1
|
* Fix couple of mis-merges.Jung-uk Kim2014-04-172-10/+21
|
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* Update to b31.Jung-uk Kim2014-04-163-39/+29
|
* Add an upstream patch to fix yet another fallout from HotSpot 23 merge.Jung-uk Kim2014-03-122-1/+12
| | | | | https://java.net/jira/browse/OPENJDK6-29 http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/04e4c3ec6516
* Fix missing symbols after re-appearance of converters/libiconv on 10+. ThisJung-uk Kim2014-03-112-26/+25
| | | | | | 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.
* - Sync. extremely outdated sun.util.resources.TimeZoneNames to the latestJung-uk Kim2014-03-033-50/+4946
| | | | | | 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.
* - Update to b30.Jung-uk Kim2014-01-23106-41305/+277
| | | | | - Implement sigset(2) for libjsig. All supported FreeBSD releases have it. - Turn UseMembar back on by default until we find better solution.
* Build with Apache Ant 1.9.3.Jung-uk Kim2014-01-082-3/+3
|
* Revert lang/openjdk6 to b28.Mathieu Arnold2014-01-04106-263/+41294
| | | | With hat: portmgr-lurker
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
|
* Mark as forbidden, the port is now trigering a nasty FreeBSD bug!Baptiste Daroussin2013-12-271-0/+2
| | | | A fix is being investigated
* Re-add jtreg to the distinfo.Jung-uk Kim2013-12-241-0/+2
|
* - Update to b29.Jung-uk Kim2013-12-24106-41295/+261
| | | | | | | - Tidy up signal handler. - Disable a Linux-specific hack. - Do not create stack guard for Java threads. - Implement thread CPU time.
* If /var/db/zoneinfo exists, use the file to determine timezone rather thanJung-uk Kim2013-12-112-11/+17
| | | | | | 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.
* Add multiple security patches and improvements from IcedTea6.Jung-uk Kim2013-12-04104-2/+41263
| | | | | | http://icedtea.classpath.org/hg/icedtea6/rev/e98b0ef70b26 Obtained from: IcedTea Project
* - Add throw() to all user-defined operator new()s within HotSpot becauseJung-uk Kim2013-11-092-19/+779
| | | | | | | | | 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).
* - Do not crash when unsupported options are specified. [1]Jung-uk Kim2013-11-052-62/+82
| | | | | | - Micro-optimize and tidy up some patches. PR: java/183656 [1]
* - Turn off UseMembar by default. This workaround is not necessary any more.Jung-uk Kim2013-10-252-8/+108
| | | | | - Add few minor patches related to thread ID that were mis-merged. - Add couple of minor HotSpot patches from upstream while I am here.
* Allow overriding linker flags for standard C++ libraries and zlib.Jung-uk Kim2013-10-222-9/+18
|
* Allow adding extra patches from slave ports.Jung-uk Kim2013-10-161-1/+1
|
* 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)
* Build with Apache Ant 1.9.2.Jung-uk Kim2013-10-142-3/+3
|
* Simplify compiler detection. COMPILER_TYPE must be defined since r330336.Jung-uk Kim2013-10-141-1/+1
|
* - Do not allow selecting both DEBUG and FASTDEBUG options. [1]Jung-uk Kim2013-10-122-34/+17
| | | | | | | | - 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]
* - Fix few mis-merges against HotSpot 23 and tie up some loose ends.Jung-uk Kim2013-10-105-70/+132
| | | | | - Fix build with libiconv. This problem was introduced in r330018. - Update CA list to Oracle Java 7u40. An expired CA was removed.
* - Remove redundant bsd.port.pre.mk.Jung-uk Kim2013-10-101-4/+2
| | | | | | - Convert LIB_DEPENDS to new formats. Submitted by: bar
* Add couple of compiler warning fixes. No functional change.Jung-uk Kim2013-10-091-1/+12
|