summaryrefslogtreecommitdiff
path: root/java/openjdk6 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add multiple security patches from IcedTea6 1.12.3.Jung-uk Kim2013-03-0635-4/+22744
| | | | | | | | | | 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-112-0/+37
| | | | | | | | | http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/bfa676f5b5db Submitted by: oliver Notes: svn path=/head/; revision=312083
* Make sure to unset 'OS' environment variable. Some shell sets it and causesJung-uk Kim2012-11-081-1/+1
| | | | | | | | | | HotSpot build failure. PR: ports/173434 Feature safe: yes Notes: svn path=/head/; revision=307205
* - Remove registervm from build dependency. This hack is no longer necessaryJung-uk Kim2012-10-311-1/+0
| | | | | | | | | | as javavmwrapper is fixed now (r306536). - Remove an empty directory, which was missed in the previous commit. Feature safe: yes Notes: svn path=/head/; revision=306764
* . Update to build 27.Greg Lewis2012-10-2923-3269/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306592
* Move .endif to a better place. No functional change.Jung-uk Kim2012-10-251-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306397
* Bump PORTREVISION for the new cacerts.Jung-uk Kim2012-10-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306320
* Update CA list to Oracle Java 7u9.Alex Dupre2012-10-231-0/+0
| | | | | | | | | | | | Added CA: - geotrustprimarycag2 - thawteprimaryrootcag2 - verisignclass3g4ca Feature safe: yes Notes: svn path=/head/; revision=306300
* Remove more environment variables. These variables are never meant to beJung-uk Kim2012-10-221-4/+0
| | | | | | | | | overridden by the user. Feature safe: yes Notes: svn path=/head/; revision=306294
* Remove a bogus environment variable, especially for i386. This fixes buildJung-uk Kim2012-10-221-1/+0
| | | | | | | | | under certain conditions. Feature safe: yes Notes: svn path=/head/; revision=306287
* - Add 2012/10/16 security patches from IcedTea6 1.11.5. [1]Jung-uk Kim2012-10-1923-153/+3728
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://icedtea.classpath.org/hg/release/icedtea6-1.11/rev/d9564350faa6 http://blog.fuseyism.com/index.php/2012/10/19/security-icedtea-1-10-10-1-11-15-2-1-3-2-2-3-2-3-3-released/ - Completely turn off parallel build by default and remove parallel build hack for HotSpot. There were several reports that it fails to build under certain environment, ports/162991 for example. Users can still do parallel build by setting FORCE_MAKE_JOBS (and MAKE_JOBS_NUMBER if desired). - Implement os::available_memory(). Now it is consistent with "vm.vmtotal" sysctl(3) MIB rather than bogus (physical memory / 4). - Prefer sysconf(_SC_NPROCESSORS_CONF) over HW_NCPU sysctl MIB to get the number of installed processors. There is no functional difference except for CURRENT, which obtains the information from ELF aux vector. - Prefer sysconf(_SC_PHYS_PAGES) * sysconf(_SC_PAGESIZE) over HW_USERMEM sysctl MIB to get size of physical memory. Although it looks more logical to find currently available memory, it has an inevitable side-effect, i. e., it changes dynamically depending on current wired page count. Therefore, it is unpredictable and not too useful some times. For example, launcher uses the parameter to determine initial heap size and machine class for i386. Now it is more consistent with other places (and Linux JDK/JREs, including the ones we have in ports tree). - Implement os::active_processor_count() using cpuset_getaffinity(2). For example, Runtime.getRuntime().availableProcessors() now returns number of available processors for the current process as it should. - Sync. launchers (java_md.c) for HotSpot and JDK as much as possible for maintainability. As a good side-effect, launcher for i386 can now determine machine class based on the current hardware configuration. Previously, client VM was always chosen by default. - Fix CounterGet(), which is only used for debugging launcher. - Add swap info for os::print_memory_info(). Obtained from: IcedTea project [1] Feature safe: yes Notes: svn path=/head/; revision=306138
* Add a port to self-bootstrap OpenJDK6. Note the initial distfiles wereJung-uk Kim2012-10-121-4/+3
| | | | | | | | | | | bootstrapped with pre-built openjdk6 packages from FreeBSD build clusters on clean 7.4-RELEASE installation, and the ports tree was checked out at r305682. Feature safe: yes Notes: svn path=/head/; revision=305745
* - Explicitly set registervm as build dependency. When BOOTSTRAPJDKDIR isJung-uk Kim2012-10-101-10/+11
| | | | | | | | | | | manually set, this dependency may not be fulfilled. - Consistently use WRKSRC over WRKDIR where it makes sense. Although they are actually the same directory, there is no reason to confuse users. Feature safe: yes Notes: svn path=/head/; revision=305682
* Update to build 26.Jung-uk Kim2012-10-094-7714/+809
| | | | Notes: svn path=/head/; revision=305604
* - Sanitize user, group and permission. Inspired by openjdk7.Jung-uk Kim2012-10-091-10/+59
| | | | | | | - Add a slave port to create JRE-only package. Notes: svn path=/head/; revision=305596
* Tidy up patches. No functional change.Jung-uk Kim2012-09-273-17/+21
| | | | Notes: svn path=/head/; revision=304940
* Use fdescfs(5) and procfs(5) consistently.Jung-uk Kim2012-09-264-102/+204
| | | | Notes: svn path=/head/; revision=304938
* - Override GCC used by HotSpot SA. [1]Jung-uk Kim2012-09-182-11/+29
| | | | | | | | | | | | - Fix build with GCC 4.5+ on i386. [2] - Convert to the new header format. Submitted by: Claude Buisson (clbuisson at orange dot fr) [1] Obtained from: OpenJDK7 [2] http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/da880ba4edf9 Notes: svn path=/head/; revision=304470
* - Honor CC, CXX, and CPP. [1]Jung-uk Kim2012-09-182-37/+124
| | | | | | | | | - Fix build with clang. PR: ports/151042 [1] Notes: svn path=/head/; revision=304460
* - Enlist openjdk6 users as testers of ant 1.8.4 as well.Jung-uk Kim2012-09-072-3/+4
| | | | | | | | | - Set JAVACMD environment variable to point to bootstrap JDK for ant. When it is unset or empty, ant sets it by executing `which java`, which may be different from bootstrap JDK. Notes: svn path=/head/; revision=303832
* - Update security patch to fix CVE-2012-0547 and CVE-2012-1682.Jung-uk Kim2012-09-072-131/+4932
| | | | | | | - Catch up with icedtea.classpath.org server changes for distfiles. Notes: svn path=/head/; revision=303821
* - Fix multiple security vulnerabilities. [1]Jung-uk Kim2012-06-132-24/+2134
| | | | | | | | | | | - Drop version suffixes from LIB_DEPENDS. - Use the new options framework. Obtained from: IcedTea Project [1] http://icedtea.classpath.org/hg/icedtea6/rev/9aff0fc60733 Notes: svn path=/head/; revision=299207
* . Specifically reference zip/unzip in ${LOCALBASE}/bin, since that is whereGreg Lewis2012-05-271-2/+2
| | | | | | | | | | | the JDK build looks for them, but FreeBSD 9.x has them available in /usr/bin. Adjusting the JDK check is a harder fix, this will get things building again on 9.x quickly. PR: 166996 Notes: svn path=/head/; revision=297507
* . Bootstrap with ant 1.8.3.Greg Lewis2012-05-122-3/+3
| | | | Notes: svn path=/head/; revision=296469
* Update jtreg to 4.1 b04.Jung-uk Kim2012-05-092-4/+4
| | | | Notes: svn path=/head/; revision=296318
* . Update to build 25.Greg Lewis2012-05-093-791/+5
| | | | Notes: svn path=/head/; revision=296270
* . Fix the look up of time zone data when TZUPDATE is turned on and as aGreg Lewis2012-05-022-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | result turn it on by default again. This change bears a little more explanation. In UnixFileSystem.java there is a cache of canonical paths and in particular one for paths inside java.home. The problem with looking up time zone data is that if another path within java.home has been looked up then the symlink for the time zone data is not resolved (since the cache assumes there are no symlinks in java.home) and we fail to be able to open the ZoneInfoMapping file. One of the other features in UnixFileSystem is that the cache is not consulted and full resolution occurs for paths containing "." or "..". I've chosen to (ab)use this to force resolution of the time zone data directory in ZoneInfoFile.java rather than doing something like IcedTea did which was to introduce a tz.properties file where they would stash the time zone info directory rather than symlinking it in. For full reference that patch is here: http://icedtea.classpath.org/hg/icedtea6/file/tip/patches/use-system-tzdata.patch There are two main reasons I chose a bit of a hack rather than something like this. 1. I want to apply the patch to non-GPL'ed code (e.g. the jdk16 port). 2. Using updated time zone data is only an option in the port and using something like tz.properties when the option is off is clunky. Thanks to avg@ for sleuth work on finding the bug write up and the IcedTea fix. Notes: svn path=/head/; revision=295845