aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.java.mk
Commit message (Expand)AuthorAgeFilesLines
* - Remove CVS referenceMartin Wilke2013-05-201-1/+1
* . Split a long comment line.Greg Lewis2013-04-261-2/+3
* . Replace the use of != and shell utilities with actual make logic. ThisGreg Lewis2013-04-261-25/+36
* . Fix all of the ports which still have as a version requirementGreg Lewis2012-12-111-3/+3
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-111-23/+6
* - Remove emacs mode, -*- mode: ...; -*- [1]Martin Wilke2012-05-231-1/+1
* . Instead of bailing when we hit a possibly conflicting variable beingGreg Lewis2012-04-131-2/+2
* . Add support for the new linux-sun-jdk17 port.Greg Lewis2012-02-091-0/+3
* . Make the openjdk6 port the preferred JDK by default.Greg Lewis2012-02-071-5/+1
* . Make commented examples reference 1.6 (the current default) rather than 1.5.Greg Lewis2011-09-051-6/+6
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-86/+15
* - Unregister expired java/jdk14Rene Ladan2011-06-291-5/+2
* Update the list of possible values for JDK vendor in the header commentsHerve Quiroz2011-02-121-1/+2
* . Add support for the openjdk7 port.Greg Lewis2010-01-151-4/+9
* . Add support for openjdk6 as a possible JDK.Greg Lewis2009-05-221-1/+5
* . Add diablo-jdk16 and make it the default on 6.x and 7.x.Greg Lewis2008-08-181-5/+7
* Major optimizations for 'make index' and other recursive traversalKris Kennaway2008-07-201-33/+49
* Remove support for Java 1.1 and 1.2 in the ports treeHerve Quiroz2007-10-281-36/+12
* . Remove a check for OSVERSION >= 500000 since this is now true for allGreg Lewis2007-10-071-1/+1
* . Enforce NO_JIKES when 1.6 is required as well.Greg Lewis2007-08-061-2/+3
* . Support for the JDK 1.6 ports.Greg Lewis2007-08-061-2/+8
* . Remove references to deprecated, forbidden and expired port of theGreg Lewis2007-06-061-3/+0
* * Refine some comments about Linux emulation [1]Mark Linimon2007-03-061-10/+3
* bsd.port.mkPav Lucistnik2007-01-311-58/+8
* . Add an entry for the linux-sun-jdk15 port.Greg Lewis2007-01-231-1/+4
* Convert whitespaces to tabsHerve Quiroz2006-10-081-6/+6
* . Prefer diablo-jdk15 on 5.x/i386, 6.x/i386 and 6.x/amd64 and jdk15Greg Lewis2006-09-151-3/+2
* . Remove the entry for the defunct diablo-jdk13 port.Greg Lewis2006-04-251-3/+0
* . Add an entry for the new Diablo Caffe (JDK) 1.5.0 binary.Greg Lewis2006-04-071-2/+7
* * Add bsd.database.mk [1]Clement Laforet2005-11-081-7/+2
* Disable the use of Jikes when using Java 1.5 because the current stable versionHerve Quiroz2005-11-041-0/+5
* . Prefer jdk15 over jdk14 on amd64 since the latter isn't supported onGreg Lewis2005-10-041-0/+4
* Fix typo in header documentationHerve Quiroz2005-07-151-1/+1
* Add JAVA_VERSION, JAVA_OS and JAVA_VENDOR to SUB_LIST.Herve Quiroz2005-02-281-0/+9
* Fix a typo in header documentationHerve Quiroz2005-02-251-1/+1
* Fix a typoHerve Quiroz2005-02-101-1/+1
* Add minimal support for jdk 1.5Alexey Zelkin2005-01-201-3/+6
* Add Java related substitutions to SUB_LIST: JAVASHAREDIR, JAVAJARDIR andHerve Quiroz2004-12-191-2/+5
* . Default 4.x to jdk14 as the Diablo JDK has been marked FORBIDDEN.Greg Lewis2004-12-051-3/+1
* When USE_ANT is defined, JAVA_BUILD is automatically set to 'jdk' but thisHerve Quiroz2004-11-301-8/+10
* Ports that use USE_ANT will now automatically build with Jikes if available andHerve Quiroz2004-11-091-0/+3
* Additional error checking: check for defined variables that should not be. WithHerve Quiroz2004-11-071-0/+9
* . Update the location the linux-ibm-jdk14 port installs into based on itsGreg Lewis2004-09-101-1/+1
* . java/javavmwrapper now uses JAVALIBDIR rather than JAVAJARDIR, so modifyGreg Lewis2004-09-041-1/+1
* . Rope in hq as a co-maintainer since he wrote most of the current versionGreg Lewis2004-09-031-1/+1
* - Fix missing build dependency on devel/jikes (Jikes is effectively used forHerve Quiroz2004-09-021-22/+39
* . Take maintainership. Ernst doesn't currently have time and I've beenGreg Lewis2004-09-021-1/+9
* . Add a USE_ANT variable with that provides a simple way to build aGreg Lewis2004-08-031-0/+24
* . Align some .endif with their corresponding .if.Greg Lewis2004-07-271-3/+3
* . Add a comment that the javavmwrapper port will need updating ifGreg Lewis2004-07-131-0/+2
* . Reapply the changes of PR/61351 (by linimon) to bsd.java.mk 2.0. TheseGreg Lewis2004-07-021-16/+16
* . Add appropriate definitions for JAVASHAREDIR and JAVAJARDIR toGreg Lewis2004-06-301-16/+20
* . Switched stage 6 and 7 so JAVAC is no longer empty when not using jikesGreg Lewis2004-06-101-35/+35
* . Remove parentheses around the comparison of ${OSVERSION}. This is inGreg Lewis2004-04-201-2/+2
* Many fixes to the new bsd.java.mk, including:Greg Lewis2004-04-161-363/+268
* . Document the variables used/set in the header comment.Greg Lewis2004-04-061-0/+83
* . Fix an indentation bogon.Greg Lewis2004-04-061-82/+82
* . Correct spelling of "BSD Java Porting Team".Greg Lewis2004-04-051-1/+1
* . Allow ports to defined JAVA_EXTRACT when they want an explicitGreg Lewis2004-04-051-1/+6
* Bring in the new bsd.java.mk 2.0.Greg Lewis2004-04-031-345/+325
* Fixed an incorrect comment.Ernst de Haan2004-01-231-2/+1
* Here come the patches!Joe Marcus Clarke2004-01-201-6/+6
* Fixed bug. If a Linux 1.4 JDK would have been installed, itErnst de Haan2003-12-151-4/+7
* . Note some of the JDKs are now 1.4.2 rather than 1.4.1 (the native oneGreg Lewis2003-11-121-7/+7
* . Add support for the new diablo-jdk13 port. This will be the defaultGreg Lewis2003-09-041-11/+33
* Sun JDK 1.4 for Linux is now 1.4.2, not 1.4.1.Ernst de Haan2003-07-181-1/+1
* . Remove an erroneous check that limited USE_JAVA to the form X.Y+. TheGreg Lewis2003-05-021-5/+0
* Bad idea to have cvsup/conflict reminder about not-committed changes, but...Alexey Zelkin2003-04-161-26/+85
* Add support for native JDK 1.4.1 port.Maxim Sobolev2003-04-161-6/+25
* Defining JAVASHAREDIR and JAVAJARDIR. If they're already set,Ernst de Haan2002-11-181-0/+4
* Only using Jikes if NO_BUILD is not set.Ernst de Haan2002-11-141-1/+1
* Fixed support for Blackdown JDK 1.3.x.Ernst de Haan2002-10-151-0/+2
* Now supports the Sun JDK 1.4.1 for Linux instead of 1.4.0.Ernst de Haan2002-09-171-4/+4
* Fixed support for Blackdown JDK 1.3 for Linux.Ernst de Haan2002-09-171-0/+1
* Again changed the order within some lists for estetical reasons.Ernst de Haan2002-08-121-10/+10
* Added Blackdown JDK 1.4.1 for Linux.Ernst de Haan2002-08-121-0/+1
* Changed the order within a list for estetical reasons.Ernst de Haan2002-08-121-1/+1
* Changed the installation directory of the Sun JDK 1.4.xErnst de Haan2002-08-101-1/+1
* Changed the installation directory of the Sun JDK 1.4.x for LinuxErnst de Haan2002-08-101-1/+1
* Changed the installation directory of the Sun JDK 1.3.x for Linux toErnst de Haan2002-08-101-1/+1
* Now correctly looks for the Blackdown JDK 1.2 for Linux inErnst de Haan2002-08-101-1/+1
* Fixed support for the Sun JDK 1.2.2 for Linux. The installationErnst de Haan2002-08-081-1/+1
* Changed the installation directory of the Sun JDK 1.4 for LinuxErnst de Haan2002-06-251-1/+1
* Removed step 2 which used to check that the JDK ports actuallyErnst de Haan2002-06-181-56/+12
* Matches new names and locations of JDK ports.Ernst de Haan2002-06-131-18/+62
* Fixed typo.Ernst de Haan2002-05-131-1/+1
* Blackdown JDK 1.3.1 for Linux added.Ernst de Haan2002-05-091-5/+22
* Now matches the new installation directory of theErnst de Haan2002-05-091-1/+1
* Refactoring applied. One extra stage is introduced in whichErnst de Haan2002-05-021-33/+73
* Introduction of NEED_JAVAC knob in bsd.java.mk, stage 3.Ernst de Haan2002-04-271-2/+2
* Add support for the Sun JDK 1.2.Ernst de Haan2002-04-271-5/+21
* Update to IBM JDK 1.3.1 (cxia32131-20020302).Ernst de Haan2002-04-271-1/+1
* Introduction of NEED_JAVAC knob in bsd.java.mk, stage 2.Ernst de Haan2002-04-271-9/+19
* Some small improvements. Added some comments at the topErnst de Haan2002-04-051-32/+48
* Fixed a problem that occurred if it would look forErnst de Haan2002-04-021-1/+1
* Removed an extraneous .BEGIN. It was not causing any problems,Ernst de Haan2002-03-301-1/+0
* Fixed 2 bugs related to dependencies.Ernst de Haan2002-03-291-2/+2
* Added bsd.java.mk. This adds Java-specific support to ports byErnst de Haan2002-03-281-0/+329