Commit graph

1905 commits

Author SHA1 Message Date
Jimmy Olgeni
64b39f0d99 Upgrade to current bsd.java.mk syntax, remove commented MASTER_SITES. 2006-02-13 18:50:51 +00:00
Jimmy Olgeni
498927f480 Upgrade to version 5.0. 2006-02-13 18:38:38 +00:00
Jimmy Olgeni
bebc6ae6fa Add java/netbeans4 after repocopy.
PR:		ports/92845
2006-02-13 18:37:06 +00:00
Sam Lawrance
624b49dd63 Fix build on 4.x.
PR:		ports/93254
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2006-02-13 12:12:16 +00:00
Greg Lewis
bc1fa829db . Set the REX bits correctly on amd64. Fixes possible segfaults with
Eclipse on that platform.

  See https://bugs.eclipse.org/bugs/show_bug.cgi?id=71987

. Bump PORTREVISION.

Submitted by:	Sean McNeil <sean@mcneil.com>
2006-02-12 20:47:21 +00:00
Greg Lewis
1fd0bf2541 . Tweak the fix for linking with the system's version of zlib to just
ignore the internal zlib source files rather than having to rm them.

Submitted by:	Kurt Miller <kurt@intricatesoftware.com>
2006-02-12 20:45:18 +00:00
Greg Lewis
5954b07aaa . Link with the system libz instead of building the our own internal
copy.  This should have the following effects:

  . Fix problems experienced by programmes that dynamically create their
    own copy of the JVM and are linked against the system's zlib (e.g.,
    eclipse).
  . Reduce the potential for zlib based security problems
    affecting the JDK.

  This is similar to the patch in the PR, but was actually backported from
  the patches for the jdk15 port, so its a touch different.

PR:		92459
2006-02-12 00:28:23 +00:00
Norikatsu Shigemura
d6becae53d Update to 3.1.2.
Submitted by:	tmclaugh
References:	http://lists.freebsd.org/pipermail/freebsd-eclipse/2006-January/000327.html
Noticed by:	Panagiotis Astithas <past@ebs.gr>
2006-02-08 15:01:39 +00:00
Herve Quiroz
3d82afa955 - Update to 1.0.0 [1]
- Add 'graphics' category [2]
- Move RUN_DEPENDS [2]
- Use USE_ANT
- JAVAJARDIR -> JAVALIBDIR
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- Trim whitespaces in pkg-descr

Reported by:	thierry [1], portlint [2]
2006-02-07 10:42:32 +00:00
Anders Nordby
5223a66b16 Update changed master site and homepage URLs.
Submitted by:	demon
2006-02-07 08:23:24 +00:00
Herve Quiroz
004ebba6cc - Update to 1.0.0
- Add 'devel' category
- Use USE_ANT
- Do not set JAVA_BUILD/JAVA_RUN, just set NO_BUILD when needed
- Cleanup: remove now useless PLIST_SUB entries
- ECHO_CMD -> ECHO_MSG
- The port now installs another JAR file: jcommon-xml.jar

Tested by:	thierry
2006-02-06 23:26:40 +00:00
Jimmy Olgeni
630098b2e0 Whitespace. 2006-02-05 16:10:20 +00:00
Jimmy Olgeni
1172a018a2 Make portlint happy. 2006-02-05 16:09:33 +00:00
Simon Barner
919b2eab39 - Restrict to JDK 1.4
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
PR:		ports/92823
2006-02-05 15:25:08 +00:00
Greg Lewis
3e03d77e1b . Fix the build on amd64 (although some native libraries are missing).
. Fix a crash when trying to execute a programme via the "Run" or "Debug"
  menu items.

PR:		91825
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2006-02-02 22:02:01 +00:00
Greg Lewis
25e9cfb388 . Enable parallel compilation during the build of HotSpot. Note that we
can't use -j in general since the build of the other bits is almost
  certainly not -j safe.  If set, this will speed up the build for those
  with an SMP box. [1]
. Install the cacerts file from Sun's JDK 1.5.0_06 release rather than
  using the almost empty one that comes with the SCSL source. [2]
. Bump PORTREVISION for the second change.

PR:		87552 [1]
Submitted by:	leafy <leafy@leafy.idv.tw> [1]
Prompted by:	Panagiotis Astithas <past@ebs.gr> [2]
2006-02-02 16:27:44 +00:00
Simon Barner
4426cff80f - Update to 0.49
- From ChangeLog:
  * A deadlock fixed.
  * Better system thread handling.
  * Tables are now sortable in both ascending and descending order
  * Preferences are saved and restored.
  * Better handling of MS Windows builds.

Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
PR:		ports/92507
2006-02-02 15:34:08 +00:00
Jimmy Olgeni
15baefa084 Fix DOWNLOAD_URL.
PR:		ports/92534
Submitted by:	Edwin Groothuis <edwin(at)mavetju.org>
2006-01-31 21:04:54 +00:00
Eric Anholt
b0b76c8b1d Add missing "info" directory to dirrm list from last version update.
Reported by:	kris
2006-01-31 03:29:37 +00:00
Edwin Groothuis
672d9407e1 Fix download URL
PR:		ports/92535
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2006-01-30 20:24:01 +00:00
Edwin Groothuis
4567869b40 SHA256ify (and sometimes SIZEify)
Approved by: krion@
2006-01-30 11:30:48 +00:00
Greg Lewis
b80b742e3f . Install a desktop icon for the java/jdk15 Control Panel. [1]
. Bump PORTREVISION for this and (mostly) the previous change.

PR:		86804
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2006-01-29 21:24:59 +00:00
Mark Linimon
5172d5dc6e Update to 1.1.0.1.
Note to submitter: I've changed the last few dirrms to dirrmtrys so that
you won't try to blow away my Eclipse plugins :-)

PR:		ports/92317
Submitted by:	Jean Milanez Melo <jmelo at freebsdbrasil dot com dot br>
2006-01-29 04:35:05 +00:00
Greg Lewis
5817b9bf96 . Link with the system libz instead of building the our own internal
copy.  This should have the following effects:

  . Fix problems experienced by programmes that dynamically create their
    own copy of the JVM and are linked against the system's zlib (e.g.,
    eclipse).
  . Reduce the potential for zlib based security problems affecting the
    JDK.

Submitted by:	mi@
2006-01-28 23:41:24 +00:00
Mark Linimon
b09666fc1e - Fix possibility of "infinite make fork" when "Registering install for ..."
EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:	ports/37596 [1], ports/57259 [2], ports/63216 [3],
	ports/89448 [4], ports/89710 [5], ports/88996 [6],
	ports/89260 [7], ports/89363 [8], ports/89809 [9],
	ports/89853 [10], ports/91086 [11], ports/91710 [12],
	ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:	Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
		Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
		<jamie at thompson dot bishopston dot net>, tobez [4], Mark
		Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
		pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
		dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
		netchild [11], erwin [14]
Reviewed by:	kris, clement (partially)
2006-01-28 02:11:35 +00:00
Renato Botelho
2446c881a9 - Make it fetchable again
PR:		ports/92366
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-01-26 15:23:42 +00:00
Herve Quiroz
c5d1aa35df Fix WWW
PR:		92363
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2006-01-26 13:23:03 +00:00
Mark Linimon
f6159fbf7a Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target.  Its usage must preceed generate-plist.

This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.

Hat:		portmgr
Pointy hat:	edwin`
2006-01-23 07:04:10 +00:00
Andrey A. Chernov
0e37db4c7a This port broke INDEX building, when WITH_MOTIF is defined, fix expression
Approved by:    Panagiotis Astithas <past@ebs.gr> from freebsd-eclipse
2006-01-22 13:12:01 +00:00
Edwin Groothuis
c92c635b24 SHA256ify
Approved by: krion@
2006-01-22 12:42:24 +00:00
Edwin Groothuis
d568611c3e eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 05:52:28 +00:00
Edwin Groothuis
0416031c9b Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 02:20:05 +00:00
Eric Anholt
857d074aec Fix plist issues after last commit yet again. 2006-01-21 02:04:10 +00:00
Eric Anholt
352c008816 Fix build by updating to 1.1.7-rc1, which should be better than the previous
release, as usual (and even the previous version was from an "unstable" branch
anyway).  The release is expected to come out very soon, anyway.
2006-01-21 01:32:13 +00:00
Greg Lewis
ec6ecdd50f . Update to 1.13.1. Unbreak. 2006-01-20 17:24:28 +00:00
Greg Lewis
ba048f58a1 . Update to 3.0.1.
PR:		91576
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2006-01-20 17:05:47 +00:00
Greg Lewis
c59b2ea8a8 . Update to patchset 8. 2006-01-20 16:39:05 +00:00
Greg Lewis
56ba617df9 . Add SHA256. 2006-01-20 03:30:59 +00:00
Greg Lewis
f51c3044c2 . Make sure the mozilla library is built unless WITHOUT_MOZILLA is
explicitly specified.  Fixes a problem with the internal browser widget
  not being available.

PR:		91305
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2006-01-19 16:49:57 +00:00
Kris Kennaway
c5cfb491a3 BROKEN: Does not build 2006-01-14 09:34:07 +00:00
Kris Kennaway
16cd3f1383 BROKEN: Size mismatch 2006-01-14 09:23:38 +00:00
Greg Lewis
3400005a76 . Update to 1.5.0_06.
Submitted by:	josef@ via hq@ (packing list fixes added by me)
2006-01-13 16:42:28 +00:00
Greg Lewis
2f4041691b . Always fix up the pthread library references, even if we're not
building either native threads or HotSpot.  This is due to libcmm
  always wanting to link against a pthread library, which was causing
  problems on 7-CURRENT since it was erroneously hardwired to -lc_r.
  This should really fix the problem.

Pointed out by:	pointyhat via kris
2006-01-13 16:23:47 +00:00
Tim Bishop
5b4176b9cc - Update to 4.0.1
PR:		91142
Submitted by:	Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
2006-01-11 11:35:17 +00:00
Dirk Meyer
b30917b04a - fix build in JAILS
failed to build the jdk14 port in a jail under FreeBSD 5.4
FreeBSD 4.11 works.

The problem is that mount don't list the linprocfs,
and this make the selfcheck fail.

maintainer emailed:
So  6 Nov 2005 11:21:20 CET

Approved by:	(maintainer timeout)
2006-01-07 09:33:41 +00:00
Herve Quiroz
5c37ea82a3 Update to 1.1b5 2006-01-05 14:25:38 +00:00
Edwin Groothuis
257d466435 [patch] update java/eclipse-cdt to version 3.0.1
This patch updates java/eclipse-cdt to the latest version
	3.0.1. It also installs the native shared libraries that
	were previously missing. In order to do this the distfile
	of the cdt-sdk had to be used instead. A static pkg-plist
	is also used to help people searching through the ports
	files.

PR:		ports/89893
Submitted by:	Panagiotis Astithas <past@ebs.gr>
Approved by:	maintainer timeout
2006-01-03 03:28:05 +00:00
Edwin Groothuis
8c9da48896 Update port: java/jboss4 to 4.0.3 SP1
Update java/jboss4 to 4.0.3 SP1, which includes the usual
	bugfixes and minor tweaks. I tweaked the Makefile so that
	it can handle the SP1 version properly and while keeping
	the Makefile valid and passes portlint.

PR:		ports/91066
Submitted by:	Linh Pham <question+fbsdports@closedsrc.org>
2005-12-29 21:51:44 +00:00
Christian Brueffer
909c27e18f Add SHA256 checksum
Approved by:	markus
2005-12-23 13:02:13 +00:00
Greg Lewis
4e088b4593 . Add SHA256. 2005-12-18 09:43:18 +00:00
Greg Lewis
f14fd9fdfd . USE_ICONV is required whether we're building the web parts or not.
PR:		89512
Submitted by:	girgen
2005-12-17 16:14:48 +00:00
Sam Lawrance
34832b41ba Remove port that depends on the expired cedet-emacs20.
Reported by:	kris' index builder
2005-12-15 05:18:27 +00:00
Greg Lewis
6f887ea63e . Tell the user all the files they will need up front, instead of telling
lies about what they have and prompting them one file at a time.  This
  is a slight rewording of the submitted patch.

PR:		84644
Submitted by:	fenner
2005-12-14 16:52:32 +00:00
Tim Bishop
7083867c78 - Update to 3.1.0
PR:		88644
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer)
Approved by:	clement (mentor)
2005-12-14 08:30:23 +00:00
Edwin Groothuis
0661107733 Suspend maintainer
<plexus@snafu.de>: host mail.snafu.de[84.23.254.19] said: 550 Account Suspended
2005-12-12 09:52:56 +00:00
Greg Lewis
fa9ca78083 . Try to bandaid a build problem on 7-CURRENT. This is a legitimate fix,
and will stay in the port, but it masks an underlying problem that still
  remains.

Reported by:	pointyhat (via kris)
2005-12-11 21:59:07 +00:00
Simon Barner
b8f396f775 - Add official mastersite
- Update WWW

Submitted by:	Andreas Kohn <andreas@syndrom23.de>
PR:		ports/90234
2005-12-11 13:32:50 +00:00
Tim Bishop
5b2560de4d - Update to 2.2.4
- Use sourceforge mastersite
- Added dependency on eclipse-gef
- Automatically generate pkg-plist

PR:		88649
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer)
Approved by:	clement (mentor)
2005-12-05 12:35:10 +00:00
Greg Lewis
984e5bbcac . Add $FreeBSD$. 2005-12-03 05:27:55 +00:00
Greg Lewis
6f57346425 . "Privatise" the symbols in libzip.so to avoid conflicting with those
in the systems libz.so.  This conflict broke applications such as
  Eclipse which is linked with libz.so (via gtk+ I believe).

  This is a slightly modified version of the submitter's patch.

  A better solution may be to link with the system's libz.so and remove
  the JDK's internal zlib code altogether, but I'd like to test that a
  little more first.  Until then this solves the problem.
. Bump PORTREVISION since Eclipse seems to be quite widely used.

Submitted by:	"Arno J. Klaassen" <arno@heho.snv.jussieu.fr>
2005-12-02 22:24:01 +00:00
Greg Lewis
b3ca7b8d1b . The patch to use getaddrinfo() #ifdef'ed out too much code. Change that
to isReachable() is still available (fixes some JCK tests).

Submitted by:	Christos Zoulas
2005-12-02 22:17:15 +00:00
Greg Lewis
a65c7890f8 . Chase an updated distfile. [1]
Although this is only documentation, the changes (fixing of URLs, etc.)
  were enough for me to bump PORTREVISION.
. Add SHA256.

Submitted by:	Adam Stroud <adam.stroud@gmail.com>
2005-12-02 19:32:17 +00:00
Archie Cobbs
73a62517e9 Add missing files to pkglist. 2005-11-29 14:36:42 +00:00
Herve Quiroz
6a3be72a2b - Update to 0.6.0
" The new version delivers a cumulative update of new developments, bug
    fixes, and improvements, including an upgrade to JDK 1.4. "

- Set JAVA_VERSION=1.4+
- Add 'math' category [1]
- Use USE_ANT
- Fix COMMENT: some words seemed to be missing, turning the comment to a
  nonsense sentence
- ECHO_CMD -> ECHO_MSG
- Cleanup: remove "ex:ts=8" and uneeded targets
- Use ${FIND} | ${INSTALL_DATA} to install documentation files
- Take maintainership

Reported by:	portlint [1]
2005-11-28 16:05:36 +00:00
Archie Cobbs
0018c9fcdc Fix problem with -encoding flag.
PR:	ports/89536
2005-11-27 16:54:40 +00:00
Archie Cobbs
443a78dc20 Upgrade to version 1.4.7. 2005-11-27 16:42:42 +00:00
Archie Cobbs
b720f54605 Upgrade to 0.19; disable evolving graphical stuff for now. 2005-11-27 16:42:25 +00:00
Greg Lewis
2481baa02d . Make pkg-install install a symbolic link for the browser plugin if a
valid one doesn't currently exist.
. Add a pkg-deinstall which removes the symbolic link if this port owns it.
. Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather
  than manually using ${SED} ourselves.

Approved by:	maintainer timeout
2005-11-25 03:39:42 +00:00
Pav Lucistnik
1edb739efb - Add SHA256 2005-11-24 23:21:04 +00:00
Greg Lewis
e71c85a662 . Add $FreeBSD$. 2005-11-23 21:16:56 +00:00
Greg Lewis
44d3f3ea41 . Add SHA256. 2005-11-23 16:50:01 +00:00
Greg Lewis
e141d58fe8 . Make pkg-install install a symbolic link for the browser plugin if a
valid one doesn't currently exist.
. Add a pkg-deinstall which removes the symbolic link if this port owns it.
. Produce pkg-install and pkg-deinstall with SUB_FILES and SUB_LIST rather
  than manually using ${SED} ourselves.

Approved by:	maintainer timeout
2005-11-23 10:12:33 +00:00
Simon Barner
a6a14bcb24 - Fix plist by correctly installing and registering the port's man page [1]
- Add SHA256

Reported by:	pointyhat via kris [1]
PR:		ports/89402 [1]
Submitted by:	"Ronald Klop" <ronald@cs.vu.nl> (maintainer) [1]
2005-11-23 01:17:16 +00:00
Greg Lewis
37be2d027c . Add SHA256. 2005-11-22 06:20:35 +00:00
Greg Lewis
48583ee043 . Add SHA256.
. SIZEify.
2005-11-22 06:19:35 +00:00
Kris Kennaway
4364b9cade BROKEN: Unfetchable 2005-11-21 01:19:02 +00:00
Herve Quiroz
f83b5a9889 - Update to 0.9.9.1
- Add SHA256

PR:		89151
Submitted by:	maintainer
2005-11-16 21:44:47 +00:00
Greg Lewis
0159e9ebe4 . Add SHA256. 2005-11-16 06:05:38 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Volker Stolz
c694bd6caf - Update to 0.48
- USE_BISON

PR:		ports/88550
Submitted by:	maintainer
2005-11-14 14:51:26 +00:00
Herve Quiroz
bf9c1e1e5f Assign a new maintainer 2005-11-14 00:36:48 +00:00
Herve Quiroz
697559c7ce - Update to 1.2.3
- Add SHA256 checksum
- Bump PORTEPOCH

PR:		88909
Submitted by:	Alex Vasylenko <lxv@omut.org>
2005-11-13 17:25:40 +00:00
Alexander Nedotsukov
b21cdf2cf2 Unbreak build with cairo 1.0.
Patch by:	Andreas Kohn <andreas@syndrom23.de>
2005-11-06 12:44:04 +00:00
Jeremy Messenger
8477e3367e Chase cairo shared library update, bump the PORTREVISION. 2005-11-06 06:04:35 +00:00
Kris Kennaway
b1cf59535c Remove expired ports 2005-11-05 09:07:44 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Alex Dupre
325da450c4 Update to 3.0-rc4 release. 2005-11-03 08:30:15 +00:00
Alex Dupre
b13995d003 Commons Codec provides implementations of common encoders and decoders
such as Base64, Hex, various phonetic encodings, and URLs.

WWW: http://jakarta.apache.org/commons/codec/
2005-11-03 08:28:49 +00:00
Greg Lewis
dbc431427c . Avoid an infinite loop by ignoring JAVA_HOME if its set to the location
of the wrapper script.  I'm using a different patch than Herve submitted,
  but the idea is the same.
. Bump PORTREVISION.

Submitted by:	hq
2005-11-02 21:03:56 +00:00
Greg Lewis
5c2fd494ba . Update to 1.4.2_10. 2005-11-01 22:01:12 +00:00
Herve Quiroz
d5d6dba8e3 Update to 3.2.1
PR:		88273
Submitted by:	maintainer
2005-10-31 23:54:56 +00:00
Herve Quiroz
ed06676987 Add %%JAVA_OS%% and %%JAVA_VERSION%% to the list of substitutions
PR:		86860
Submitted by:	Loren James Rittle <rittle@latour.waar.labs.mot.com>
2005-10-30 12:47:05 +00:00
Eric Anholt
b4d5ea2f4a Fix pkg-plist from last upgrade.
Reported by:	pointyhat via kris
2005-10-23 21:30:41 +00:00
Norikatsu Shigemura
e850dfce78 New style bsd.java.mk.
Pointed out by:	hq
2005-10-23 12:07:52 +00:00
Greg Lewis
9845c7d608 . Update to 3.0.0.
. Try to make the packing list more future proof.

PR:		87672
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-10-21 22:32:08 +00:00
Greg Lewis
c778807698 . Minor clean up (removed an unused variable, white space). 2005-10-21 17:44:34 +00:00
Greg Lewis
43dfdf2f3d . Update to 1.13.0.
. Minor fixes for the packing list.

PR:		87700
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2005-10-21 17:25:44 +00:00
Greg Lewis
aeafcb01a2 . Update the required Java version.
. File off the version from the installed jars to make it possible to keep
  the same CLASSPATH between releases.
2005-10-20 07:12:51 +00:00
Greg Lewis
0f015129ae . Update to 4.0.3.
PR:		87647
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2005-10-19 23:49:56 +00:00
Greg Lewis
12ccde8f3d . Update to 1.30.
. Add another MASTER_SITE.
. Packing list is a little better, but it still needs some work.
2005-10-18 22:37:53 +00:00
Herve Quiroz
0b2143107d Fix javavmwrapper support added in last commit: the launcher now enforces
JAVA_VERSION and JAVA_OS values so that no wrong JDK can be picked up by
javavm(1).

PR:		86860
Discussed with:	Panagiotis Astithas <past@ebs.gr>
2005-10-18 02:42:04 +00:00
Eric Anholt
4493844eb3 Update to 1.1.6. Tested on i386 and amd64 -- only one regression test failure,
and on amd64!
2005-10-15 22:33:48 +00:00
Norikatsu Shigemura
ff4ffe3e99 Update to 3.1RC2.
o Fix install dependency problems.

PR:		ports/87469
Submitted by:	Mark Hobden <mark@mclgm.net>
Approved by:	maintainer no response
2005-10-15 14:14:08 +00:00
Norikatsu Shigemura
fd0bc66f9f Add eclipse-webtools 0.7, webtools for eclipse.
The Eclipse Web Tools Platform (WTP) project extends the Eclipse
platform with tools for developing J2EE Web applications.

WWW:		http://www.eclipse.org/webtools/
PR:		ports/87467
Submitted by:	Mark Hobden <mark@mclgm.net>
2005-10-15 13:54:45 +00:00
Norikatsu Shigemura
12df1acc45 Update to 1.1.1.
PR:		ports/87450
Submitted by:	Mark Hobden <mark@mclgm.net>
2005-10-15 13:39:30 +00:00
Greg Lewis
ee436a1c4c . Update to 1.3.3 (missed in the last commit somehow).
PR:		87375
Submitted by:	Ronald Klop <ronald@cs.vu.nl>
2005-10-14 01:09:20 +00:00
Greg Lewis
cc4de1bfae . Update to 1.3.3.
PR:		87375
Submitted by:	Ronald Klop <ronald@cs.vu.nl>
2005-10-14 01:08:30 +00:00
Greg Lewis
86bc551392 . Bump PORTREVISION for the last two fixes.
Approved by:	phantom (maintainer)
2005-10-13 15:19:18 +00:00
Greg Lewis
7768284774 . Switch to using XToolkit by default. According to
http://java.sun.com/j2se/1.5.0/docs/guide/awt/1.5/xawt.html

  it has some advantages over XToolkit.  Its also the default on Linux
  and Solaris will be switching to it.  Some people have reported that
  it fixes a crash in the browser plugin for them.

  Please let me know straight away if this causes problems, particularly
  with Swing, as it hasn't been extensively tested.  The web page
  mentioned above explains how to switch the toolkits dynamically so you
  can compare them.

Submitted by:	Huang wen hui <hwh@gddsn.org.cn>
                (the awt_LoadLibrary.c patch)
Approved by:	phantom (maintainer)
2005-10-13 15:18:25 +00:00
Greg Lewis
03fdfe46e6 . Fix javaws.
Approved by:	phantom (maintainer)
2005-10-13 15:12:26 +00:00
Greg Lewis
ee62db26fb . Fix javaws.
. Bump PORTREVISION.

PR:		81176
Submitted by:	"Thomas M. Hermann" <__tmh@yahoo.com>
2005-10-13 15:09:11 +00:00
Greg Lewis
3a8376fd45 . No need for ${MKDIR} ${JAVAJARDIR}, its been automatically created
by mtree for more than 3 years now.

Pointed out by:	hq
2005-10-11 15:10:45 +00:00
Mark Linimon
4a960224c0 Update maintainer's email address. 2005-10-10 04:43:53 +00:00
Mark Linimon
f8c1cfa91b Reset bouncing maintainer addresses.
Hat:		portmgr
Source:		Edwin's updated distfile tracker
2005-10-10 04:40:24 +00:00
Mark Linimon
431ff9a7d8 Pacify distfile survey. 2005-10-10 04:21:33 +00:00
Norikatsu Shigemura
ee0d30624e Update to 3.1.1.
o The language pack contains translations for
    German, Spanish, French, Italian, Japanese, Korean,
    Portuguese (Brazil), Traditional Chinese, Simplified
    Chinese, Czech, Hungarian, Polish and Russian and Arabic

Desired by:	Kazumasa Gotoh <kgotoh@cic-kk.co.jp>
2005-10-10 01:54:11 +00:00
Norikatsu Shigemura
e8066b20a5 Update to 1.12.3.
Pointed out by:	ports version check via edwin
2005-10-09 15:08:06 +00:00
Norikatsu Shigemura
0febb29e81 Update to 3.1.1.
PR:		ports/86860, ports/86900
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-10-09 14:54:21 +00:00
Norikatsu Shigemura
98bd261923 Update to 1.1.0.1 and unBROKEN(fix incomplete pkg-plist).
PR:		ports/86832
Submitted by:	Mark Hobden <mark@mclgm.net>
Committed at:	CBUG Meeting XCAST6 Festival feature with cjh@
2005-10-09 03:59:38 +00:00
Norikatsu Shigemura
fb95221ce4 Update to 3.1.1.
PR:		ports/86830
Submitted by:	Mark Hobden <mark@mclgm.net>
Committed at:	CBUG Meeting XCAST6 Festival feature with cjh@
2005-10-09 03:37:32 +00:00
Norikatsu Shigemura
4bca4a1e05 Update to 2.1.1.
PR:		ports/86828
Submitted by:	Mark Hobden <mark@mclgm.net>
Committed at:	CBUG Meeting XCAST Festival feature with cjh@
2005-10-09 03:20:19 +00:00
Archie Cobbs
5b8b84aada Update master site. 2005-10-07 18:29:42 +00:00
Herve Quiroz
debe6ca6dc Update to 3.2.0
PR:		87042
Submitted by:	maintainer
2005-10-07 18:00:40 +00:00
Mark Linimon
3a276d69bf Turn this one over to the mailing list. Note: this port has already passed
its putative expiration period, so if anyone on the list wants to save it,
they should get a PR in before the ports thaw is lifted.

Approved by:	former maintainer
2005-10-01 06:05:32 +00:00
Greg Lewis
ced39dd02a . Update to 2.2.
PR:		86640
Submitted by:	Constantino Michailidis <dinom@balstonresearch.com>
Approved by:	Panagiotis Astithas <past@ebs.gr> (maintainer)
2005-09-29 22:07:08 +00:00
Greg Lewis
cc52200b51 . Update to 1.4.2_09. 2005-09-28 18:35:43 +00:00
Norikatsu Shigemura
35e5441840 o Fix build error with WITH_MOZILA != mozilla.
o Make an Eclipse menu entry visible. (add dependency)
o Bump PORTREVISION, accodingly.

PR:		ports/86649
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-09-28 12:19:50 +00:00
Greg Lewis
b236426ae5 . Include header files from the JDK that was just built, not from the
bootstrap JDK.  This fixes using the Linux JDK to bootstrap when you
  are compiling javaws.
2005-09-27 15:23:29 +00:00
Tilman Keskinoz
5324dc1cb3 Mark BROKEN and set an EXPIRATION_DATE.
PR:		86544
Submitted by:	Manfred Riem <mriem@manorrock.org>
2005-09-27 10:37:31 +00:00
Tilman Keskinoz
91e8c23378 Mark as BROKEN (unfetchable) and set an EXPIRATION_DATE
PR:		86546
Submitted by:	Manfred Riem <mriem@manorrock.org>
2005-09-27 10:28:43 +00:00
Greg Lewis
8b64d1fa96 . Fix RUN_DEPENDS (JAVAJARDIR -> JAVALIBDIR).
. Respect NOPORTDOCS.
. Split "docs" into examples and docs as appropriate and install them in
  the relevant directories.
. Use PORTDOCS.
. Use appropriate macros in the packing list (%%JAVAJARDIR%% and
  %%EXAMPLESDIR%%) and adjust it appropriately for the previous two changes.
. Bump PORTREVISION.
2005-09-27 06:02:24 +00:00
Greg Lewis
dcf5694956 . Quieten portlint:
. Add 'devel' as a secondary category.
  . Unquote IGNORE.
. Remove unnecessary EXTRACT_SUFX setting.
. Use bsd.java.mk 2.0.
2005-09-27 05:35:48 +00:00
Greg Lewis
ec45cb198b . Update the download URL.
PR:		86547
Submitted by:	Manfred Riem <mriem@manorrock.org>
2005-09-27 04:47:49 +00:00
Tilman Keskinoz
df0a00be77 The upstream maintainer has included versioned tarballs on their own website
PR:		86593
Submitted by:	Doug Kelly (dougk) <root@dougk-ff7.net>
2005-09-26 16:20:20 +00:00
Pete Fritchman
8da1edde98 - upgrade to 2.3.5
- give maintainership to submitter
- mirror distfile on local site until upstream maintainer has versioned
  downloads available
- depend on cedet & elib instead of semantic
- use %%DOCSDIR%% in pkg-plist

Submitted by:	Doug Kelly <dougk@dougk-ff7.net>
2005-09-26 06:40:24 +00:00
Norikatsu Shigemura
a79b1c3ad3 Fix build error by wrong gtk libraries.
PR:		ports/86538
Submitted by:	Mark Hobden <markhobden@gmail.com>
2005-09-25 09:55:29 +00:00
Greg Lewis
a85aaa5c33 . Update to 1.5.0_05.
. Unpack deploy.jar [1]

PR:		86436 [1]
Submitted by:	Frank Ruell <stoerte@dreamwarrior.net> [1]
2005-09-23 16:31:07 +00:00
Herve Quiroz
d9da410366 Update to 0.9.9
PR:		86458
Submitted by:	maintainer
2005-09-22 14:23:57 +00:00
Greg Lewis
87b310dbc2 . Update to patchset 2:
. Many patches are now unnecessary as they are included in the new
    patchset.
  . The browser plugin and Java Web Start is enabled on i386 (there are
    64 bit issues with both the plugin and Mozilla/Firefox which prevent
    enabling it on amd64).
. Update the amount of disk space needed.
. Update the status of the port.
. Disable building the shared class data archive.  This broke the build
  on amd64 and appears to also be problematic on some i386 versions
  (4.11 is broken at least).  It will reappear in future, probably
  initially on a limited set of FreeBSD versions and architectures
  (6.0/i386 is reported to work).

Reviewed by:	freebsd-java@
Approved by:	maintainer timeout (1 week)
2005-09-20 20:00:08 +00:00
Greg Lewis
e0887be82f . Update to 2.0b4. 2005-09-20 19:36:48 +00:00
Greg Lewis
7b9865c0ea . Update the URL where the documentation can be downloaded.
PR:		86339
Submitted by:	Frank Ruell <stoerte@dreamwarrior.net>
2005-09-19 21:19:14 +00:00
Greg Lewis
ae6c76c843 . Update to 1.29.
. Unbreak and undeprecate.
. Temporarily take maintainership.
2005-09-15 15:54:10 +00:00
Greg Lewis
762bd1b0f1 . Fix packing list (add @dirrm forgotten in my last commit). 2005-09-15 15:34:22 +00:00
Greg Lewis
cc519a1423 . Update to 20050328.
. Remove RESTRICTED, the licence is BSD-like and the web site now claims
  it is fine for production use.
. Update pkg-descr and include the web site.
2005-09-15 15:24:38 +00:00
Mark Linimon
7a38f24fee Mark for deprecation. The distfile that is currently in the port is over
a year old and no longer archived.  This port is up for adoption.
2005-09-15 06:55:28 +00:00
Greg Lewis
946dec2130 . Fix a typo in the COMMENT. 2005-09-15 05:59:34 +00:00
Norikatsu Shigemura
5ddd31a2e0 Fix build error WITH_MOTIF.
Add a desktop meny entry under GNOME.

PR:		ports/86086
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-09-14 14:46:36 +00:00
Greg Lewis
cda2cdabd7 . Placate portlint and help tools such as 'make index' which expect the
URL in pkg-descr to start with 'WWW: '
2005-09-12 05:38:44 +00:00
Greg Lewis
558eb42ba4 . Update to 3.0.0.
PR:		85300
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-09-12 05:33:27 +00:00
Greg Lewis
1aa9870884 . Fix compilation after the recent nspr split from mozilla/firefox.
Although I can't reproduce this problem, it doesn't break anything
  for me and other users have independently verified it fixes the
  build for them.
. Remove an unnecessary patch.

PR:		85590
Submitted by:	Panagiotis Astithas <past@ebs.gr>
2005-09-08 18:11:41 +00:00