Ernst de Haan
|
d45f258f87
|
Fixed a problem that occurred if it would look for
JDK 1.2 while the FreeBSD JDK 1.3 was not installed,
but the FreeBSD JDK 1.2 was.
Reported by: lioux
|
2002-04-02 08:57:28 +00:00 |
|
Ernst de Haan
|
6c375d5787
|
Removed an extraneous .BEGIN. It was not causing any problems,
but it was not necessary either.
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
2002-03-30 10:48:23 +00:00 |
|
Ernst de Haan
|
c1f7d64d08
|
Fixed 2 bugs related to dependencies.
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
2002-03-29 11:22:41 +00:00 |
|
Ernst de Haan
|
d53122988d
|
Added bsd.java.mk. This adds Java-specific support to ports by
means of a USE_JAVA definition. If a port does not define
USE_JAVA, then this change should not affect that port.
The purpose of this bsd.java.mk file has been extensively
discussed on the freebsd-java mailing list. The current
bsd.java.mk is based on the following specification documents:
http://www.metaverse.nl/~ernst/installing.html
http://www.metaverse.nl/~ernst/writing.html
A proposal that lead to the development of these documents and
finally the current bsd.java.mk file is:
http://www.metaverse.nl/~ernst/freebsd-java-proposal-20011116.html
The bsd.java.mk has been sent to portmgr for review. They had
no objections.
Reviewed by: portmgr@FreeBSD.org, java@FreeBSD.org
Approved by: sobomax@FreeBSD.org
|
2002-03-28 11:24:43 +00:00 |
|