aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk6
Commit message (Expand)AuthorAgeFilesLines
* - Turn off UseMembar by default. This workaround is not necessary any more.Jung-uk Kim2013-10-252-8/+108
* 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
* 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
* - Fix few mis-merges against HotSpot 23 and tie up some loose ends.Jung-uk Kim2013-10-105-70/+132
* - Remove redundant bsd.port.pre.mk.Jung-uk Kim2013-10-101-4/+2
* Add couple of compiler warning fixes. No functional change.Jung-uk Kim2013-10-091-1/+12
* Update to Build b28.Jung-uk Kim2013-10-09166-168838/+276
* Fix test option.Jung-uk Kim2013-10-081-2/+3
* Use echo correctly.Jung-uk Kim2013-10-081-14/+14
* Remove few lines added for testing at the last minute. This fixes plist.Jung-uk Kim2013-10-081-3/+0
* - Support staging.Jung-uk Kim2013-10-083-105/+190
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-201-1/+2
* - Add missing iconv USESGuido Falsi2013-09-151-1/+1
* Fix build with libc++.Jung-uk Kim2013-09-062-99/+106
* - Make ports use the libc provided iconv implementation on 10-CURRENTGuido Falsi2013-09-041-0/+7
* Bump revision for openjdk6-jre to catch up with the master port change.Jung-uk Kim2013-07-261-1/+1
* Move the fix for S6636110 to more appropriate directory. This patch is notJung-uk Kim2013-07-262-1/+0
* Fix excessive memory consumption on head amd64, this prevent the package buil...Baptiste Daroussin2013-07-253-1/+78
* - Add couple of upstreamed IcedTea6 patches for consistency.Jung-uk Kim2013-07-227-31/+123
* Fix openjdk6-jre build.Jung-uk Kim2013-07-161-1/+1
* Add multiple security patches and improvements from IcedTea6 1.12.6.Jung-uk Kim2013-07-1681-85/+91164
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-2/+2
* Use bootstrap Java instead of newly built binary to execute RMIC.Jung-uk Kim2013-05-151-0/+20
* Style change after r317320. We do not need a temporary variable any more.Jung-uk Kim2013-05-081-3/+2
* - When DISABLE_MAKE_JOBS or MAKE_JOBS_UNSAFE is set, also setBryan Drewery2013-05-041-4/+0
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-4/+0
* Add multiple security patches from IcedTea6 1.12.5.Jung-uk Kim2013-04-2548-45/+45693
* Add multiple security patches from IcedTea6 1.12.4.Jung-uk Kim2013-03-063-1/+975
* Add multiple security patches from IcedTea6 1.12.3.Jung-uk Kim2013-03-0635-4/+22744
* Add a patch to fix MulticastSocket.setInterface().Jung-uk Kim2013-02-112-0/+37
* Make sure to unset 'OS' environment variable. Some shell sets it and causesJung-uk Kim2012-11-081-1/+1
* - Remove registervm from build dependency. This hack is no longer necessaryJung-uk Kim2012-10-311-1/+0
* . Update to build 27.Greg Lewis2012-10-2923-3269/+4
* Move .endif to a better place. No functional change.Jung-uk Kim2012-10-251-1/+1
* Bump PORTREVISION for the new cacerts.Jung-uk Kim2012-10-231-1/+1
* Update CA list to Oracle Java 7u9.Alex Dupre2012-10-231-0/+0
* Remove more environment variables. These variables are never meant to beJung-uk Kim2012-10-221-4/+0
* Remove a bogus environment variable, especially for i386. This fixes buildJung-uk Kim2012-10-221-1/+0
* - Add 2012/10/16 security patches from IcedTea6 1.11.5. [1]Jung-uk Kim2012-10-1923-153/+3728
* Add a port to self-bootstrap OpenJDK6. Note the initial distfiles wereJung-uk Kim2012-10-121-4/+3
* - Explicitly set registervm as build dependency. When BOOTSTRAPJDKDIR isJung-uk Kim2012-10-101-10/+11
* Update to build 26.Jung-uk Kim2012-10-094-7714/+809
* - Sanitize user, group and permission. Inspired by openjdk7.Jung-uk Kim2012-10-091-10/+59
* Tidy up patches. No functional change.Jung-uk Kim2012-09-273-17/+21
* Use fdescfs(5) and procfs(5) consistently.Jung-uk Kim2012-09-264-102/+204
* - Override GCC used by HotSpot SA. [1]Jung-uk Kim2012-09-182-11/+29