aboutsummaryrefslogtreecommitdiff
path: root/java/openjdk6
Commit message (Collapse)AuthorAgeFilesLines
* Improve pthread cancellation and update comments.Jung-uk Kim2010-09-241-14/+34
| | | | Notes: svn path=/head/; revision=261751
* - Rewrite IcedTea6 plugin patch to improve stability of initialization/shutdownJung-uk Kim2010-09-233-42/+65
| | | | | | | | | | | | | process. Update comments in the patch accordingly. - Tidy up makefile for the plugin. Remove a hack for include path of libxul, which is correctly patched from libxul 1.9.2.9_1. Remove mozilla-plugin.pc from linker options for pkg-config. Generally speaking, NPAPI plugins do not need to link with Gecko engine directly. - Move run-time dependencies for the plugin to build-time dependencies as it is completely optional any way. Notes: svn path=/head/; revision=261729
* Introducing support for Web Start and Mozilla plugin from IcedTea6 1.9.Jung-uk Kim2010-09-166-7/+605
| | | | | | | | | | | | | | | Note the feature is turned off by default because it adds experimental and unofficial patches from icedtea.classpath.org. You need to select WEB option from config menu or define WITH_WEB variable to enable the feature. Also, note that a symlink for web browser is not created automatically with same reasoning. Thus, you need to create a symlink for your browser, e.g., ln -s ${LOCALBASE}/openjdk6/jre/lib/IcedTeadPlugin.so ~/.mozilla/plugins Remove some stale comments in package message while I am here. Notes: svn path=/head/; revision=261247
* . Respect MAKE_JOB_NUMBERS and use that to set up the number of HotSpotGreg Lewis2010-09-091-1/+7
| | | | | | | | | | | make jobs. If not, fall back to the number of CPUs, as per the current behaviour. Only the HotSpot part of the build is safe to parallelise, so leave the port marked MAKE_JOBS_UNSAFE. Notes: svn path=/head/; revision=260828
* . Port over davidxu@'s NIO selector that uses kqueue(2) from jdk16.Greg Lewis2010-08-153-9/+699
| | | | | | | . Mark as MAKE_JOBS_UNSAFE. Notes: svn path=/head/; revision=259253
* . Back out the previous revision. The port is not MAKE_JOBS_SAFE.Greg Lewis2010-08-071-4/+2
| | | | Notes: svn path=/head/; revision=258861
* . Mark MAKE_JOBS_SAFE.Greg Lewis2010-08-011-3/+5
| | | | | | | | | | . Use MAKE_JOBS_NUMBER as HOTSPOT_BUILD_JOBS. PR: 148753 Submitted by: David Naylor <naylor.b.david@gmail.com> Notes: svn path=/head/; revision=258608
* . Update to build 20.Greg Lewis2010-07-103-761/+886
| | | | | | | PR: 148202 Notes: svn path=/head/; revision=257615
* Stop downloading more sources (JAXP, JAX-WS, and JAF) from build phase andJung-uk Kim2010-05-212-1/+28
| | | | | | | | | add IcedTea project as an additional master site. This change should fix most build failures related to network problems, e.g., bootstrapping with an IPv6-enabled JDK, unreliable network connections, etc. Notes: svn path=/head/; revision=254687
* Do not add /usr/local/lib three times to DEFAULT_LIBPATH.Alex Dupre2010-05-183-5/+3
| | | | | | | Update cacerts file from Sun's JRE 6u20. Notes: svn path=/head/; revision=254555
* - Update to b19 promoted build. [1]Jung-uk Kim2010-05-175-1539/+984
| | | | | | | | | | | | | | | - Merge two additional patches from the OpenJDK BSD porting project: http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/f974aefae43d http://hg.openjdk.java.net/bsd-port/bsd-port/jdk/rev/62dc2d00133f - Add a message to note fdescfs(5) is necessary for this implementation. PR: ports/145806 [1] Discussed with: glewis, lev Notes: svn path=/head/; revision=254511
* Reset maintainer to java@.Jung-uk Kim2010-05-141-1/+1
| | | | | | | Discussed with: glewis, lev Notes: svn path=/head/; revision=254324
* - java/openjdk6: allow to build againist modern xorg (7.5)Dima Panov2010-05-021-0/+14
| | | | | | | | | PR: 145757 Submitted by: myself Approved by: mainatner timeout ( over 3 weeks) Notes: svn path=/head/; revision=253581
* Add ${LOCALBASE}/lib to java.library.path.Alex Dupre2010-01-261-2/+4
| | | | | | | | Submitted by: ale Approved by: maintainer Notes: svn path=/head/; revision=248620
* Remove unneeded '\' in COMMENT.Alex Dupre2010-01-251-1/+1
| | | | Notes: svn path=/head/; revision=248566
* - Fix a bug in 'jar' utilityAlex Dupre2010-01-215-36/+269
| | | | | | | | | | | | | | | | | | | - Add support for running regression tests - Respect LOCALBASE - Bump PORTREVISION These are the test results on: FreeBSD 6 i386: passed: 3113; failed: 29; error: 2 FreeBSD 8 amd64: passed: 3107; failed: 35; error: 2 Note: a couple of tests passed only after a few runs. Submitted by: ale Approved by: maintainer Notes: svn path=/head/; revision=248260
* Improve korean [1] and chinese font rendering.Alex Dupre2010-01-211-64/+66
| | | | | | | | Submitted by: jkim [1] Approved by: maintainer Notes: svn path=/head/; revision=248259
* - Update to b17 promoted build [1]Alex Dupre2010-01-165-2555/+2871
| | | | | | | | | | | | - Fix font rendering and update cacerts file - Add support for fastdebug jdk - Cleanup/Enhance the port [2] Submitted by: maintainer [1], ale [2] Approved by: maintainer Notes: svn path=/head/; revision=247989
* - Remove a circular dependency between openjdk6 and antAlex Dupre2010-01-132-33/+24
| | | | | | | | | | | (required to make it the default jdk port) - Remove manual fetching of unrestricted jce policy file - Other no-ops Approved by: maintainer Notes: svn path=/head/; revision=247823
* . Update to the cacerts file included in Update 17.Greg Lewis2009-12-061-0/+0
| | | | Notes: svn path=/head/; revision=245253
* Register/unregister OpenJDK6 explicitly via javavmwrapper.Jung-uk Kim2009-07-171-1/+7
| | | | | | | Reviewed by: Brian Gardner (maintainer) Notes: svn path=/head/; revision=237987
* . Restore Brian Gardner as maintainer with his new email address.Greg Lewis2009-06-031-2/+2
| | | | | | | | | | . Remove the runtime dependency on CUPS [2] PR: 134648 [2] Submitted by: dinoex@ [2] Notes: svn path=/head/; revision=235085
* . Add support for the serviceability agent (includes work by glewis@ andGreg Lewis2009-05-222-1086/+3218
| | | | | | | | | | | | | Brian Gardner). Core support needs some more work. . Install the debug build when WITH_DEBUG is set. . Change WITH_DEBUG to only build the debug build. . Eliminate the requirements for the binary plugins. . Fix some compilation errors in the debug build on 7.x. Submitted by: Kurt Miller <kurt@intricatesoftware.com> Notes: svn path=/head/; revision=234382
* . Reset maintainer to java@. I located an earlier mail from Brian that heGreg Lewis2009-05-221-5/+2
| | | | | | | | | | | | | was leaving Expert's Exchange, so I imagine email to him there is just bouncing. . Tweak the license description in COMMENT to a more standard form. . Remove USE_JAVA. The JDK bootstrap dependency is handled separately in the Makefile itself and once openjdk6 is part of bsd.java.mk USE_JAVA could make this port depend on itself (which doesn't play nice with portmaster). Notes: svn path=/head/; revision=234374
* . Allow a previously installed version of openjdk6 and jdk16 to also beGreg Lewis2009-05-221-2/+17
| | | | | | | | | | used as a bootstrap. PR: 134440 Submitted by: Jonathan Chen <jonc@chen.org.nz> Notes: svn path=/head/; revision=234373
* . Update to Build 16.Greg Lewis2009-05-093-43/+15575
| | | | | | | | | | | | . Host the patchset in the ports infrastructure rather than downloading it. . Make the port build HotSpot rather than using the one of the bootstrapping JDK (fixes a license violation). Submitted by: Kurt Miller <kurt@intricatesoftware.com> Approved by: Fixes a license violation Notes: svn path=/head/; revision=233559
* Remove WEB knob.Maho Nakata2009-03-091-1/+0
| | | | | | | | | | | OpenJDK (6 or 7) doesn't yet come with a plugin or webstart. Submitted by: Kurt Miller <lists@intricatesoftware.com> http://docs.FreeBSD.org/cgi/mid.cgi?200902251003.14760.lists Approved by: Brian Gardner <brian@experts-exchange.com> (maintainer) Notes: svn path=/head/; revision=229718
* Due to miss commit, backout distinfo.Maho Nakata2009-03-091-0/+3
| | | | Notes: svn path=/head/; revision=229717
* Fix broken on 6.Maho Nakata2009-03-092-3/+4
| | | | | | | | Spotted by: pav Approved by: Brian Gardner <brian@experts-exchange.com> (maintainer) Notes: svn path=/head/; revision=229716
* * reroll openjdk-6-src-b14-10-feb-2009.zipMaho Nakata2009-02-262-29/+30
| | | | | | | | http://lists.freebsd.org/pipermail/freebsd-java/2009-February/007917.html * Serious tests and cleaning. Notes: svn path=/head/; revision=229077
* Take a stab at fixing INDEX by adding USE_ANT.Erwin Lansing2009-02-231-0/+1
| | | | Notes: svn path=/head/; revision=228941
* Fix build.Maho Nakata2009-02-231-1/+2
| | | | | | | Spotted by: cperciva@ and QAT Notes: svn path=/head/; revision=228883
* Fix build.Maho Nakata2009-02-231-0/+1
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=228882
* Build fix.Maho Nakata2009-02-231-1/+1
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=228881
* Fix build.Maho Nakata2009-02-231-2/+3
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=228865
* OpenJDK is an open-source implementation of the Java Platform, Standard Edition.Maho Nakata2009-02-234-0/+150
The version has all of Sun's bug fixes up to JDK 6 Release 11 and should be the runtime equivelent to JDK6 Release 11. Much of the OpenJDK code is licensed under the GPL version 2 with the Classpath exception. The Java Hotspot virtual machine source code is licensed under the GPL version 2 only. OpenJDK 6 should supercede the java/jdk16 port at some point in time. WWW: http://openjdk.java.net/ Submitted by: Brian Gardner <brian@experts-exchange.com> Notes: svn path=/head/; revision=228859