/[ports]/head/Mk/bsd.java.mk
ViewVC logotype

Log of /head/Mk/bsd.java.mk

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:


Revision 566367 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 23 04:37:06 2021 UTC (3 years, 4 months ago) by glewis
File length: 17549 byte(s)
Diff to previous 547935
Add support for openjdk16 and 16[+] as a valid version


Revision 547935 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 7 18:34:28 2020 UTC (3 years, 9 months ago) by glewis
File length: 17348 byte(s)
Diff to previous 531437
Add support for openjdk15


Revision 531437 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 11 17:10:03 2020 UTC (4 years, 2 months ago) by glewis
File length: 17147 byte(s)
Diff to previous 528866
Allow users to specify a default Java version in the standard way

PR:		244942
Submitted by:	Tommy P <tommyhp2@gmail.com>


Revision 528866 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 21 19:05:48 2020 UTC (4 years, 3 months ago) by glewis
File length: 17033 byte(s)
Diff to previous 518482
Add support for openjdk14


Revision 518482 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 21:46:12 2019 UTC (4 years, 7 months ago) by jkim
File length: 16826 byte(s)
Diff to previous 515303
Clean up after java/openjdk6 and java/openjdk6-jre removal

java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663).  Now this patch completely removes remaining stuff from the
ports tree.

PR:			241953 (exp-run)
Reviewed by:		glewis
Approved by:		portmgr (antoine)
Differential Revision:	https://reviews.freebsd.org/D22342


Revision 515303 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 23 19:35:57 2019 UTC (4 years, 8 months ago) by glewis
File length: 16859 byte(s)
Diff to previous 513732
Eliminate references to 9 and 10

* All 9 and 10 JDKs have been removed and no ports explicitly list either
  as a desired version, so remove references to simplify the versioning
  substitutions a little.


Revision 513732 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 3 19:42:37 2019 UTC (4 years, 9 months ago) by glewis
File length: 16924 byte(s)
Diff to previous 513345
Add 13, force 9/10 -> 11

* Remove comment references to 9 and 10 as possible version specifications.
  Note that 9 and 10 aren't actually removed as valid versions as there is
  one port with a reference (news/nzbhydra2).
* Add 13 as a valid version.
* Add configuration for openjdk13.
* Modify the construction of _JAVA_VERSION to force 9 and 10 to 11.

Sponsored by:	The FreeBSD Foundation


Revision 513345 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 30 11:12:10 2019 UTC (4 years, 9 months ago) by rene
File length: 16731 byte(s)
Diff to previous 512662
bsd.java.mk: unregister expired java/linux-oracle-jdk9 and java/linux-oracle-jdk10


Revision 512662 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 23 18:19:57 2019 UTC (4 years, 9 months ago) by glewis
File length: 17108 byte(s)
Diff to previous 507714
Remove references to openjdk6

* Remove references to "6" in comments and examples
* Remove java/openjdk6 from the list of Java ports that are considered to
  satisfy a dependency
* Don't yet remove "6" as a valid version since many ports have "1.6+" as
  a version specifier (although none have just 1.6).  Instead force this
  to mean "1.7+".

PR:		234792
Sponsored by:	The FreeBSD Foundation


Revision 507714 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 31 16:06:31 2019 UTC (4 years, 11 months ago) by glewis
File length: 17286 byte(s)
Diff to previous 453438
Support newer Java versions

* Add configuration for newer versions of the JDK (11, 12)
* Switch to modern Java versioning (e.g. 8 rather than 1.8)
* Retain backwards compatibility with existing version specification
* Support the few ports that set USE_JAVA to the requested version

PR:		237054, 238758 (exp-run)


Revision 453438 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 4 01:16:31 2017 UTC (6 years, 8 months ago) by kevans
File length: 16573 byte(s)
Diff to previous 452076
Mk/bsd.java.mk: Strict JAVA_{VERSION,VENDOR,ERROR} validation

Currently, validation of JAVA_{VERSION,VENDOR,ERROR} does not constitute an
error and make(1) will happily continue, potentially doing the wrong thing.
Adjust the behavior as follows:

- Only validate each var if it's defined
- Remain verbose about what error exists and what's expected
- Fail the build if validation fails

bsd.java.mk exhibited this behavior up until r217132 inadvertently changed
it to be non-fatal.

PR:		220737
Approved by:	portmgr (bdrewery)


Revision 452076 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 14 18:41:06 2017 UTC (6 years, 8 months ago) by glewis
File length: 16494 byte(s)
Diff to previous 445802
. Add a port of the Oracle JDK9 for Linux.
. Add support for JDK9 to bsd.java.mk


Revision 445802 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 14 18:09:11 2017 UTC (6 years, 11 months ago) by kevans
File length: 16282 byte(s)
Diff to previous 437838
Minor cleanup to Java version/vendor/OS validation

- Use POSIX compliant expressions instead of employing GNU extensions
(branching in BREs)
- Simplify regex generation using make(1)'s :ts modifier

PR:		220054
Approved by:	bapt (portmgr)


Revision 437838 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 5 23:31:18 2017 UTC (7 years, 2 months ago) by jkim
File length: 16721 byte(s)
Diff to previous 413938
Implement test target for USE_ANT=yes.


Revision 413938 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 24 12:16:23 2016 UTC (8 years, 2 months ago) by rene
File length: 16491 byte(s)
Diff to previous 411970
Mk/bsd.java.mk: unregister expired java/linux-sun-jdk17

PR:		209011
Approved by:	portmgr (bapt)
Sponsored by:	Essen Linuxhotel Hackathon 2016


Revision 411970 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 27 01:23:25 2016 UTC (8 years, 3 months ago) by bapt
File length: 16673 byte(s)
Diff to previous 399693
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047


Revision 399693 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 19 16:14:29 2015 UTC (8 years, 8 months ago) by swills
File length: 16697 byte(s)
Diff to previous 359603
Make OpenJDK 1.8 the default


Revision 359603 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 27 20:05:36 2014 UTC (10 years ago) by swills
File length: 16697 byte(s)
Diff to previous 352986
- Make OpenJDK 1.7 the default


Revision 352986 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 5 09:45:36 2014 UTC (10 years, 2 months ago) by bapt
File length: 16697 byte(s)
Diff to previous 352850
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr


Revision 352850 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 2 21:35:14 2014 UTC (10 years, 2 months ago) by jkim
File length: 16696 byte(s)
Diff to previous 352036
Document JAVA_EXTRACT.


Revision 352036 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 24 18:05:21 2014 UTC (10 years, 2 months ago) by jkim
File length: 16585 byte(s)
Diff to previous 351016
- Sort Java implementations by preference, i.e., java/openjdk7 is preferred
over java/openjdk8.  java/openjdk8 is still in its infancy.
- Retire redundant _JAVA_PREFERRED_PORTS hack.  We only have one preferred
port since r290539 and we want to keep it that way.


Revision 351016 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 11 17:17:33 2014 UTC (10 years, 2 months ago) by jkim
File length: 16699 byte(s)
Diff to previous 350991
Update comments.


Revision 350991 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 11 15:37:52 2014 UTC (10 years, 2 months ago) by sunpoet
File length: 16699 byte(s)
Diff to previous 350874
- Fix _JAVA_PORT_LINUX_ORACLE_JDK_1_8_INFO
- Reorder _JAVA_VENDOR_*
- Update comment

Submitted by:	sunpoet (myself)
Approved by:	bapt (portmgr)


Revision 350874 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 11 02:08:05 2014 UTC (10 years, 2 months ago) by glewis
File length: 16698 byte(s)
Diff to previous 350782
. Set maintainer to java@FreeBSD.org.


Revision 350782 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 10 07:20:23 2014 UTC (10 years, 2 months ago) by bapt
File length: 16715 byte(s)
Diff to previous 333560
Add support for OpenJDK 1.8
Add support for Oracle JDK 1.8
Remove support for Sun JDK 1.6 (EOLed)
Remove support for USE_JAVA=1.5


Revision 333560 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 12 10:36:16 2013 UTC (10 years, 7 months ago) by bapt
File length: 16494 byte(s)
Diff to previous 318556
Change DESTDIRNAME into a ant compatible argument when a port is staged
While here remove previous workarounds.

Submitted by:	ale
Discussed with:	jkim, glewis


Revision 318556 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 20 00:45:26 2013 UTC (11 years, 1 month ago) by miwi
File length: 16455 byte(s)
Diff to previous 316544
- Remove CVS reference

PR:		178381
		177581
Submitted by:	Eitan Adler <lists@eitanadler.com>
		Alex Kozlov <spam@rm-rf.kiev.ua>

With hat:	portmgr


Revision 316544 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 26 02:38:41 2013 UTC (11 years, 2 months ago) by glewis
File length: 16455 byte(s)
Diff to previous 316543
. Split a long comment line.


Revision 316543 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 26 02:37:19 2013 UTC (11 years, 2 months ago) by glewis
File length: 16453 byte(s)
Diff to previous 308661
. Replace the use of != and shell utilities with actual make logic.  This
  should be much faster and avoid some complaints from make.

PR:		177355
Submitted by:	crees@


Revision 308661 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 05:11:45 2012 UTC (11 years, 6 months ago) by glewis
File length: 16891 byte(s)
Diff to previous 308619
. Fix all of the ports which still have as a version requirement

  JAVA_VERSION=1.5

  or

  JAVA_VERSION=1.5+

  The previous revision took this out as a valid version number meaning
  that we end up with the non-existent "/bin/java" as the desired JDK.

  Expand 1.5 to 1.6 and 1.5+ to 1.6 1.7 for now.  This can be reverted
  once all the ports are updated.


Revision 308619 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 10 17:18:32 2012 UTC (11 years, 6 months ago) by bapt
File length: 16856 byte(s)
Diff to previous 300895
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors

Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.

Discussed with:	java (glarkin)


Revision 300895 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 14 12:56:14 2012 UTC (11 years, 11 months ago) by beat
File length: 17918 byte(s)
Diff to previous 297274
-  Remove cvs2svn:cvs-rev property - part 1


Revision 297274 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 23 08:17:49 2012 UTC (12 years, 1 month ago) by miwi
File length: 17918 byte(s)
Diff to previous 294760
- Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:		151954 [1]
		161314 [2]
		167085 [3]
		167465 [4]
Submitted by:	Anonymous <swell.k@gmail.com> [1]
		dougb@ and Chris Rees <utisoft@gmail.com> [2]
		Garrett Cooper <yanegomi@gmail.com> [3]
		"Bryan Drewery" <bryan@shatow.net> [4]
Tested via:	phw


Revision 294760 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 13 04:03:42 2012 UTC (12 years, 2 months ago) by glewis
File length: 17937 byte(s)
Diff to previous 290773
. Instead of bailing when we hit a possibly conflicting variable being
  defined just clear it and issue a warning that it was set.

PR:		165115
Approved by:	hq@ (co-maintainer)


Revision 290773 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 9 06:40:49 2012 UTC (12 years, 4 months ago) by glewis
File length: 17914 byte(s)
Diff to previous 290539
. Add support for the new linux-sun-jdk17 port.


Revision 290539 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 7 04:04:12 2012 UTC (12 years, 4 months ago) by glewis
File length: 17731 byte(s)
Diff to previous 281175
. Make the openjdk6 port the preferred JDK by default.

  Many thanks to erwin@ for a -exp run.


Revision 281175 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 4 19:23:26 2011 UTC (12 years, 10 months ago) by glewis
File length: 17833 byte(s)
Diff to previous 278068
. Make commented examples reference 1.6 (the current default) rather than 1.5.


Revision 278068 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 21 05:03:02 2011 UTC (12 years, 11 months ago) by linimon
File length: 17833 byte(s)
Diff to previous 276596
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:		ports/158969
Submitted by:	rene
Tested on:	pointyhat-west -exp


Revision 276596 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 28 18:46:46 2011 UTC (13 years ago) by rene
File length: 21058 byte(s)
Diff to previous 268993
- Unregister expired java/jdk14
- Update example from java/jdk14 to java/jdk16

PR:		ports/158030
Submitted by:	myself
Approved by:	glewis


Revision 268993 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 12 15:48:48 2011 UTC (13 years, 4 months ago) by hq
File length: 21238 byte(s)
Diff to previous 247916
Update the list of possible values for JDK vendor in the header comments

PR:		154553
Submitted by:	Warren Block <wblock@wonkity.com> (PR),
		ryusuke (patch)


Revision 247916 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 15 06:07:42 2010 UTC (14 years, 5 months ago) by glewis
File length: 21224 byte(s)
Diff to previous 234375
. Add support for the openjdk7 port.
. Add support for a JAVA_VERSION requirement of 1.7.

Reviewed by:	hq@


Revision 234375 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 22 04:11:20 2009 UTC (15 years, 1 month ago) by glewis
File length: 20929 byte(s)
Diff to previous 218774
. Add support for openjdk6 as a possible JDK.

Submitted by:	Jonathan Chen <jonc@chen.org.nz>
Reviewed by:	hq@


Revision 218774 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 18 15:42:41 2008 UTC (15 years, 10 months ago) by glewis
File length: 20690 byte(s)
Diff to previous 217132
. Add diablo-jdk16 and make it the default on 6.x and 7.x.
. Make jdk16 the default on all other supported versions.


Revision 217132 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 19 17:59:41 2008 UTC (15 years, 11 months ago) by kris
File length: 20575 byte(s)
Diff to previous 202220
Major optimizations for 'make index' and other recursive traversal
targets.

* Use /rescue/sh for index builds instead of /bin/sh, when it exists.
  The former is statically linked and faster to execute, which becomes
  significant when executing it tens of thousands of times.  This
  trick can be used with other recursive targets by passing in
  __MAKE_SHELL.

* Get rid of make variable assignments that use != command invocations
  in the critical path, using several methods:

  - rewriting logic to use shell or make builtins instead of external command executions
  - macroizing commands and executing them in the targets where they
    are needed instead of with every invocation of make
  - precomputing the results of invariant commands in
    bsd.port.subdir.mk and passing them in explicitly to child makes,
    and using this to avoid recalculation in all the children. NB: the
    commands are still run one per top-level subdirectory but this
    does not currently seem to be a major issue.  They could be moved
    further up into the top-level Makefile at the cost of some
    cleanliness.
  - Committers are strongly discouraged from adding further "bare" !=
    assignments to the ports tree, even in their own ports.  One of
    the above strategies should be used to avoid future bloat.

* Rewrite the core 'describe' target to work entirely within a single
  shell process using only builtin commands.  The old version is
  retained as a backup for use on systems older than 603104, which
  does not have the make :u modifier.  This cuts down the number of
  processes executed during the course of a 'make index' by an order
  of magnitude, and we are essentially now amortized to the minimum of
  a single make + sh instance per port, plus whatever commands the
  port makefile itself executes (which are usually unnecessary and
  bogus).

* Less validation of the WWW: target is performed; this can become
  policed at a port level by portlint.  Specifically we look at the
  second word of the first line beginning with "WWW:" in pkg-descr,
  and append "http://" to it unless it already begins with "http://",
  "https://" or "ftp://".  Thanks to dougb for the idea of how to
  extract WWW: using shell builtins.

* Use the "true" shell builtin instead of echo > /dev/null for a
  measurable decrease in CPU use.

* Add a note about dubious escaping strategy in bsd.port.subdir.mk

* Minor change in output of 'make describe': it no longer strips
  trailing CR characters from pkg-descr files with MSDOS CR/LF
  termination.  Instead the makeindex perl script that post-processes
  make describe into the INDEX is tweaked to strip on input.

The bottom line is that on my test hardware INDEX builds are now
faster by more than a factor of 2 and with a reduction in system time
by a factor of 4-8 depending on configuration.


Revision 202220 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 28 15:09:43 2007 UTC (16 years, 8 months ago) by hq
File length: 19720 byte(s)
Diff to previous 201050
Remove support for Java 1.1 and 1.2 in the ports tree

To ease upgrade, bsd.java.mk now substitutes JAVA_VERSION values of 1.1+ and
1.2+ as 1.3+.

The related JDK ports that have been marked as deprecated and scheduled for
removal some time ago are now safe to be removed.

The patch has been tested successfully on the cluster.

PR:		116724


Revision 201050 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 7 14:42:03 2007 UTC (16 years, 9 months ago) by glewis
File length: 21025 byte(s)
Diff to previous 197151
. Remove a check for OSVERSION >= 500000 since this is now true for all
  supported versions of FreeBSD.

PR:		116890
Submitted by:	edwin


Revision 197151 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 5 21:19:47 2007 UTC (16 years, 11 months ago) by glewis
File length: 21051 byte(s)
Diff to previous 197149
. Enforce NO_JIKES when 1.6 is required as well.


Revision 197149 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 5 21:16:39 2007 UTC (16 years, 11 months ago) by glewis
File length: 20968 byte(s)
Diff to previous 192931
. Support for the JDK 1.6 ports.

Submitted by:	jkim


Revision 192931 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 6 15:38:54 2007 UTC (17 years, 1 month ago) by glewis
File length: 20569 byte(s)
Diff to previous 186775
. Remove references to deprecated, forbidden and expired port of the
  Linux Blackdown 1.3 JDK.

PR:		113268
Submitted by:	gabor@


Revision 186775 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 7 07:44:36 2007 UTC (17 years, 4 months ago) by linimon
File length: 20779 byte(s)
Diff to previous 186638
Forced commit to note that I had not finished editing the previous commit
message:

* Remove references to obsolete ports from bsd.java.mk [8]

is actually ports/104136 by hq.

mcl


Revision 186638 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 6 06:21:46 2007 UTC (17 years, 4 months ago) by linimon
File length: 20779 byte(s)
Diff to previous 183768
* Refine some comments about Linux emulation [1]

* Fix 'make search' with non-default ${PORTSDIR} [2]

* Fix typo in USE_LDCONFIG32 message [3]

* Allow USE_PHP after inclusion of bsd.port.pre.mk [4]

* Document NO_LDCONFIG_MTREE [5]

* Update/enhance description of INSTALLS_SHLIB and USE_LDCONFIG [6]

* Remove obsolete code in bsd.port.mk dealing with 4.X and other,
  even older, releases [7]

* Remove references to obsolete ports from bsd.java.mk [8]

PR:	105883 [1], 105917 [2], 106195 [3], 106557 [4], 108738 [5],
	108739 [6], 108782 [7], 103357 [8]

Submitted by:	bsam [1], shaun [2], edwin [3], ale [4], gerald [5] [6],
		linimon [7], kris [7], gabor [4]


Revision 183768 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 31 14:07:24 2007 UTC (17 years, 5 months ago) by pav
File length: 21177 byte(s)
Diff to previous 183020
bsd.port.mk
 [1] Remove DEPENDS
 [2] Add a new pkg-plist keyword @stopdaemon
 [3] Provide rc.subr script suffix as RC_SUBR_SUFFIX
 [4] Add USE_CDRTOOLS to abstract dependency on sysutils/cdrtool[-cjk]
 [5] Add DOS2UNIX_REGEX, allowing to pass a filename regex to CRLF replacement
     routine
 [6] Support partially translated manpages in MAN* variables
 [7] Fix USE_LDCONFIG on ports with @cwd in pkg-plist
 [8] Remove support for XFree86 3.X
 [9] Add user settable WITH_DEBUG flag that turns on -g in CFLAGS and resets
     STRIP
 [9] Fix `make install' to refuse overwriting of older version of the port
[10] New category ports-mgmt
[11] New category gnustep
[12] Removed category picobsd

bsd.java.mk
[13] Remove deprecated syntax

bsd.tcl.mk
[14] Provide TCL_VER when USE_TK[_BUILD] is defined. Fixes cad/netgen

ports/Makefile
[15] Make csup default `make update' method on FreeBSD 6.2 and up

PR:		ports/99742 [1], ports/93373 [2], ports/100915 [3],
		ports/105161 [4], ports/106029 [5], ports/106252 [6],
		ports/106235 [7], ports/100939 [9], ports/97507 [10],
		ports/103931 [11], ports/106921 [12], ports/104136 [13],
		ports/105215 [15]
Submitted by:	sem [1] [2], Matthias Andree <matthias.andree@gmx.de> [3],
		nork [4], pav [5] [7] [14], Nick Barkas <snb@threerings.net> [6],
		flz [8], gabor [9], shaun [10], erwin [12], hq [13],
		Gurkan Sengun <gurkan@linuks.mine.nu> [11]


Revision 183020 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 22 21:49:51 2007 UTC (17 years, 5 months ago) by glewis
File length: 22903 byte(s)
Diff to previous 174848
. Add an entry for the linux-sun-jdk15 port.

PR:		108130
Submitted by:	Milon Papezik


Revision 174848 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 7 20:40:07 2006 UTC (17 years, 8 months ago) by hq
File length: 22720 byte(s)
Diff to previous 173079
Convert whitespaces to tabs

PR:		104012
Submitted by:	edwin


Revision 173079 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 14 19:54:46 2006 UTC (17 years, 9 months ago) by glewis
File length: 22757 byte(s)
Diff to previous 160340
. Prefer diablo-jdk15 on 5.x/i386, 6.x/i386 and 6.x/amd64 and jdk15
  everywhere else.

Reviewed by:	hq
Suggested by:	kris


Revision 160340 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 24 18:27:45 2006 UTC (18 years, 2 months ago) by glewis
File length: 22711 byte(s)
Diff to previous 158994
. Remove the entry for the defunct diablo-jdk13 port.


Revision 158994 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 7 03:32:48 2006 UTC (18 years, 3 months ago) by glewis
File length: 22903 byte(s)
Diff to previous 147554
. Add an entry for the new Diablo Caffe (JDK) 1.5.0 binary.
. Make Diablo Caffe 1.5.0 the default JDK for all the versions/architecture
  that its available for.
. Make the standard jdk15 the default on FreeBSD 4.x as this should now be
  stable with the release of patchset 3.

Reviewed by:	hq


Revision 147554 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 8 09:02:51 2005 UTC (18 years, 7 months ago) by clement
File length: 22623 byte(s)
Diff to previous 147145
* Add bsd.database.mk [1]
  - move out from bsd.port.mk USE_MYSQL and USE_PGSQL.
  - add support for Berkley DB and SQLite (via USE_BDB and USE_SQLITE
    knobs).

* Espace '+' in make search [2]

* Add "makepatch" target to simplify creation of patches during porting [3]

* Replace deprecated MACHINE_ARCH with ARCH [4]

* Remove support of OpenLDAP 2.1 [5]

* Add bsd.tcl.mk [6]
  It introduces USE_TCL/USE_TCL_BUILD knobs to support various
  version of tcl (8.0 -> 8.4)

* Fix cosmetic bugs in security-check target [7]

* Add support for INDEX-7 and above (up to INDEX-9 actually) [8]

* Add "package-recursive" to bsd.port.subdir.mk [9]

* Remove check for FreeBSD version < 460101 [10]

* New category: net-im [11]

* Add .desktop file facilities
  It introduces DESKTOPDIR and DESKTOP_ENTRIES knobs [12]

* Add SHA256 support to "*checksum" targets [13]

* Fix USE_PYTHON with OPTIONS [14]

* Force NO_LINT to MAKE_ENV to avoid library breaks [15]

* Fix typo: s/RC_ORDER/USE_RCORDER/g [16]

* Add support for PostgreSQL 8.1 [17]

* Add bsd.apache.mk
  USE_APACHE knob enhancements [18]

PR:		ports/85695 [1], ports/85669 [2], ports/85488 [3],
		ports/84489 [4], ports/83835 [5], ports/83718 [6],
		ports/83716 [7], ports/83710 [8], ports/82753 [9],
		ports/82138 [10], ports/81206 [11], ports/79509 [12],
		ports/79123 [13], ports/74866 [14], ports/85490 [15],
		ports/83514 [16], ports/88466 [17]

Submitted by:	vsevolod [1] [6], Ricardo Alves dos Reis
		<ricardo_bsd@yahoo.com.br> [2], markm [3] [15], obrien [4],
		krion [5] [8] , Petr Rehor <prehor@gmail.com> [7],
		clement [8] [18], jhs@berklix.org [9], edwin [10] [13],
		pav [11], jylefort [12], mnag [14], leeym [16], girgen [17]


Revision 147145 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 3 17:37:49 2005 UTC (18 years, 8 months ago) by hq
File length: 22730 byte(s)
Diff to previous 144176
Disable the use of Jikes when using Java 1.5 because the current stable version
of Jikes not does support all of Java 1.5 extensions.

Porters may still enforce the use of Jikes with Java 1.5 by explicitely
setting:

  USE_JIKES=	yes

This fix is a temporary one and is bound to be removed whenever Java 1.5 gets
fully supported in Jikes.

Reported by:	lawrance
Approved by:	glewis (co-maintainer)


Revision 144176 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 4 15:55:45 2005 UTC (18 years, 9 months ago) by glewis
File length: 22506 byte(s)
Diff to previous 139263
. Prefer jdk15 over jdk14 on amd64 since the latter isn't supported on
  that architecture.


Revision 139263 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 15 11:32:31 2005 UTC (18 years, 11 months ago) by hq
File length: 22404 byte(s)
Diff to previous 129936
Fix typo in header documentation

PR:		83498
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>


Revision 129936 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 27 23:49:33 2005 UTC (19 years, 4 months ago) by hq
File length: 22403 byte(s)
Diff to previous 129752
Add JAVA_VERSION, JAVA_OS and JAVA_VENDOR to SUB_LIST.

NOTE: these are only added if the related variables are defined by the port.

This should ease the configuration of launcher shell scripts used for Java
application ports, when they are using javavmwrapper to invoke a JVM. From now,
a simple launcher that suits most of the Java application ports can be writen
using the following scheme:

  #!/bin/sh
  JAVA_VERSION="%%JAVA_VERSION%%" \
    "%%LOCALBASE%%/bin/java" -jar "%%JAVAJARDIR%%/myport.jar" "$@"

As mentioned above, this is of course only correct provided that the port
defines JAVA_VERSION.

Approved by:	glewis (co-maintainer)


Revision 129752 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 25 13:29:52 2005 UTC (19 years, 4 months ago) by hq
File length: 22181 byte(s)
Diff to previous 128440
Fix a typo in header documentation

Submitted by:	vs


Revision 128440 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 10 01:44:14 2005 UTC (19 years, 4 months ago) by hq
File length: 22182 byte(s)
Diff to previous 126911
Fix a typo

PR:		77330
Submitted by:	Conrad J. Sabatier <conrads@cox.net>


Revision 126911 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 20 08:43:09 2005 UTC (19 years, 5 months ago) by phantom
File length: 22183 byte(s)
Diff to previous 124468
Add minimal support for jdk 1.5


Revision 124468 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 19 02:26:53 2004 UTC (19 years, 6 months ago) by hq
File length: 21971 byte(s)
Diff to previous 123199
Add Java related substitutions to SUB_LIST: JAVASHAREDIR, JAVAJARDIR and
JAVALIBDIR


Revision 123199 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 5 07:06:33 2004 UTC (19 years, 7 months ago) by glewis
File length: 21848 byte(s)
Diff to previous 122756
. Default 4.x to jdk14 as the Diablo JDK has been marked FORBIDDEN.


Revision 122756 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 29 17:33:41 2004 UTC (19 years, 7 months ago) by hq
File length: 21936 byte(s)
Diff to previous 121164
When USE_ANT is defined, JAVA_BUILD is automatically set to 'jdk' but this
conflicts with the default values for JAVA_BUILD and JAVA_RUN. Those variables
are indeed set a default value when none of the them (together with
JAVA_EXTRACT) is defined. Having USE_ANT set a value for JAVA_BUILD will cause
JAVA_RUN not to be set its default value.

This has RUN_DEPENDS not correctly set (missing the JDK entry) on many ports
that use USE_ANT.

This patch addresses this issue by moving the statements dealing with default
values to have them executed before USE_ANT handling.

Approved by:	glewis (co-maintainer)


Revision 121164 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 9 02:11:42 2004 UTC (19 years, 7 months ago) by hq
File length: 21886 byte(s)
Diff to previous 121019
Ports that use USE_ANT will now automatically build with Jikes if available and
not explicitly forbiden.

PR:		44432
Suggested by:	znerd
Approved by:	glewis (co-maintainer)


Revision 121019 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 7 00:51:53 2004 UTC (19 years, 8 months ago) by hq
File length: 21812 byte(s)
Diff to previous 118139
Additional error checking: check for defined variables that should not be. With
this patch, for instance:

$ cd /usr/port/devel/apache-ant
$ make JAVA_HOME=toto

apache-ant-1.6.2: Environement error: "JAVA_HOME" should not be defined.
*** Error code 1

PR:		70914
Reported by:	Rong-En Fan <rafan@infor.org>
Approved by:	glewis (co-maintainer)


Revision 118139 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 9 20:31:48 2004 UTC (19 years, 9 months ago) by glewis
File length: 21485 byte(s)
Diff to previous 118048
. Update the location the linux-ibm-jdk14 port installs into based on its
  most recent update.

Forgotten by:	glewis
Approved by:	portmgr (marcus)


Revision 118048 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 3 16:25:11 2004 UTC (19 years, 10 months ago) by glewis
File length: 21485 byte(s)
Diff to previous 118002
. java/javavmwrapper now uses JAVALIBDIR rather than JAVAJARDIR, so modify
  a comment to that effect.


Revision 118002 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 3 06:11:10 2004 UTC (19 years, 10 months ago) by glewis
File length: 21485 byte(s)
Diff to previous 117936
. Rope in hq as a co-maintainer since he wrote most of the current version
  of this file.

Approved by:	hq


Revision 117936 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 2 13:18:59 2004 UTC (19 years, 10 months ago) by hq
File length: 21470 byte(s)
Diff to previous 117890
- Fix missing build dependency on devel/jikes (Jikes is effectively used for
  building the port but not added to BUILD_DEPENDS)
- Use ${VAR:U} to test YES/NO values a more simple way
- Refactor: Jikes now has its own sub-stages (error-handling and support)
  together in Stage 6
- New variable to be used by porters (and used internally by bsd.java.mk),
  HAVE_JIKES

Approved by:	glewis (mentor)


Revision 117890 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 2 05:02:58 2004 UTC (19 years, 10 months ago) by glewis
File length: 21023 byte(s)
Diff to previous 115312
. Take maintainership.  Ernst doesn't currently have time and I've been
  performing all of the recent changes.
. Add to the header comment to document JAVASHAREDIR, JAVAJARDIR and
  JAVALIBDIR.
. Add a definition for JAVALIBDIR.  This is where other ports have
  installed their JAR files (a port should install in JAVAJARDIR but
  look for other JARs in JAVALIBDIR).


Revision 115312 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 2 21:44:17 2004 UTC (19 years, 11 months ago) by glewis
File length: 20720 byte(s)
Diff to previous 114841
. Add a USE_ANT variable with that provides a simple way to build a
  Java-based port with ant, using MAKE_ENV, MAKE_ARGS and ALL_TARGET but
  using ant instead of make.  When a port is built this way it also
  causes ant to respect the JDK selected by bsd.java.mk rather than
  using the JDK that ant was build with.

  Most ports should just be able to do

  USE_ANT=	yes

  You may also need to set ALL_TARGET if your port doesn't use the
  default ant target.

  See the comments on USE_ANT at the head of bsd.java.mk for more
  information.

PR:		59997
Reviewed by:	hq (who spotted a bug and provided the comments
                    documenting USE_ANT).


Revision 114841 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 27 05:16:34 2004 UTC (19 years, 11 months ago) by glewis
File length: 19937 byte(s)
Diff to previous 113489
. Align some .endif with their corresponding .if.


Revision 113489 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 12 19:43:47 2004 UTC (19 years, 11 months ago) by glewis
File length: 19940 byte(s)
Diff to previous 112704
. Add a comment that the javavmwrapper port will need updating if
  ${JAVAJARDIR} is changed.


Revision 112704 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 1 22:44:00 2004 UTC (20 years ago) by glewis
File length: 19829 byte(s)
Diff to previous 112564
. Reapply the changes of PR/61351 (by linimon) to bsd.java.mk 2.0.  These
  got spammed in the update to bsd.java.mk 2.0.  They replace .BEGIN blocks
  with check-makevars:: targets.

PR:		68516
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>


Revision 112564 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 29 20:16:37 2004 UTC (20 years ago) by glewis
File length: 19629 byte(s)
Diff to previous 111170
. Add appropriate definitions for JAVASHAREDIR and JAVAJARDIR to
  PLIST_SUB.
. Define java utility variables such as JAVA, JAVAC, JAVAH, APPLETVIEWER,
  etc. conditionally (?=) rather than explicitly (=).  This is in line with
  both bsd.port.mk and the earlier version of bsd.java.mk.

Reviewed by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>


Revision 111170 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 9 18:17:24 2004 UTC (20 years ago) by glewis
File length: 19460 byte(s)
Diff to previous 107601
. Switched stage 6 and 7 so JAVAC is no longer empty when not using jikes
. Added '-bootclasspath ${JAVA_CLASSES}' to the command-line for JAVAC when
  jikes is used as a substitute for javac.

PR:		66349
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>


Revision 107601 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 19 16:56:04 2004 UTC (20 years, 2 months ago) by glewis
File length: 19398 byte(s)
Diff to previous 107239
. Remove parentheses around the comparison of ${OSVERSION}.  This is in
  line with bsd.port.mk and prevents errors when ${OSVERSION} is (somehow)
  undefined.

Problem report from:	Thomas Abthorpe <thomas@stthomas.stthomasanglican.org>


Revision 107239 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 16 14:53:22 2004 UTC (20 years, 2 months ago) by glewis
File length: 19402 byte(s)
Diff to previous 106253
Many fixes to the new bsd.java.mk, including:

. Make the USE_JIKES setting to actually work.
. Simplified backwards compatibility with the old bsd.java.mk.
. Allowed java dependency selection with JAVA_PREFERRED_PORTS.
. More error checking on variable settings.
. Allowed USE_JAVA=yes to work without specifying a version.
. Expanded the meta-info for the individual ports so the full version
  is now available, among other things.

Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>


Revision 106253 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 21:40:04 2004 UTC (20 years, 3 months ago) by glewis
File length: 24692 byte(s)
Diff to previous 106252
. Document the variables used/set in the header comment.

PR:		65211
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>


Revision 106252 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 21:24:25 2004 UTC (20 years, 3 months ago) by glewis
File length: 21803 byte(s)
Diff to previous 106213
. Fix an indentation bogon.
. Use the appropriate command variable (e.g. ${SED}) rather than the raw
  command itself.  Most of the files in Mk appear to do this, although
  there are some exceptions.  Certainly bsd.port.mk does.

  The one exception is uniq, for which there isn't yet a defined variable.

PR:		65210
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>


Revision 106213 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 06:50:07 2004 UTC (20 years, 3 months ago) by glewis
File length: 21215 byte(s)
Diff to previous 106211
. Correct spelling of "BSD Java Porting Team".


Revision 106211 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 06:41:53 2004 UTC (20 years, 3 months ago) by glewis
File length: 21219 byte(s)
Diff to previous 105998
. Allow ports to defined JAVA_EXTRACT when they want an explicit
  EXTRACT_DEPENDS for java (and not necessarily a BUILD_DEPENDS or
  RUN_DEPENDS).

Result of a problem report from:	kris


Revision 105998 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 3 03:37:05 2004 UTC (20 years, 3 months ago) by glewis
File length: 21003 byte(s)
Diff to previous 98868
Bring in the new bsd.java.mk 2.0.

bsd.java.mk now provides a new set of macros to be used by ports that
require a JDK. When USE_JAVA is set, the following variables may be set
in order to give to precision regarding the requirements of the port:

- JAVA_VERSION: A list of space-separated suitable java versions for the
  port. An optional "+" allows you to specify a range of versions.
  (allowed values: 1.1[+] 1.2[+] 1.3[+] 1.4[+])
- JAVA_OS: A list of space-separated suitable JDK port operating systems
  for the port. (allowed values: native linux)
- JAVA_VENDOR: A list of space-sperated suitable JDK port vendors for
  the port. (allowed values: freebsd bsdjava sun ibm blackdown)
- JAVA_BUILD: When set, it means that the selected JDK port should be
  added to build dependencies for the port.
- JAVA_RUN: This variable works exactly the same as JAVA_BUILD but
  regarding run dependencies.

Here are some of the macros defined after setting USE_JAVA:

- JAVA_PORT: The name of the JDK port (e.g. java/jdk14)
- JAVA_HOME: The home of the JDK port in the local base
- JAVA_PORT_VERSION: The version of the JDK port.
- JAVA_PORT_OS: The operating system used by the JDK port.
- JAVA_PORT_VENDOR: The vendor of the JDK port.
- And many macros for the commonly used java executables, such as JAVA,
  JAVAC, JAVADOC, JAVAH, RMID, JAR...

bsd.java.mk 2.0 is backward compatible with the previous version. Using
the new features is strongly encouraged, since the old bsd.java.mk 1.0
features will be deprecated and removed in the near future.

You will find more detailed info (as well as a quick tutorial) at:
http://www.esil.univ-mrs.fr/~hquiroz/freebsd/bsd.java.mk-2.0.html

If you experience any problems with java based ports that you believe
is due to this change then please let me know.

PR:		63511
Submitted by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>


Revision 98868 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 23 07:43:23 2004 UTC (20 years, 5 months ago) by znerd
File length: 17622 byte(s)
Diff to previous 98634
Fixed an incorrect comment.

Requested by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
PR:		61741


Revision 98634 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 20 09:14:10 2004 UTC (20 years, 5 months ago) by marcus
File length: 17698 byte(s)
Diff to previous 95846
Here come the patches!

* Add ghostscript knobs [1]
* Add per-port persistent build options with a menu-driven front-end [2]
* Allow porters to override the message generated when do-configure fails [3]
* Add patch to obviate many pkg-plist files [4]
* Fix the PKG_DBDIR comment [5]
* Make ports framework more robust with regard to make index [6]
* Add new command macros to bsd.port.mk [7]
* Remove direct command use from bsd.port.mk [8]
* Make the ports system respect WITHOUT_CPU_CFLAGS [9]
* Break the SDL code out into bsd.sdl.mk [10]
* Add working support for USE_SIZE [11]
* Fix RANDOMIZE_MASTER_SITES on -CURRENT [12]
* Convert some spaces to tabs [13]
* Add new physcial categories accessibility and x11-themes [14]
* Speed up GNU configure scripts [15]
* Remove "//" from MLINKS items in PLISTs and fix make -s install and
  make -s deinstall [16]
* Be more specific about looking for files in distinfo [17]
* Add new run-autotools target, and resort configure targets [18]
* Make CONFLICTS compare prefix for installed packages and PREFIX [19]
* Change directory to ${.CURDIR} before running certain make commands [20]
* When INSTALL_AS_USER is set, run ldconfig with failures ignored [21]
* Speed up the security check phase [22]
* Fix some corner cases in the PORTDOCS code [23]
* Add a new DEPRECATED macro [24]
* Make INDEX breakage more informative [25]

Look for a full write-up to follow on ports@ and ports-developers@.

PR:		36112 [1]
		59909 [4]
		61351 [6]
		59058 [7]
		59058 [8]
		59493 [9]
		55494 [10]
		59058 [11]
		59315 [12]
		59058 [13]
		59811 [15]
		59058 [16]
		59058 [17]
		60882 [18]
		58149 [19]
		59058 [20]
		61133 [21]
		55331 [22]
		59070 [23]
		59362 [24]
		59626 [25]
Submitted by:	linimon [1]
		eivind [2]
		marcus [3]
		trevor [4]
		gerald [5]
		linimon [6]
		eik [7]
		eik [8]
		jeh [9]
		edwin [10]
		eik [11]
		Sergey Matveychuk <sem@ciam.ru> [12]
		eik [13]
		trevor gnome [14]
		adamw [15]
		eik [16]
		eik [17]
		edwin [18]
		clement [19]
		eik [20]
		edwin lev [21]
		Eugene M. Kim <ab@astralblue.com> [22]
		eik [23]
		linimon [24]
		eik [25]


Revision 95846 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 15 07:04:50 2003 UTC (20 years, 6 months ago) by znerd
File length: 17623 byte(s)
Diff to previous 93756
Fixed bug. If a Linux 1.4 JDK would have been installed, it
would not have been picked up if USE_JAVA was set to "1.3+".

The behaviour is now as follows if USE_JAVA is set to
"1.3+":
- If the setting is 1.3+, then use an already installed 1.3
  or 1.4 JDK. If there is no such JDK, then set USE_JAVA to
  1.3. The FreeBSD JDK 1.4 is preferred over all other
  JDK's.

Noticed by:	pav


Revision 93756 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 11 22:25:08 2003 UTC (20 years, 7 months ago) by glewis
File length: 17511 byte(s)
Diff to previous 88448
. Note some of the JDKs are now 1.4.2 rather than 1.4.1 (the native one
  was updated today in particular).


Revision 88448 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 3 16:29:18 2003 UTC (20 years, 10 months ago) by glewis
File length: 17511 byte(s)
Diff to previous 85140
. 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


Revision 85140 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 18 14:31:45 2003 UTC (20 years, 11 months ago) by znerd
File length: 16586 byte(s)
Diff to previous 79952
Sun JDK 1.4 for Linux is now 1.4.2, not 1.4.1.


Revision 79952 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 1 16:50:00 2003 UTC (21 years, 2 months ago) by glewis
File length: 16586 byte(s)
Diff to previous 79091
. 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


Revision 79091 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 16 15:31:17 2003 UTC (21 years, 2 months ago) by phantom
File length: 16841 byte(s)
Diff to previous 79020
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.


Revision 79020 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 15 17:13:26 2003 UTC (21 years, 2 months ago) by sobomax
File length: 15130 byte(s)
Diff to previous 70404
Add support for native JDK 1.4.1 port.


Revision 70404 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 18 13:00:00 2002 UTC (21 years, 7 months ago) by znerd
File length: 14458 byte(s)
Diff to previous 70117
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>


Revision 70117 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 14 15:18:44 2002 UTC (21 years, 7 months ago) by znerd
File length: 14356 byte(s)
Diff to previous 68052
Only using Jikes if NO_BUILD is not set.

Requested by:	Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>


Revision 68052 - (view) (download) (annotate) - [select for diffs]
Added Mon Oct 14 19:16:40 2002 UTC (21 years, 8 months ago) by znerd
File length: 14334 byte(s)
Diff to previous 66493
Fixed support for Blackdown JDK 1.3.x.

Submitted by:	Seamus Venasse <Seamus.Venasse@polaris.ca>



This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.27