summaryrefslogtreecommitdiff
path: root/java/openjdk6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-172-10/+21
| | | | Notes: svn path=/head/; revision=351489
* 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) Notes: svn path=/head/; revision=351411
* Update to b31.Jung-uk Kim2014-04-163-39/+29
| | | | Notes: svn path=/head/; revision=351372
* 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 Notes: svn path=/head/; revision=348006
* 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. Notes: svn path=/head/; revision=347893
* - 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. Notes: svn path=/head/; revision=346976
* - 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. Notes: svn path=/head/; revision=340870
* Build with Apache Ant 1.9.3.Jung-uk Kim2014-01-082-3/+3
| | | | Notes: svn path=/head/; revision=339177
* Revert lang/openjdk6 to b28.Mathieu Arnold2014-01-04106-263/+41294
| | | | | | | With hat: portmgr-lurker Notes: svn path=/head/; revision=338646
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* Mark as forbidden, the port is now trigering a nasty FreeBSD bug!Baptiste Daroussin2013-12-271-0/+2
| | | | | | | A fix is being investigated Notes: svn path=/head/; revision=337714
* Re-add jtreg to the distinfo.Jung-uk Kim2013-12-241-0/+2
| | | | Notes: svn path=/head/; revision=337397
* - 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. Notes: svn path=/head/; revision=337396
* 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. Notes: svn path=/head/; revision=336136
* 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 Notes: svn path=/head/; revision=335646
* - 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). Notes: svn path=/head/; revision=333271
* - 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] Notes: svn path=/head/; revision=332909
* - 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. Notes: svn path=/head/; revision=331642
* Allow overriding linker flags for standard C++ libraries and zlib.Jung-uk Kim2013-10-222-9/+18
| | | | Notes: svn path=/head/; revision=331315
* Allow adding extra patches from slave ports.Jung-uk Kim2013-10-161-1/+1
| | | | Notes: svn path=/head/; revision=330538
* 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
* Build with Apache Ant 1.9.2.Jung-uk Kim2013-10-142-3/+3
| | | | Notes: svn path=/head/; revision=330343
* Simplify compiler detection. COMPILER_TYPE must be defined since r330336.Jung-uk Kim2013-10-141-1/+1
| | | | Notes: svn path=/head/; revision=330338
* - 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] Notes: svn path=/head/; revision=330107
* - 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. Notes: svn path=/head/; revision=330035
* - Remove redundant bsd.port.pre.mk.Jung-uk Kim2013-10-101-4/+2
| | | | | | | | | - Convert LIB_DEPENDS to new formats. Submitted by: bar Notes: svn path=/head/; revision=330018
* 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-09166-168838/+276
| | | | Notes: svn path=/head/; revision=329926
* Fix test option.Jung-uk Kim2013-10-081-2/+3
| | | | Notes: svn path=/head/; revision=329761
* Use echo correctly.Jung-uk Kim2013-10-081-14/+14
| | | | Notes: svn path=/head/; revision=329757
* Remove few lines added for testing at the last minute. This fixes plist.Jung-uk Kim2013-10-081-3/+0
| | | | Notes: svn path=/head/; revision=329756
* - Support staging.Jung-uk Kim2013-10-083-105/+190
| | | | | | | | | | - 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
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+2
| | | | | | | java) Notes: svn path=/head/; revision=327738
* - Add missing iconv USESGuido Falsi2013-09-151-1/+1
| | | | | | | | | PR: java/182100 Submitted by: m.viey@wanadoo.fr Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327353
* Fix build with libc++.Jung-uk Kim2013-09-062-99/+106
| | | | Notes: svn path=/head/; revision=326457
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-0/+7
| | | | | | | | | | | | | after r254273 - Fix a bunch of ports to properly work after this - Mark converters/libiconv as IGNORE for systems with iconv in libc Reviewed by: bapt Approved by: portmgr (bapt) Discussed with: bapt, bsam (who both contributed ideas and code) Notes: svn path=/head/; revision=326307
* Bump revision for openjdk6-jre to catch up with the master port change.Jung-uk Kim2013-07-261-1/+1
| | | | Notes: svn path=/head/; revision=323679
* Move the fix for S6636110 to more appropriate directory. This patch is notJung-uk Kim2013-07-262-1/+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-253-1/+78
| | | | | | | | | | | | 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-227-31/+123
| | | | | | | - Disable test_gamma by default. Notes: svn path=/head/; revision=323500
* Fix openjdk6-jre build.Jung-uk Kim2013-07-161-1/+1
| | | | Notes: svn path=/head/; revision=323127
* Add multiple security patches and improvements from IcedTea6 1.12.6.Jung-uk Kim2013-07-1681-85/+91164
| | | | | | | | | | 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
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-2/+2
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* Use bootstrap Java instead of newly built binary to execute RMIC.Jung-uk Kim2013-05-151-0/+20
| | | | Notes: svn path=/head/; revision=318210
* Style change after r317320. We do not need a temporary variable any more.Jung-uk Kim2013-05-081-3/+2
| | | | Notes: svn path=/head/; revision=317715
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setBryan Drewery2013-05-041-4/+0
| | | | | | | | | | | | | | | MAKE_JOBS_NUMBER to 1. This makes it safe to do -j${MAKE_JOBS_NUMBER} without any extra logic. - Cleanup ports working around the empty MAKE_JOBS_NUMBER - This also fixes several ports that were expecting MAKE_JOBS_NUMBER to always have a number Reviewed by: bapt Spotted by: John Marino <draco@marino.st> With hat: portmgr Notes: svn path=/head/; revision=317320
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-4/+0
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* Add multiple security patches from IcedTea6 1.12.5.Jung-uk Kim2013-04-2548-45/+45693
| | | | | | | | | 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-063-1/+975
| | | | | | | | | http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2013-March/022145.html Obtained from: IcedTea Project Notes: svn path=/head/; revision=313493