Commit graph

1107 commits

Author SHA1 Message Date
Greg Lewis
79644f5967 . Set LATEST_LINK to avoid conflict with other JBoss ports.
. Restrict usage of the port to JDK1.4.

PR:		62458
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2004-02-07 06:04:50 +00:00
Greg Lewis
7b2c9a4d91 . Set LATEST_LINK to avoid conflicting with other jdk ports.
Reminded by:	kris
2004-02-06 17:45:31 +00:00
Greg Lewis
2f5df15115 . It appears as though diablo is problematic on 5.x still, so default to
bootstrapping with the Linux JDK if there isn't a previously compiled
  native one.
2004-02-06 17:03:09 +00:00
Greg Lewis
73ae1039cb . Set an appropriate LATEST_LINK to avoid conflicts with other jdk ports.
Reminded by:	kris
2004-02-06 16:51:50 +00:00
Greg Lewis
fd3d5c6045 1. Take maintainership.
2. Set an approptiate LATEST_LINK to avoid conflicts with other jdk ports.

Reminded by:	kris [2]
2004-02-06 16:47:26 +00:00
Trevor Johnson
a049dd78cc Use PLIST_FILES (bento-tested, marcus-reviewed). 2004-02-06 13:12:53 +00:00
Trevor Johnson
3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Archie Cobbs
42fad40dab Upgrade to version 1.19. 2004-02-02 19:43:09 +00:00
Edwin Groothuis
533b75de68 Add NOT_FOR_ARCHS=amd64
Submitted by:	xaa+ports@timewasters.nl
2004-02-01 22:01:22 +00:00
Greg Lewis
65d738c35c . Update to 0.9.16. There are a few tweaks to the original submission.
PR:		62061
Submitted by:	Sepherosa Ziehau <sepherosa@softhome.net>
2004-02-01 07:20:14 +00:00
Mark Linimon
391b3f9f3b Fix plist.
PR:		ports/61580
Submitted by:	Simun Mikecin <sime@logos.hr> (maintainer)
2004-01-30 04:17:30 +00:00
Erwin Lansing
7a82c82ca8 Add SIZE
PR:		62076
Submitted by:	maintainer
2004-01-29 19:53:44 +00:00
Pav Lucistnik
20f602183d - Fix fetching by adding missed MASTER_SITE_SUBDIR
PR:		ports/62057
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-01-29 15:08:13 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Alexey Zelkin
ae179afb91 1. Switch 5.x version of jdk14 back to libc_r as default threading library.
We switched FreeBSD-5.x port to libkse as default threading library before
   releasing of patchset 6, but users who has most of stuff linked against
   libc_r and attempted to use jdk linked against libkse got into local hell
   of threading libraries mix.  So, rollback to libc_r by default and add
   PTHREAD_LIBS support for this port.

   IMPORTANT: In order to use libkse as threading library for jdk14 you
   have to use rtld's libmap feature or recompile your ports stuff (like
   mozilla) with libkse.

   NOTE: libkse still has issues with java debug support, so if you're going
   to use debuging (JVMDI) stuff - leave with libc_r for now.

2. Disable IPv6 support by default.  Unfortunatelly due to security reasons
   IPv4-to-IPv6 addresses mapping is disabled by default in FreeBSD-5.x, so
   those who would like to use Java Networking stuff had to manually
   enable it.  To make jdk14 port more user-friendly IPv6 is disabled now
   on compile time.  Those who need this stuff enabled have to use WITH_IPV6
   compile time option.

3. Add MINIMAL compile option.  If this option is used to build
   jdk14 port then plugin, javaws and demos stuff will not be installed
   and/or packaged.  Also (as noted in [5]) X11 runtime dependancy will
   not be registered into built package.

4. Strip runtime depends of jdk14 port.  There's no need to require open-motif
   to be runtime depends since libXm is staticly linked into libawt.so.

5. Make X11 runtime dependancy conditional (via urwfonts) in !WITHOUT_PLUGIN
   case only.  This should affect only prebuilt package users:  there's no
   need to install X11 libraries if you're going to use non-GUI stuff only
   (i.e. tomcat or jboss)

6. Add ${LOCALBASE}/lib to the deafult search path for JNI libraries.

7. Bump PORTVERSION

Reported by:	many [1]
Submitted by:	glewis [6]
Requested by:	marcus [6]
2004-01-28 14:00:27 +00:00
Alexey Zelkin
78155f931b Update license to most recent SCSL license version. 2004-01-28 13:55:23 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Greg Lewis
8837524ab6 . Unbreak the build after the recent changes to ant. I've done it slightly
differently than the PR, using the ANT_INCLUDE_SHARED_JARS variable.

PR:		61711
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer)
2004-01-23 06:26:08 +00:00
Trevor Johnson
06acd13c21 Use LS macro. 2004-01-23 05:28:50 +00:00
Oliver Eikemeier
88b0d9a0e6 move xalan-j from java to textproc
PR:		34442
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
Approved by:	linimon
2004-01-22 23:57:26 +00:00
Trevor Johnson
439b8a040c Use the CPIO macro defined in bsd.port.mk. 2004-01-22 12:18:43 +00:00
Trevor Johnson
fbd1108f49 Use the SORT macro from bsd.port.mk. 2004-01-22 11:06:02 +00:00
Alexander Langer
4bf1b98ed9 I have no idea how these features* files made the way to my machine,
but they are obviously not in the dist, so remove them from the plist and
fix build on bento.

Submitted by:	kris
2004-01-22 10:54:14 +00:00
Greg Lewis
a0c1e8baae . Add ${LOCALBASE}/lib to the default search path for JNI libraries for
HotSpot as well.
2004-01-20 19:53:55 +00:00
Greg Lewis
d0903cc2f9 . Add ${LOCALBASE}/lib to the default search path for libraries when using
JNI.

XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
     be added?  /lib is part of the default search path on Linux.

Requested by:   marcus
2004-01-19 20:38:23 +00:00
Greg Lewis
21c8a9307f . Add ${LOCALBASE}/lib to the default search path for libraries when using
JNI.

XXX: Maybe ${X11BASE}/lib and /lib (5.x dynamic root support) should also
     be added?  /lib is part of the default search path on Linux.

Requested by:	marcus
2004-01-19 19:28:40 +00:00
Greg Lewis
d278524c30 . Convert spaces to tabs. 2004-01-19 19:22:31 +00:00
Greg Lewis
da9d8db27e . More standard format for substitution in pkg-message.
. Generate a substituted pkg-message in ${WRKDIR} for packaging rather
  than just echoing it during the port install and leaving the package
  with an unsubstituted version.
2004-01-19 16:26:22 +00:00
Tilman Keskinoz
d940a6aeb1 Update to 1.2.6
PR:		61225
Submitted by:	Conor McDermottroe <mcdermc@tcd.ie>
2004-01-19 14:33:28 +00:00
Norikatsu Shigemura
58708c8147 Fix install.
Requested by:	many
2004-01-17 20:31:28 +00:00
Greg Lewis
db3bca7b78 . Check the return value of stat(2) when trying to read the javaws
configuration file and behave appropriately if its -1.  Fixes a SEGV
  caused by ignoring the return value and just carrying on.
. Bump PORTREVISION.

PR:		61392
2004-01-17 07:11:12 +00:00
Greg Lewis
b6da5a5a5c . Install an updated cacerts file. This was produced by taking the
standard 1.2.2 cacerts file and updating it with the new root
  certificates using the procedure described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
2004-01-16 22:09:55 +00:00
Greg Lewis
68c65d48be . Install an updated cacerts file. This was produced by taking the
standard 1.2.2 cacerts file and updating it with the new root
  certificates using the procedure described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
2004-01-16 20:54:02 +00:00
Greg Lewis
46a35203e5 . Adjust download instructions for new download URL. 2004-01-16 20:11:03 +00:00
Greg Lewis
28785491ce . Convert a space to a tab.
. Use a download URL which is one less hop away from the actual download.
2004-01-16 20:06:34 +00:00
Greg Lewis
382480394e . Add cacerts file missed in last commit. 2004-01-16 19:56:34 +00:00
Greg Lewis
dfc7d6bc2e . Install the cacerts file from Sun's 1.3.1_10 release to avoid some
problems associated with expired root certificates described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
2004-01-16 19:55:30 +00:00
Greg Lewis
afead5248c . Update to 1.3.1 SR6 [1]
. Install the cacerts file from Sun's 1.3.1_10 release to avoid some
  problems associated with expired root certificates described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436

PR:		59867 [1]
Submitted by:	Krzysztof Stryjek <wtp@bsdguru.org> [1]
2004-01-16 19:39:17 +00:00
Greg Lewis
258da93d21 . Install an updated cacerts file. This was produced by taking the
standard 1.2.2 cacerts file and updating it with the new root
  certificates using the procedure described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
2004-01-16 01:21:20 +00:00
Greg Lewis
7571311008 . Use the correct variables for appending to CPPFLAGS and LDFLAGS. This
also avoids grabbing the jni.h header from gcj, which really causes
  problems.
2004-01-15 20:26:36 +00:00
Greg Lewis
df0cd23644 . Update to 1.4.2 patchset 6.
. Install the cacerts file from Sun's 1.4.2_03 release to avoid some
  problems associated with expired root certificates described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436

Hopefully not objected to by:	phantom
2004-01-14 21:21:53 +00:00
Greg Lewis
ecf10fa88a . Install the cacerts file from Sun's 1.3.1_10 release to avoid some
problems associated with expired root certificates described in:

  http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsalert%2F57436
2004-01-14 19:44:47 +00:00
Alexander Langer
b0389cc5b8 Add missing rundepends to eclipse-emf (reminded by olgeni),
and fix the version number, while I'm here.
2004-01-14 08:40:45 +00:00
Ernst de Haan
863da84459 Improved download URL to be more specific. 2004-01-13 22:42:33 +00:00
Ernst de Haan
4908226c2e Improved download URL to be more specific. 2004-01-13 22:33:36 +00:00
Ernst de Haan
c9039bd5c2 Minor patch to remove bogus dependancy and to stop portlint FATAL error.
PR:		61220
Submitted by:	jonc@chen.org.nz (maintainer)
2004-01-13 21:27:46 +00:00
Alexander Langer
b04e1f2dc8 First-class GUI building tools for Eclipse 2004-01-13 18:01:13 +00:00
Alexander Langer
868bdd01eb Add Eclipse Modeling Framework 2004-01-13 17:41:00 +00:00
Alexander Langer
daff514a0a Add Eclipse XML Schema Infoset Model 2004-01-13 17:17:43 +00:00
Greg Lewis
6b28ac21da . Use MASTER_SITE_APACHE_JAKARTA to fetch the distfile.
PR:		61311
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
2004-01-13 16:19:52 +00:00
Alexander Langer
c8c449de04 Add phpeclipse_phphelp 1.0.4, PHP Eclipse Help for the Eclipse IDE
Framework.

PR:		58402
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:33:02 +00:00
Alexander Langer
87e0b7e965 Add phpeclipse_tidy 1.0.2, PHP Eclipse HTML tidier plugin for Eclipse
IDE Framework.

PR:		58401
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:18:19 +00:00
Alexander Langer
c02b4c58f6 Add phpeclipse_sql 1.0.1, PHP Eclipse SQL Utility plugin for Eclipse IDE
Framework.

PR:		58400
Submitted by:	rtdean@cytherianage.net
2004-01-13 15:05:56 +00:00
Alexander Langer
4eee38c9fc Add phpeclipse 1.0.8, PHP Eclipse adds PHP support to the Eclipse IDE
Framework.

PR:		58399
Submitted by:	rtdean@cytherianage.net
2004-01-13 14:52:53 +00:00
Ernst de Haan
553b1f8027 Log:
- Update to 2.0
- Now uses MASTER_SITE_APACHE_JAKARTAm, as it should
- Properly using PORTDOCS in pkg-plist
2004-01-12 21:27:36 +00:00
Ernst de Haan
7404b987e1 Removed share/nls/POSIX and share/nls/en_US.US-ASCII.
These were added erroneously by my build-plist script.
2004-01-12 21:19:07 +00:00
Ernst de Haan
40d3dbf236 Using MASTER_SITE_APACHE_JAKARTA.
Distfile changed name only.
2004-01-12 19:39:50 +00:00
Greg Lewis
a5307c47a4 . Update to 0.38.
PR:		61208
Submitted by:	Ronald Klop <ronald@cs.vu.nl> (maintainer)
2004-01-11 20:53:00 +00:00
Norikatsu Shigemura
d57c59a200 Add jai-imageio 1.0, which is JAI Image I/O Tools provides reader,
writer, and stream plug-ins for the Java Image I/O Framework and
Image I/O-based read and write operations for Java Advanced Imaging.

PR:		CBUG-ML/2572
Submitted by:	OISHI Masakuni <yamasa@bsdhouse.org>
Committed at:	CBUG 2004 New Year Party
2004-01-11 10:53:07 +00:00
Norikatsu Shigemura
38e6b80612 Add jai 1.1.2, which is Java Advanced Imaging (JAI) API provides
a set of object-oriented interfaces that support a simple,
high-level programming model which lets you manipulate images easily.

PR:		CBUG-ML/2572
Submitted by:	OISHI Masakuni <yamasa@bsdhouse.org>
2004-01-11 10:48:33 +00:00
Norikatsu Shigemura
46ca85118a o Print pkg-message for setting libmap.conf.
o Cosmetic change.

PR:		CBUG-ML/2572
Submitted by:	OISHI Masakuni <yamasa@bsdhouse.org>
Committed at:	CBUG 2004 New Year Party
Reviewed by:	OISHI Masakuni <yamasa@bsdhouse.org>
2004-01-11 10:38:28 +00:00
Greg Lewis
f06f7333d1 . Update to 1.3.1_10. 2004-01-11 07:00:54 +00:00
Pete Fritchman
c07e17d8bc Add eclipse-pmd 1.1.2, scan Java source code and look for potential
problems.

PR:		57956
Submitted by:	Bruno Van Den Bossche <bruno.van.den.bossche@pandora.be>
2004-01-10 04:14:06 +00:00
Alfred Perlstein
be6fe76b0a assign maintainer to java@, requested by maintainer des. 2004-01-09 12:19:12 +00:00
Norikatsu Shigemura
43cfba0a52 Update to 2.1.2.
PR:		ports/61008
Submitted by:	HASHI Hiroaki <hashiz@tomba.cskk-sv.co.jp>
2004-01-07 16:49:17 +00:00
Mark Linimon
e8d7350321 Update to 3.2.3 and enable building from source. It remains to be
determined whether or not this fixes the problem with attempting
to use JDK1.3 to run the binary (see ports/57854).

PR:		ports/60996
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2004-01-07 09:30:15 +00:00
Greg Lewis
ee92ed6602 . Update to 1.4.2-rc1. 2004-01-07 00:02:47 +00:00
Edwin Groothuis
70af86bdd5 [maintainer update] java/kaffe-devel update to 1.1.3
Upgrade to 1.1.3

PR:		ports/60762
Submitted by:	Mark Huizer <xaa+ports@timewasters.nl>
2004-01-02 22:58:53 +00:00
Alfred Perlstein
05746372fd Don't use a leading zero in PORTREVISION, it confuses the pkg* tools and
portupgrade with "missing origin".

Properly detect that the distfile doesn't exist.  We can't use
${DISTDIR}/${DISTFILES} because it's not defined until after
bsd.port.post.mk, but after inclusion of bsd.port.post.mk we
can not define IGNORE.  To fix use the already known variables
as so: ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}

Reviewed by: maintainer timeout.
PR: ports/60652
2004-01-02 19:11:16 +00:00
Ernst de Haan
dc78890adf Improved DOWNLOAD_URL. 2004-01-02 13:01:56 +00:00
Norikatsu Shigemura
58f23dcd20 Add Linux Blackdown Java3D 1.3.1, provides a set of object-oriented
interfaces that support a simple, high-level programming model.

Reviewed by:	OISHI Masakuni <yamasa@bsdhouse.org>
2003-12-30 08:58:41 +00:00
Edwin Groothuis
8361eab494 Remove java/orion again, it was a duplicate of www/orion
Gimme da pointy hat.
2003-12-29 10:37:58 +00:00
Edwin Groothuis
9b5f411bd5 [new port]: java/orion
Orion version 2.0.2 has all the features of J2EE 1.3, such
      as JSP 1.2, Servlet 2.3, EJB 2.0, Connector 1.0, client jars
      for remote and emdedded clients. The new EJB 2.0 features
      will make it easier than ever to take advantage of third party
      tools. The Orion 2.0.2 features gives you a full J2EE 1.3
      compliant Application Server with extremely good performance
      for an affordable price.

PR:		ports/60522
Submitted by:	Jerry <unidevel@yahoo.com.cn>
2003-12-29 07:16:54 +00:00
Ernst de Haan
68ea92c3cd New port: Sun JDK 1.5.x for Linux.
Current version is 1.5.0 beta 1.

See:
http://javalobby.org/thread.jspa?forumID=61&threadID=10482
2003-12-24 14:16:19 +00:00
Greg Lewis
42137ff178 . Update to 1.3.1 patchset 9. 2003-12-19 19:00:06 +00:00
Alexey Zelkin
ae130fdf6b Don't use patch release number while setting up BUILD_DEPENDS for
linux-sun-jdk.
2003-12-16 06:50:59 +00:00
Greg Lewis
642de06d76 . Update to 3.2.
PR:		59187
Submitted by:	Dave Glowacki <dglo@glowacki.dyndns.org>
2003-12-15 18:01:20 +00:00
Greg Lewis
ebaae469b6 Add a port of jaxen:
The Jaxen project is a Java XPath Engine. jaxen is a universal object model
walker, capable of evaluating XPath expressions across multiple models.
Currently supported are dom4j and JDOM .

Jaxen provides a single point for XPath expression evaluation, regardless of
the target object model, whether its dom4j, JDOM, DOM, JavaBeans, or whatnot.

WWW: http://jaxen.org

PR:		60085
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-15 16:49:25 +00:00
Greg Lewis
21ffff3ac9 . Update to jmp 0.37.
PR:		60100
Submitted by:	ronald@cs.vu.nl (maintainer)
2003-12-15 16:14:20 +00:00
Ernst de Haan
3a0061061b Update to 1.4.2_03.
Noticed by:	Andrew Edwards <andrew@shavers.co.uk>
2003-12-15 07:26:25 +00:00
Ernst de Haan
4d31ee4af9 Updated message:
- This JDK may be quite stable.
- Advice to use the native FreeBSD JDK 1.4, not the
  1.3 JDKs anymore.
2003-12-15 07:18:34 +00:00
Greg Lewis
f4cfc096bc . Simplify the documentation handling using PORTDOCS. This also means
the documentation is now handled correctly in pkg-plist.
. Use EXAMPLESDIR and JAVAJARDIR in Makefile and pkg-plist.

PR:		59022
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> (maintainer)
2003-12-09 19:43:34 +00:00
Greg Lewis
7a61260ac1 . Simplify the packing list by using PORTDOCS.
. Add support for %%JAVAJARDIR%% in pkg-plist.
. Don't define INSTALL_JAR as INSTALL_DATA, just use INSTALL_DATA.

PR:		59039
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-08 23:16:58 +00:00
Greg Lewis
080e6db266 New port jakarta-commons-primitives:
Apache Jakarta Commons Primitives provides a collection of types and utilities
optimized for working with Java primitives (boolean, byte, char, double, float,
int, long, short). Generally, the Commons-Primitives classes are faster,
smaller and easier to work with than their purely Object based alternatives.

Currently Commons Primitives is primarily composed of implementations of the
java.util collections adapted for the primitive types.

WWW: http://jakarta.apache.org/commons/primitives

PR:		59017
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-08 22:26:29 +00:00
Greg Lewis
e9a6149ae6 . Wrap the PORTDOCS setting in .if !defined(NOPORTDOCS) .. .endif.
Forgotten by:	glewis
2003-12-08 20:50:01 +00:00
Greg Lewis
0d256c5493 New port java/avalon-logkit:
LogKit is a logging toolkit designed for secure performance oriented logging in
applications.

The LogKit provides the following features:
  - Decouples LogEvent generation from LogEvent handling.
  - Is simple to use and simple to configure.
  - Designed with security in mind.
  - Allow users fine control of logging based on priority and/or category.
  - Has hierarchical logging namespace to enable inheritance of LogTargets and
    Priorities.
  - Lightweight.
  - Designed to be integrated into existing products.
  - Performance oriented.
  - Enables users to plug in filters to filter out or modify LogEvents before
    they are written out.
  - Allow users to specify the serialization format of LogEvents via
    Formatters.
  - Comes with a number of existing LogTargets to ease integration.
  - The LogKit has existed for a number years and been used in a number of
    different environments which demonstrates it's reliability and stability.

WWW: http://avalon.apache.org/logkit/index.html

PR:		59040
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
2003-12-08 19:47:25 +00:00
Jimmy Olgeni
ec15891f82 Upgrade to Eclipse 2.1.2. 2003-12-04 10:26:11 +00:00
Greg Lewis
6bd0b534a8 . Simplify packing list [1]
. Minor simplification of BUILD_DEPENDS.

PR:		59179 [1]
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer) [1]
2003-11-20 23:30:15 +00:00
Greg Lewis
fe28c4529a . Simplify the packing list [1]
. Add missing BUILD_DEPENDS entry.

PR:		59179 [1]
Submitted by:	Anton Yudin <toha@toha.org.ua> (maintainer) [1]
2003-11-20 23:21:26 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Trevor Johnson
e99ceadaf6 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 14:45:08 +00:00
Alexey Zelkin
1db29d0ac9 Fix path to patched file.
Reported by:	Nelis Lamprecht <nelis@brabys.co.za>
2003-11-12 14:11:39 +00:00
Alexey Zelkin
be57f40929 Fix bootstrap jdk detection process, so it work in case if no valid jdk
installed.  Previously BUILD_DEPENDS was not set correctly.

Add all possible choices for 1.4.1/1.4.2 JDKs while auto-detecting.
2003-11-12 12:38:03 +00:00
Alexey Zelkin
37eb6bfcea Add patch to fix build problems on 5.x system reported by many people.
It was last minute change and since this tool (unpack) is not used while
building jdk14 port, I did not paid enough attention to test this change
at -CURRENT system.  Sorry.
2003-11-12 12:13:35 +00:00
Ying-Chieh Liao
892153f481 add jfreechart 0.9.13
A free Java class library for generating charts
2003-11-12 00:53:03 +00:00
Ying-Chieh Liao
8a5ee179f9 add jcommon 0.8.8
A collection of useful classes used by JFreeChart and JFreeReport
2003-11-12 00:47:19 +00:00
Greg Lewis
8f47442883 . Update to 1.4.2_02. 2003-11-11 23:34:26 +00:00
Alexey Zelkin
371e6b4b5c Update to 1.4.2p5.
Important changes since last patchset:

. jdk14 port is now JDK 1.4.2 based!
. JavaWS distributing with jdk
. Runway problem fixed (fork() is no more problem for java apps)
. Sound support updated
. IPv6 support overhauled
. Drag'n'Drop support fixed (require open-motif mods)

As for now there's no more outstanding issues with this port!

FreeBSD port is also got a important of changes:

. optimized setup is now default (to get debuging bins/libs use WITH_DEBUG)

. bootstrap jdk autodetection.  If WITH_LINUX_BOOTSTRAP is not set, then
  it checks all known to work JDKs installed.  If nothing found, forces
  to install of linux-sun-jdk14

. Because of above change there's no NATIVE_BOOTSTRAP option anymore.  If
  native jdk14 is installed, it will be used by default.
2003-11-11 16:16:20 +00:00