Commit graph

2857 commits

Author SHA1 Message Date
Alex Dupre
7dd390b7e7 Raise java version to 1.5+, since compiling requires 1.5 libraries.
Feature safe:	yes
2011-02-18 10:12:56 +00:00
Alex Dupre
9cc5ee991e Fix build with jdk 1.5. The resulting jar can be used also with jdk 1.4 (modulo
SASL authentication), but must be built with 1.5+.

Feature safe:	yes
2011-02-18 10:11:12 +00:00
Jung-uk Kim
a85b35a545 Unpack files more reliably. 2011-02-17 22:48:52 +00:00
Jung-uk Kim
af9765b8b4 Unpack javaws.jar properly. 2011-02-17 21:31:18 +00:00
Jung-uk Kim
2bea8c6c0d Update to Update 24. 2011-02-17 19:58:15 +00:00
Jung-uk Kim
7a9a9978ac Update to Update 22. 2011-02-17 19:57:38 +00:00
Jung-uk Kim
644866ad39 Fix pkg-plist to create an empty directory. 2011-02-17 19:02:42 +00:00
Jung-uk Kim
429ad3a935 - Update to Update 24.
- Remove bogus post-extract target and fix pkg-plist to create directories.
2011-02-17 18:43:58 +00:00
Alex Dupre
f8ad490b33 Update to 6 Update 23 release.
PR:		ports/154188
Submitted by:	ale
Feature safe:	yes
2011-02-17 14:32:20 +00:00
Alex Dupre
9e176a5083 Update to 5.0 Update 22 release.
PR:		ports/154188
Submitted by:	ale
Feature safe:	yes
2011-02-17 14:31:28 +00:00
Alex Dupre
b1973357c9 Update to 1.4.2_19 release.
PR:		ports/154188
Submitted by:	ale
Feature safe:	yes
2011-02-17 14:30:42 +00:00
Alex Dupre
ee5d71dcec Take maintainership and add LICENSE.
Feature safe:	yes
2011-02-17 08:31:22 +00:00
Alex Dupre
f26ad30b86 Update javamail to 1.4.4 release, now open sourced!
Feature safe:	yes
2011-02-16 11:07:51 +00:00
Alex Dupre
017e8a26d5 Update to 4.6 release.
Feature safe:	yes
2011-02-14 15:13:49 +00:00
Greg Lewis
5ba5b607dc . Mark as IS_INTERACTIVE since the user is prompted to accept the license
during extract.

Reported by:	"Klaus T. Aehlig" <aehlig-bsd@linta.de>
2011-02-14 06:40:26 +00:00
Jung-uk Kim
27acea6b21 Add experimental support for sound via ALSA pcm-oss plugin. This feature
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.
2011-02-11 22:02:37 +00:00
Frederic Culot
fc527a4fde - Update to 1.5.1.5
PR:		ports/154532
Submitted by:	Chris Rees <utisoft AT gmail.com> (maintainer)
2011-02-11 18:57:32 +00:00
Jung-uk Kim
e8d545eb90 Fix a typo in the previous commit. We have more than one line now. 2011-02-11 00:44:44 +00:00
Jung-uk Kim
6ac447dee9 - Implement some missing FreeBSD-specific methods, i.e., swap info, committed
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.
2011-02-11 00:41:48 +00:00
Jung-uk Kim
680336afad - Update to build 21.
- 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).
2011-02-09 20:00:38 +00:00
Greg Lewis
4b97549646 . Fix infinite loop in parsing certain doubles. See CVE-2010-4476. 2011-02-09 17:13:40 +00:00
Jung-uk Kim
472d2585b8 Update IcedTea6 web support to 1.9.4 (CVE-2010-4351).
Feature safe:	yes
2011-01-18 19:28:11 +00:00
Jung-uk Kim
32105f4cb5 Fix a typo in the BSD patchset.
PR:		ports/153421
Submitted by:	Alexander Vasyanin (avasyanin at gmail dot com)
2011-01-04 22:54:58 +00:00
Rene Ladan
97edbbeb02 Also garbage collect this port, 'rmport -a' looks for portname and not
for category/portname. Previous note was a false alarm.

2010-12-30 java/tya: looks like abandonware and does not compile wth gcc4.2
2010-12-31 17:49:30 +00:00
Philip M. Gollucci
116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00
Sunpoet Po-Chuan Hsieh
a32defea5d - Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here

PR:		ports/152844
Submitted by:	sunpoet (myself)
Approved by:	miwi (with portmgr hat)
2010-12-25 16:55:41 +00:00
Greg Lewis
93820d9e07 . Update to 3.0.5.
PR:		152712
Approved by:	Gerrit Beine (maintainer)
2010-12-25 06:53:15 +00:00
Max Brazhnikov
68c2f26fcf Update to 1.5.0.2
Add license info

PR:		ports/153304
Submitted by:	Chris Rees (maintainer)
2010-12-23 18:49:49 +00:00
Greg Lewis
7d1cf7c700 . Update to checkstyle 5.3.
. Switch to installing the prebuilt JAR.
2010-12-20 01:45:24 +00:00
Pav Lucistnik
583b78cf14 - Bump PORTREVISION for previous commit, as it changes plist content 2010-12-18 10:38:46 +00:00
Greg Lewis
7bcb7b5573 . Update to Build 122. 2010-12-18 08:59:20 +00:00
Alex Dupre
21c12b6990 Update to 3.2.2 release (supporting Eclipse Helios).
Approved by:	maintainer
2010-12-16 09:14:04 +00:00
Alex Dupre
a743135666 Update to 1.8.1 release (supporting Eclipse Helios). 2010-12-16 09:13:32 +00:00
Alex Dupre
51f838b1b3 Update to 3.6.1 release (supporting Eclipse Helios).
Approved by:	maintainer
2010-12-16 09:13:02 +00:00
Alex Dupre
ed71a18770 Update to 2.6.1 release (supporting Eclipse Helios).
Approved by:	maintainer
2010-12-16 09:12:29 +00:00
Alex Dupre
e74309fa06 Create equinox dropins directory (was erroneously dropped in last commit). 2010-12-16 09:11:45 +00:00
Nicola Vitale
8d78a53c98 - Add eclipse-aptana2 2010-12-15 13:41:50 +00:00
Nicola Vitale
f27a6c537d - Upgrade the repocopied port to new version (2.0.5.1278522500) 2010-12-15 13:40:24 +00:00
Nicola Vitale
aeddf8c1a5 - Add CONFLICTS_INSTALL (with eclipse-aptana2)
- Remove MD5  checksum from distinfo
2010-12-15 13:32:29 +00:00
Greg Lewis
4617d3ba40 . Restore the ability of openjdk7 to bootstrap itself.
PR:		153002
Submitted by:	well-wisher <regex@bk.ru>
2010-12-15 06:08:55 +00:00
Greg Lewis
be29271c63 . Update to Build 121. 2010-12-14 23:37:29 +00:00
Sunpoet Po-Chuan Hsieh
b78b29aa13 - Use apache-ant 1.8.1 while devel/apache-ant was updated
- Pet portlint: use tab instead of space

PR:		ports/152676
Submitted by:	sunpoet (myself)
Approved by:	glewis (with java hat)
2010-12-14 07:31:03 +00:00
Greg Lewis
74bdb145ad . Use Ant 1.8.1 to build rather than 1.7.1.
Inspired by:	ports/152676
2010-12-14 06:38:39 +00:00
Greg Lewis
0250a1de37 . Update to 3.6.1 (Helios).
Submitted by:	tg
2010-12-13 21:05:04 +00:00
Greg Lewis
c704da9e15 . Make rlen a size_t instead of an int. Fixes a crash on 64 bit architectures.
Pointed out by:	Nikolay Denev <ndenev@gmail.com>
2010-12-13 08:59:52 +00:00
Greg Lewis
d8d72b8bcd . Update to tzudpater 1.3.34. 2010-12-13 07:39:57 +00:00
Greg Lewis
7412291cc2 . Update to tzupdater 1.3.34. 2010-12-13 06:26:42 +00:00
Greg Lewis
a718e24af5 . Update to tzupdater 1.3.34. 2010-12-13 04:27:53 +00:00
Wen Heping
d5ad837c10 - Fix the fetch error
Reported by:	QAT@
2010-12-13 00:59:55 +00:00
Herve Quiroz
0a01794a4d - Update to 1.2
- Use binary distribution

PR:		152767
Submitted by:	glewis
2010-12-12 15:07:56 +00:00