summaryrefslogtreecommitdiff
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to build 22.Jung-uk Kim2011-03-014-1683/+17
| | | | Notes: svn path=/head/; revision=270073
* - Update to 1.6.4.2011010200Nicola Vitale2011-02-273-7/+31
| | | | Notes: svn path=/head/; revision=269918
* Update apache-ant to 1.8.2 bugfix release.Alex Dupre2011-02-252-3/+3
| | | | | | | | | PR: ports/154187 Submitted by: ale Approved by: portmgr (pav) Notes: svn path=/head/; revision=269691
* Fix up maintainer address.Mark Linimon2011-02-251-1/+1
| | | | Notes: svn path=/head/; revision=269622
* Update maintainer's email address.Mark Linimon2011-02-241-1/+1
| | | | | | | Noticed by: jgh@expers-exchange.com Notes: svn path=/head/; revision=269611
* Update IcedTea-Web to 1.0.1 and fix multiple security vulnerabilities.Jung-uk Kim2011-02-215-21/+1676
| | | | | | | | | | | | | | | | | CVE-2010-4469: Hotspot backward jsr heap corruption CVE-2010-4465: Swing timer-based security manager bypass CVE-2010-4472: Untrusted code allowed to replace DSIG/C14N implementation CVE-2010-4448: DNS cache poisoning by untrusted applets CVE-2010-4450: Launcher incorrect processing of empty library path entries CVE-2010-4471: Java2D font-related system property leak CVE-2010-4470: JAXP untrusted component state manipulation CVE-2011-0706: Multiple signers privilege escalation Obtained from: icedtea.classpath.org Obtained from: jaxp.java.net Notes: svn path=/head/; revision=269450
* Raise java version to 1.5+, since compiling requires 1.5 libraries.Alex Dupre2011-02-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=269320
* Fix build with jdk 1.5. The resulting jar can be used also with jdk 1.4 (moduloAlex Dupre2011-02-181-1/+3
| | | | | | | | | SASL authentication), but must be built with 1.5+. Feature safe: yes Notes: svn path=/head/; revision=269319
* Unpack files more reliably.Jung-uk Kim2011-02-175-45/+30
| | | | Notes: svn path=/head/; revision=269293
* Unpack javaws.jar properly.Jung-uk Kim2011-02-172-2/+3
| | | | Notes: svn path=/head/; revision=269291
* Update to Update 24.Jung-uk Kim2011-02-173-13/+34
| | | | Notes: svn path=/head/; revision=269287
* Update to Update 22.Jung-uk Kim2011-02-173-8/+12
| | | | Notes: svn path=/head/; revision=269286
* Fix pkg-plist to create an empty directory.Jung-uk Kim2011-02-172-0/+2
| | | | Notes: svn path=/head/; revision=269285
* - Update to Update 24.Jung-uk Kim2011-02-173-20/+82
| | | | | | | - Remove bogus post-extract target and fix pkg-plist to create directories. Notes: svn path=/head/; revision=269284
* Update to 6 Update 23 release.Alex Dupre2011-02-173-335/+369
| | | | | | | | | PR: ports/154188 Submitted by: ale Feature safe: yes Notes: svn path=/head/; revision=269281
* Update to 5.0 Update 22 release.Alex Dupre2011-02-173-7/+10
| | | | | | | | | PR: ports/154188 Submitted by: ale Feature safe: yes Notes: svn path=/head/; revision=269280
* Update to 1.4.2_19 release.Alex Dupre2011-02-173-5/+6
| | | | | | | | | PR: ports/154188 Submitted by: ale Feature safe: yes Notes: svn path=/head/; revision=269279
* Take maintainership and add LICENSE.Alex Dupre2011-02-172-8/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=269270
* Update javamail to 1.4.4 release, now open sourced!Alex Dupre2011-02-163-38/+33
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=269238
* Update to 4.6 release.Alex Dupre2011-02-142-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=269153
* . Mark as IS_INTERACTIVE since the user is prompted to accept the licenseGreg Lewis2011-02-142-3/+5
| | | | | | | | | during extract. Reported by: "Klaus T. Aehlig" <aehlig-bsd@linta.de> Notes: svn path=/head/; revision=269132
* Add experimental support for sound via ALSA pcm-oss plugin. This featureJung-uk Kim2011-02-115-44/+115
| | | | | | | | | is disabled by default because MIDI plugin for OSS does not exist, i.e., (hardware) MIDI sequencer is not supported. However, softsynth (Gervill) works fine as it uses sampled sound. Notes: svn path=/head/; revision=268954
* - Update to 1.5.1.5Frederic Culot2011-02-112-3/+3
| | | | | | | | PR: ports/154532 Submitted by: Chris Rees <utisoft AT gmail.com> (maintainer) Notes: svn path=/head/; revision=268944
* Fix a typo in the previous commit. We have more than one line now.Jung-uk Kim2011-02-111-1/+1
| | | | Notes: svn path=/head/; revision=268902
* - Implement some missing FreeBSD-specific methods, i.e., swap info, committedJung-uk Kim2011-02-114-27/+118
| | | | | | | | | | virtual memory, free physical memory, and number of open file descriptors. For example, jconsole shows more realistic numbers instead of hardcoded bogus numbers in VM Summary tab now. Correct a jtreg test case for the swap info. - Mention procfs(5) is used for some features in this implementation. Notes: svn path=/head/; revision=268901
* - Update to build 21.Jung-uk Kim2011-02-097-2585/+3507
| | | | | | | | | | | | | | | | | | | | - Improve Serviceability Agent. For example, the following should work now: jdb -connect sun.jvm.hotspot.jdi.SAPIDAttachingConnector:pid=<PID> jmap <PID> jsadebugd <PID> jstack -F <PID> jstack -m <PID> - Replace IcedTea6 1.9.x with IcedTea-Web 1.0 for web support. Note it is still tightly coupled with openjdk6 for now because we do not have proper infrastructure to decouple them yet. - Add itweb-settings (a Java Control Panel replacement for IcedTea-Web). - Add desktop integration files for web support (but not installed in default system-wide locations). Notes: svn path=/head/; revision=268830
* . Fix infinite loop in parsing certain doubles. See CVE-2010-4476.Greg Lewis2011-02-098-3/+48
| | | | Notes: svn path=/head/; revision=268829
* Update IcedTea6 web support to 1.9.4 (CVE-2010-4351).Jung-uk Kim2011-01-183-10/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=267953
* Fix a typo in the BSD patchset.Jung-uk Kim2011-01-042-2/+2
| | | | | | | | PR: ports/153421 Submitted by: Alexander Vasyanin (avasyanin at gmail dot com) Notes: svn path=/head/; revision=267395
* Also garbage collect this port, 'rmport -a' looks for portname and notRene Ladan2010-12-319-173/+0
| | | | | | | | | for category/portname. Previous note was a false alarm. 2010-12-30 java/tya: looks like abandonware and does not compile wth gcc4.2 Notes: svn path=/head/; revision=267235
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-292-2/+0
| | | | | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=267133
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-2/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* . Update to 3.0.5.Greg Lewis2010-12-252-82/+83
| | | | | | | | PR: 152712 Approved by: Gerrit Beine (maintainer) Notes: svn path=/head/; revision=266869
* Update to 1.5.0.2Max Brazhnikov2010-12-232-6/+12
| | | | | | | | | | Add license info PR: ports/153304 Submitted by: Chris Rees (maintainer) Notes: svn path=/head/; revision=266801
* . Update to checkstyle 5.3.Greg Lewis2010-12-203-47/+31
| | | | | | | . Switch to installing the prebuilt JAR. Notes: svn path=/head/; revision=266599
* - Bump PORTREVISION for previous commit, as it changes plist contentPav Lucistnik2010-12-181-0/+1
| | | | Notes: svn path=/head/; revision=266549
* . Update to Build 122.Greg Lewis2010-12-183-548/+550
| | | | Notes: svn path=/head/; revision=266545
* Update to 3.2.2 release (supporting Eclipse Helios).Alex Dupre2010-12-162-6/+5
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=266416
* Update to 1.8.1 release (supporting Eclipse Helios).Alex Dupre2010-12-162-4/+3
| | | | Notes: svn path=/head/; revision=266415
* Update to 3.6.1 release (supporting Eclipse Helios).Alex Dupre2010-12-162-5/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=266414
* Update to 2.6.1 release (supporting Eclipse Helios).Alex Dupre2010-12-162-5/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=266413
* Create equinox dropins directory (was erroneously dropped in last commit).Alex Dupre2010-12-161-0/+1
| | | | Notes: svn path=/head/; revision=266412
* - Add eclipse-aptana2Nicola Vitale2010-12-151-0/+1
| | | | Notes: svn path=/head/; revision=266344
* - Upgrade the repocopied port to new version (2.0.5.1278522500)Nicola Vitale2010-12-154-116/+96
| | | | Notes: svn path=/head/; revision=266343
* - Add CONFLICTS_INSTALL (with eclipse-aptana2)Nicola Vitale2010-12-152-1/+2
| | | | | | | - Remove MD5 checksum from distinfo Notes: svn path=/head/; revision=266342
* . Restore the ability of openjdk7 to bootstrap itself.Greg Lewis2010-12-151-1/+2
| | | | | | | | PR: 153002 Submitted by: well-wisher <regex@bk.ru> Notes: svn path=/head/; revision=266324
* . Update to Build 121.Greg Lewis2010-12-144-903/+991
| | | | Notes: svn path=/head/; revision=266309
* - Use apache-ant 1.8.1 while devel/apache-ant was updatedSunpoet Po-Chuan Hsieh2010-12-142-4/+4
| | | | | | | | | | | - Pet portlint: use tab instead of space PR: ports/152676 Submitted by: sunpoet (myself) Approved by: glewis (with java hat) Notes: svn path=/head/; revision=266277
* . Use Ant 1.8.1 to build rather than 1.7.1.Greg Lewis2010-12-142-3/+3
| | | | | | | Inspired by: ports/152676 Notes: svn path=/head/; revision=266273
* . Update to 3.6.1 (Helios).Greg Lewis2010-12-135-1173/+660
| | | | | | | Submitted by: tg Notes: svn path=/head/; revision=266264