Commit graph

9 commits

Author SHA1 Message Date
Todd Vierling
8d83757fe5 Remove stray MESSAGE_SRC line; there's no such useful file in these
distfiles.
2003-07-03 14:51:28 +00:00
Todd Vierling
8fa5bdc705 Since NetBSD inherited FreeBSD's pipe(2), it is now plagued by much the
same problems (and more, as FreeBSD's fifoHack here does not work on
NetBSD 1.6.1).

Rather than make pipe(2) work the way green_threads wants, emulate the
old-style pipe-as-socketpair by calling socketpair(2) directly.
2003-07-03 02:38:36 +00:00
Todd Vierling
9aa461f7c5 Go ahead and add a LICENSE setting, and call this "scsl-2.3-license". 2003-07-02 21:10:34 +00:00
Todd Vierling
5bd1dba535 Clarify the RESTRICTED text. 2003-07-02 21:05:58 +00:00
Todd Vierling
27ceb23bf0 Fix OWN_DIRS so that the package deinstalls cleanly if no config files
are modified after installation.
2003-07-02 04:41:08 +00:00
Todd Vierling
6319fcb442 Building no longer goes through "release-bundles"; remove comment. 2003-07-02 00:58:40 +00:00
Todd Vierling
7b3a879267 Clean up install process. Make use of SUPPORT_FILES to provide a way to
customize JVM settings without clobbering (similar to lang/sun-jre13).
Use ${MACHINE_ARCH} and ${LOWER_OPSYS}.
2003-07-02 00:48:35 +00:00
Todd Vierling
62665595e1 Fix typo in comment. 2003-04-11 14:37:04 +00:00
Todd Vierling
9b8b25f1ca This is Sun's Java[tm] Development Kit, version 1.2.2, made buildable
and usable natively on NetBSD/i386 by Greg Lewis and a host of others.

===== The ANNOUNCEMENT from the patchset:

This is a new set of BETA source code patches for the JDK 1.2.2 source.
These patches are unofficial and no abuse should be directed towards the
BSD Java Porting Team for them :).  This new set (patchset 11) can be
gotten from http://www.eyesbeyond.com/freebsddom/java/jdk.html (this
message is included in the downloadable tar ball as the file ANNOUNCEMENT).

Please read the file THANKS for a list of the large number of people who
should be thanked that things have gotten this far!

The main focus of this release is as follows:

1. Support for NetBSD (Scott Bartram)

2. Support for OpenBSD (Matt Behrens, Christian Gruber).

3. JPDA support for 1.2.2.
2003-04-07 16:16:07 +00:00