2002-11-25 15:08:22 by Amitai Schlair | Files touched by this commit (4) |
Log message:
- move PLIST elements not found on powerpc to PLIST.i386
- include bsd.pkg.mk explicitly, rather than in the JRE's Makefile.common
- be more thorough at avoiding installation of files that are also
found in the JRE
|
2002-11-23 21:19:28 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Fix PLIST on powerpc.
|
2002-10-13 18:30:57 by Jan Schaumann | Files touched by this commit (2) |
Log message:
back out previous. EXTRACT_SUFX is already set to .bin
Pointed out by jlam.
|
2002-10-13 10:19:55 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Default to a build dependency as usually packages that need Java will only
need a full dependency on the JRE, not the JDK.
|
2002-10-13 09:51:42 by Johnny C. Lam | Files touched by this commit (8) |
Log message:
Add buildlink2.mk files for use by other package Makefiles. Each JVM
buildlink2.mk file creates a public variable \
"BUILDLINK_JAVA_PREFIX.<pkg>"
that may be used as the JAVA_HOME for that package.
|
2002-10-13 09:41:59 by Johnny C. Lam | Files touched by this commit (5) | |
Log message:
* Use buildlink2.
* Build the blackdown packages with
PREFIX=${LOCALBASE}/java/blackdown-1.3.1
and adjust the PLIST accordingly. This is to make the Java VM packages
consistently return JAVA_HOME from `pkg_info -qp <jvm-pkg>'.
* Cosmetic updates to package Makefiles.
|
2002-10-12 23:19:59 by Jan Schaumann | Files touched by this commit (2) |
Log message:
The DISTFILE for powerpc requires a ".bin" suffix.
Pointed out by John Klos (john at sixgirls dot org)
|
2002-09-24 14:30:55 by Thomas Klausner | Files touched by this commit (155) |
Log message:
Complete standardization of messages according to latest pkglint.
|
2002-09-08 12:00:19 by Amitai Schlair | Files touched by this commit (2) |
Log message:
* Replace MACHINE_ARCH with BLACKDOWN_ARCH.
* Improve some formatting.
|
2002-09-03 23:44:13 by Jan Schaumann | Files touched by this commit (5) |
Log message:
Some changes to make this work well on Linux:
- For this package i[3-6]86 can be set equal with i386, allowing us to specify
the download site using MACHINE_ARCH.
- Enable for platform Linux-*-i[3-6]86
- Don't display MESSAGE about requiring COMPAT_LINUX when on linux:
=> move MESSAGE to MESSAGE.NetBSD
|