| non port: Mk/bsd.java.mk |
|
CVSWeb
|
Number of commits found: 83 |
|
Mon, 18 Aug 2008
|
[ 16:42 glewis ]
1.84 Mk/bsd.java.mk
. Add diablo-jdk16 and make it the default on 6.x and 7.x.
. Make jdk16 the default on all other supported versions.
|
|
Sat, 19 Jul 2008
|
[ 18:59 kris ]
1.104 Makefile
1.83 Mk/bsd.java.mk
1.596 Mk/bsd.port.mk
1.75 Mk/bsd.port.subdir.mk
1.105 Mk/bsd.python.mk
1.14 Tools/make_index
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(Only the first 15 lines of the commit message are shown above )
|
|
Sun, 28 Oct 2007
|
[ 15:09 hq ]
1.82 Mk/bsd.java.mk
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
|
|
Sun, 7 Oct 2007
|
[ 15:42 glewis ]
1.81 Mk/bsd.java.mk
. Remove a check for OSVERSION >= 500000 since this is now true for all
supported versions of FreeBSD.
PR: 116890
Submitted by: edwin
|
|
Sun, 5 Aug 2007
|
[ 22:19 glewis ]
1.80 Mk/bsd.java.mk
. Enforce NO_JIKES when 1.6 is required as well.
|
[ 22:16 glewis ]
1.79 Mk/bsd.java.mk
. Support for the JDK 1.6 ports.
Submitted by: jkim
|
|
Wed, 6 Jun 2007
|
[ 16:38 glewis ]
1.78 Mk/bsd.java.mk
. Remove references to deprecated, forbidden and expired port of the
Linux Blackdown 1.3 JDK.
PR: 113268
Submitted by: gabor@
|
|
Wed, 7 Mar 2007
|
[ 07:44 linimon ]
1.77 Mk/bsd.java.mk
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
|
|
Tue, 6 Mar 2007
|
[ 06:21 linimon ]
1.66 CHANGES
1.475 UPDATING
1.76 Mk/bsd.java.mk
1.40 Mk/bsd.php.mk
1.555 Mk/bsd.port.mk
* 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]
|
|
Wed, 31 Jan 2007
|
[ 14:07 pav ]
1.65 CHANGES
1.97 Makefile
1.75 Mk/bsd.java.mk
1.547 Mk/bsd.port.mk
1.6 Mk/bsd.tcl.mk
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(Only the first 15 lines of the commit message are shown above )
|
|
Mon, 22 Jan 2007
|
[ 21:49 glewis ]
1.74 Mk/bsd.java.mk
. Add an entry for the linux-sun-jdk15 port.
PR: 108130
Submitted by: Milon Papezik
|
|
Sat, 7 Oct 2006
|
[ 21:40 hq ]
1.73 Mk/bsd.java.mk
Convert whitespaces to tabs
PR: 104012
Submitted by: edwin
|
|
Thu, 14 Sep 2006
|
[ 20:54 glewis ]
1.72 Mk/bsd.java.mk
. Prefer diablo-jdk15 on 5.x/i386, 6.x/i386 and 6.x/amd64 and jdk15
everywhere else.
Reviewed by: hq
Suggested by: kris
|
|
Mon, 24 Apr 2006
|
[ 19:27 glewis ]
1.71 Mk/bsd.java.mk
. Remove the entry for the defunct diablo-jdk13 port.
|
|
Fri, 7 Apr 2006
|
[ 04:32 glewis ]
1.70 Mk/bsd.java.mk
. 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
|
|
Tue, 8 Nov 2005
|
[ 09:02 clement ]
1.47 CHANGES
1.1 Mk/bsd.apache.mk
1.1 Mk/bsd.database.mk
1.69 Mk/bsd.java.mk
1.518 Mk/bsd.port.mk
1.61 Mk/bsd.port.subdir.mk
1.1 Mk/bsd.tcl.mk
* 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(Only the first 15 lines of the commit message are shown above )
|
|
Thu, 3 Nov 2005
|
[ 17:37 hq ]
1.68 Mk/bsd.java.mk
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)
|
|
Tue, 4 Oct 2005
|
[ 16:55 glewis ]
1.67 Mk/bsd.java.mk
. Prefer jdk15 over jdk14 on amd64 since the latter isn't supported on
that architecture.
|
|
Fri, 15 Jul 2005
|
[ 12:32 hq ]
1.66 Mk/bsd.java.mk
Fix typo in header documentation
PR: 83498
Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
|
|
Sun, 27 Feb 2005
|
[ 23:49 hq ]
1.65 Mk/bsd.java.mk
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)
|
|
Fri, 25 Feb 2005
|
[ 13:29 hq ]
1.64 Mk/bsd.java.mk
Fix a typo in header documentation
Submitted by: vs
|
|
Thu, 10 Feb 2005
|
[ 01:44 hq ]
1.63 Mk/bsd.java.mk
Fix a typo
PR: 77330
Submitted by: Conrad J. Sabatier <conrads@cox.net>
|
|
Thu, 20 Jan 2005
|
[ 08:43 phantom ]
1.62 Mk/bsd.java.mk
Add minimal support for jdk 1.5
|
|
Sun, 19 Dec 2004
|
[ 02:26 hq ]
1.61 Mk/bsd.java.mk
Add Java related substitutions to SUB_LIST: JAVASHAREDIR, JAVAJARDIR and
JAVALIBDIR
|
|
Sun, 5 Dec 2004
|
[ 07:06 glewis ]
1.60 Mk/bsd.java.mk
. Default 4.x to jdk14 as the Diablo JDK has been marked FORBIDDEN.
|
|
Mon, 29 Nov 2004
|
[ 17:33 hq ]
1.59 Mk/bsd.java.mk
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)
|
|
Tue, 9 Nov 2004
|
[ 02:11 hq ]
1.58 Mk/bsd.java.mk
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)
|
|
Sun, 7 Nov 2004
|
[ 00:51 hq ]
1.57 Mk/bsd.java.mk
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)
|
|
Thu, 9 Sep 2004
|
[ 21:31 glewis ]
1.56 Mk/bsd.java.mk
. Update the location the linux-ibm-jdk14 port installs into based on its
most recent update.
Forgotten by: glewis
Approved by: portmgr (marcus)
|
|
Fri, 3 Sep 2004
|
[ 17:25 glewis ]
1.55 Mk/bsd.java.mk
. java/javavmwrapper now uses JAVALIBDIR rather than JAVAJARDIR, so modify
a comment to that effect.
|
[ 07:11 glewis ]
1.54 Mk/bsd.java.mk
. Rope in hq as a co-maintainer since he wrote most of the current version
of this file.
Approved by: hq
|
|
Thu, 2 Sep 2004
|
[ 14:18 hq ]
1.53 Mk/bsd.java.mk
- 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)
|
[ 06:02 glewis ]
1.52 Mk/bsd.java.mk
. 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).
|
|
Tue, 27 Jul 2004
|
[ 06:16 glewis ]
1.50 Mk/bsd.java.mk
. Align some .endif with their corresponding .if.
|
|
Mon, 12 Jul 2004
|
[ 20:43 glewis ]
1.49 Mk/bsd.java.mk
. Add a comment that the javavmwrapper port will need updating if
${JAVAJARDIR} is changed.
|
|
Thu, 1 Jul 2004
|
[ 23:44 glewis ]
1.48 Mk/bsd.java.mk
. 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>
|
|
Tue, 29 Jun 2004
|
[ 21:16 glewis ]
1.47 Mk/bsd.java.mk
. 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>
|
|
Wed, 9 Jun 2004
|
[ 19:17 glewis ]
1.46 Mk/bsd.java.mk
. 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>
|
|
Mon, 19 Apr 2004
|
[ 17:56 glewis ]
1.45 Mk/bsd.java.mk
. 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>
|
|
Fri, 16 Apr 2004
|
[ 15:53 glewis ]
1.44 Mk/bsd.java.mk
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>
|
|
Mon, 5 Apr 2004
|
[ 22:40 glewis ]
1.43 Mk/bsd.java.mk
. Document the variables used/set in the header comment.
PR: 65211
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
[ 22:24 glewis ]
1.42 Mk/bsd.java.mk
. 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>
|
[ 07:50 glewis ]
1.41 Mk/bsd.java.mk
. Correct spelling of "BSD Java Porting Team".
|
[ 07:41 glewis ]
1.40 Mk/bsd.java.mk
. 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
|
|
Sat, 3 Apr 2004
|
[ 04:37 glewis ]
1.39 Mk/bsd.java.mk
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. (Only the first 15 lines of the commit message are shown above )
|
|
Fri, 23 Jan 2004
|
[ 07:43 znerd ]
1.38 Mk/bsd.java.mk
Fixed an incorrect comment.
Requested by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
PR: 61741
|
|
Tue, 20 Jan 2004
|
[ 09:14 marcus ]
1.3 games/moonlander/Makefile
1.45 security/snort/Makefile
1.29 Mk/bsd.emacs.mk
1.58 Mk/bsd.gnome.mk
1.9 Mk/bsd.gnustep.mk
1.37 Mk/bsd.java.mk
1.12 Mk/bsd.openssl.mk
1.475 Mk/bsd.port.mk
1.51 Mk/bsd.port.subdir.mk
1.43 Mk/bsd.python.mk
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] (Only the first 15 lines of the commit message are shown above )
|
|
Mon, 15 Dec 2003
|
[ 07:04 znerd ]
1.36 Mk/bsd.java.mk
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
|
|
Tue, 11 Nov 2003
|
[ 22:25 glewis ]
1.35 Mk/bsd.java.mk
. Note some of the JDKs are now 1.4.2 rather than 1.4.1 (the native one
was updated today in particular).
|
|
Wed, 3 Sep 2003
|
[ 17:29 glewis ]
1.34 Mk/bsd.java.mk
. 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
|
[ 15:31 znerd ]
1.33 Mk/bsd.java.mk
Sun JDK 1.4 for Linux is now 1.4.2, not 1.4.1.
|
|
Thu, 1 May 2003
|
[ 17:50 glewis ]
1.32 Mk/bsd.java.mk
. 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
|
[ 16:31 phantom ]
1.31 Mk/bsd.java.mk
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
|
[ 18:13 sobomax ]
1.30 Mk/bsd.java.mk
Add support for native JDK 1.4.1 port.
|
|
Mon, 18 Nov 2002
|
[ 13:00 znerd ]
1.29 Mk/bsd.java.mk
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 ]
1.28 Mk/bsd.java.mk
Only using Jikes if NO_BUILD is not set.
Requested by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
|
Mon, 14 Oct 2002
|
[ 20:16 znerd ]
1.27 Mk/bsd.java.mk
Fixed support for Blackdown JDK 1.3.x.
Submitted by: Seamus Venasse <Seamus.Venasse@polaris.ca>
|
|
Tue, 17 Sep 2002
|
[ 10:12 znerd ]
1.26 Mk/bsd.java.mk
Now supports the Sun JDK 1.4.1 for Linux instead of 1.4.0.
|
[ 10:03 znerd ]
1.25 Mk/bsd.java.mk
Fixed support for Blackdown JDK 1.3 for Linux.
Submitted by: Seamus Venasse <Seamus.Venasse@gov.yk.ca>
|
|
Mon, 12 Aug 2002
|
[ 13:59 znerd ]
1.24 Mk/bsd.java.mk
Again changed the order within some lists for estetical reasons.
|
[ 12:02 znerd ]
1.59 java/Makefile
1.1 java/linux-blackdown-jdk14/Makefile
1.23 Mk/bsd.java.mk
1.1 java/linux-blackdown-jdk14/distinfo
1.1 java/linux-blackdown-jdk14/pkg-comment
1.1 java/linux-blackdown-jdk14/pkg-descr
1.1 java/linux-blackdown-jdk14/pkg-plist
Added Blackdown JDK 1.4.1 for Linux.
See also:
http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html
|
[ 11:57 znerd ]
1.22 Mk/bsd.java.mk
Changed the order within a list for estetical reasons.
|
|
Sat, 10 Aug 2002
|
[ 11:54 znerd ]
1.12 java/bluej/Makefile
1.13 java/linux-sun-jdk14/Makefile
1.21 Mk/bsd.java.mk
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
|
[ 11:47 znerd ]
1.11 java/bluej/Makefile
1.12 java/linux-sun-jdk14/Makefile
1.20 Mk/bsd.java.mk
Changed the installation directory of the Sun JDK 1.4.x for Linux
to linux-sun-jdk1.4.0.01.
PR: 41424
|
[ 11:31 znerd ]
1.7 games/robocode/Makefile
1.5 java/bugseeker-demo/Makefile
1.7 java/bugseeker/Makefile
1.5 java/forte/Makefile
1.36 java/jdk13/Makefile
1.19 java/linux-sun-jdk13/Makefile
1.19 Mk/bsd.java.mk
Changed the installation directory of the Sun JDK 1.3.x for Linux to
linux-sun-jdk1.3.1.
PR: 41424
|
[ 10:03 znerd ]
1.18 Mk/bsd.java.mk
Now correctly looks for the Blackdown JDK 1.2 for Linux in
${LOCALBASE}/linux-blackdown-jdk1.2.2.
|
|
Wed, 7 Aug 2002
|
[ 21:36 znerd ]
1.17 Mk/bsd.java.mk
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
|
[ 14:12 znerd ]
1.16 Mk/bsd.java.mk
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
|
[ 14:14 znerd ]
1.15 Mk/bsd.java.mk
Removed step 2 which used to check that the JDK ports actually
exists. This unbreaks porteasy.
Reported by: des
|
|
Wed, 12 Jun 2002
|
[ 21:51 znerd ]
1.14 Mk/bsd.java.mk
Matches new names and locations of JDK ports.
Now also checks that all the JDK ports actually exist.
|
|
Mon, 13 May 2002
|
[ 13:25 znerd ]
1.13 Mk/bsd.java.mk
Fixed typo.
Noticed by: Alex Dupre <sysadmin@alexdupre.com>
PR: 37933
|
|
Thu, 9 May 2002
|
[ 12:00 znerd ]
1.1 java/linux-blackdown-jdk13/Makefile
1.12 Mk/bsd.java.mk
1.1 java/linux-blackdown-jdk13/distinfo
1.1 java/linux-blackdown-jdk13/pkg-comment
1.1 java/linux-blackdown-jdk13/pkg-descr
1.1 java/linux-blackdown-jdk13/pkg-plist
Blackdown JDK 1.3.1 for Linux added.
Requested by: Tim Schafer <tim@agship.com>
PR: 37875
|
[ 11:09 znerd ]
1.11 Mk/bsd.java.mk
Now matches the new installation directory of the
Sun JDK 1.2.x for Linux.
|
|
Thu, 2 May 2002
|
[ 13:46 znerd ]
1.10 Mk/bsd.java.mk
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
|
[ 01:18 znerd ]
1.9 Mk/bsd.java.mk
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
|
[ 00:39 znerd ]
1.8 Mk/bsd.java.mk
Add support for the Sun JDK 1.2.
Also fix one NEED_JAVAC related bug/typo.
|
[ 00:23 znerd ]
1.7 java/linux-ibm-jdk13/Makefile
1.7 Mk/bsd.java.mk
1.5 java/linux-ibm-jdk13/distinfo
1.2 java/linux-ibm-jdk13/pkg-comment
1.2 java/linux-ibm-jdk13/pkg-descr
1.5 java/linux-ibm-jdk13/pkg-plist
Update to IBM JDK 1.3.1 (cxia32131-20020302).
PR: 37397
Submitted by: Hye-Shik Chang <perky@akaraka.yonsei.ac.kr>
|
|
Fri, 26 Apr 2002
|
[ 23:30 znerd ]
1.6 Mk/bsd.java.mk
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.
|
|
Fri, 5 Apr 2002
|
[ 00:01 znerd ]
1.5 Mk/bsd.java.mk
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
|
[ 09:57 znerd ]
1.4 Mk/bsd.java.mk
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 ]
1.3 Mk/bsd.java.mk
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 ]
1.2 Mk/bsd.java.mk
Fixed 2 bugs related to dependencies.
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
|
|
Thu, 28 Mar 2002
|
[ 11:24 znerd ]
1.1 Mk/bsd.java.mk
1.406 Mk/bsd.port.mk
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: 83 |