non port: Mk/bsd.java.mk |
SVNWeb
|
Number of commits found: 134 (showing only 34 on this page) |
Wed, 3 Sep 2003
|
[ 16:29 glewis ]
. Add support for the new diablo-jdk13 port. This will be the default
JDK 1.3 port for any 1.3 dependencies.
Approved by: znerd
|
Fri, 18 Jul 2003
|
[ 14:31 znerd ]
Sun JDK 1.4 for Linux is now 1.4.2, not 1.4.1.
|
Thu, 1 May 2003
|
[ 16:50 glewis ]
. Remove an erroneous check that limited USE_JAVA to the form X.Y+. The
form X.Y is also allowed. A similar check is performed later in the
file which will catch bogus versions of both forms.
Reviewed by: znerd
|
Wed, 16 Apr 2003
|
[ 15:31 phantom ]
Bad idea to have cvsup/conflict reminder about not-committed changes, but...
complete previous commit by adding support of Blackdown and IBM 1.4.1 JDKs
(existing in ports tree for long time), add support for Sun JDK 1.2.2 and
fix/update comments appropriately to this and previous Maxim's commits.
|
Tue, 15 Apr 2003
|
[ 17:13 sobomax ]
Add support for native JDK 1.4.1 port.
|
Mon, 18 Nov 2002
|
[ 13:00 znerd ]
Defining JAVASHAREDIR and JAVAJARDIR. If they're already set,
they will not be overridden.
Reviewed by: freebsd-java
Approved by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Dave Glowacki <dglo@hyde.ssec.wisc.edu>
|
Thu, 14 Nov 2002
|
[ 15:18 znerd ]
Only using Jikes if NO_BUILD is not set.
Requested by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
Mon, 14 Oct 2002
|
[ 19:16 znerd ]
Fixed support for Blackdown JDK 1.3.x.
Submitted by: Seamus Venasse <Seamus.Venasse@polaris.ca>
|
Tue, 17 Sep 2002
|
[ 09:12 znerd ]
Now supports the Sun JDK 1.4.1 for Linux instead of 1.4.0.
|
[ 09:03 znerd ]
Fixed support for Blackdown JDK 1.3 for Linux.
Submitted by: Seamus Venasse <Seamus.Venasse@gov.yk.ca>
|
Mon, 12 Aug 2002
|
[ 12:59 znerd ]
Again changed the order within some lists for estetical reasons.
|
[ 11:02 znerd ]
Added Blackdown JDK 1.4.1 for Linux.
See also:
http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
|
[ 10:57 znerd ]
Changed the order within a list for estetical reasons.
|
Sat, 10 Aug 2002
|
[ 10:54 znerd ]
Changed the installation directory of the Sun JDK 1.4.x
for Linux from linux-sun-jdk1.4.0.01 to linux-sun-jdk1.4.0.
This is more like the installation directories for the other
JDK ports.
PR: 41424
|
[ 10:47 znerd ]
Changed the installation directory of the Sun JDK 1.4.x for Linux
to linux-sun-jdk1.4.0.01.
PR: 41424
|
[ 10:31 znerd ]
Changed the installation directory of the Sun JDK 1.3.x for Linux to
linux-sun-jdk1.3.1.
PR: 41424
|
[ 09:03 znerd ]
Now correctly looks for the Blackdown JDK 1.2 for Linux in
${LOCALBASE}/linux-blackdown-jdk1.2.2.
|
Wed, 7 Aug 2002
|
[ 20:36 znerd ]
Fixed support for the Sun JDK 1.2.2 for Linux. The installation
directory for that JDK was changed on June 13.
See:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/linux-sun-jdk12/Makefile?rev=1.7&content-type=text/x-cvsweb-markup
|
Tue, 25 Jun 2002
|
[ 13:12 znerd ]
Changed the installation directory of the Sun JDK 1.4 for Linux
to ${LOCALBASE}/linux-jdk1.4.0.01.
Noticed by: phantom
|
Tue, 18 Jun 2002
|
[ 13:14 znerd ]
Removed step 2 which used to check that the JDK ports actually
exists. This unbreaks porteasy.
Reported by: des
|
Wed, 12 Jun 2002
|
[ 20:51 znerd ]
Matches new names and locations of JDK ports.
Now also checks that all the JDK ports actually exist.
|
Mon, 13 May 2002
|
[ 12:25 znerd ]
Fixed typo.
Noticed by: Alex Dupre <sysadmin@alexdupre.com>
PR: 37933
|
Thu, 9 May 2002
|
[ 11:00 znerd ]
Blackdown JDK 1.3.1 for Linux added.
Requested by: Tim Schafer <tim@agship.com>
PR: 37875
|
[ 10:09 znerd ]
Now matches the new installation directory of the
Sun JDK 1.2.x for Linux.
|
Thu, 2 May 2002
|
[ 12:46 znerd ]
Refactoring applied. One extra stage is introduced in which
it is decided what JDK ports have been installed.
Tested with: java/jdom net/spread
Reviewed requested from: java@FreeBSD.org ports@FreeBSD.org
Reviewed by: John Merryweather Cooper <john_m_cooper@yahoo.com>
|
Sat, 27 Apr 2002
|
[ 00:18 znerd ]
Introduction of NEED_JAVAC knob in bsd.java.mk, stage 3.
NEED_JAVAC now actually defaults to NO.
Tested with: net/spread
lang/kawa
java/jdom
|
Fri, 26 Apr 2002
|
[ 23:39 znerd ]
Add support for the Sun JDK 1.2.
Also fix one NEED_JAVAC related bug/typo.
|
[ 23:23 znerd ]
Update to IBM JDK 1.3.1 (cxia32131-20020302).
PR: 37397
Submitted by: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
|
[ 22:30 znerd ]
Introduction of NEED_JAVAC knob in bsd.java.mk, stage 2.
All ports that need a Java compiler (either 'javac' or
'jikes') should from now on define NEED_JAVAC.
|
Thu, 4 Apr 2002
|
[ 23:01 znerd ]
Some small improvements. Added some comments at the top
summarizing the stages. Identified a sixth stage. Renamed the
JDK_FILE setting to _JDK_FILE, for consistency with other
settings that are only used internally in the mk file.
Tested with: jakarta-tomcat-3.3.1_7 (www/jakarta-tomcat3),
jakarta-tomcat-4.0.3_3 (www/jakarta-tomcat),
orion-1.5.2_17 (www/orion)
|
Tue, 2 Apr 2002
|
[ 08:57 znerd ]
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
|
Sat, 30 Mar 2002
|
[ 10:48 znerd ]
Removed an extraneous .BEGIN. It was not causing any problems,
but it was not necessary either.
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
Fri, 29 Mar 2002
|
[ 11:22 znerd ]
Fixed 2 bugs related to dependencies.
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
Thu, 28 Mar 2002
|
[ 11:24 znerd ]
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
|
Number of commits found: 134 (showing only 34 on this page) |