Commit graph

24 commits

Author SHA1 Message Date
schmonz
273bcfa7bc - 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-25 14:08:22 +00:00
wiz
afe2814b3f Fix PLIST on powerpc. 2002-11-23 19:56:08 +00:00
jschauma
6451ddb384 back out previous. EXTRACT_SUFX is already set to .bin
Pointed out by jlam.
2002-10-13 16:30:56 +00:00
jlam
f3a5c9ced2 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 08:19:54 +00:00
jlam
5c4953978d 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 07:51:34 +00:00
jlam
15f20a7cb6 * 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-13 07:41:57 +00:00
jschauma
991f720ccc The DISTFILE for powerpc requires a ".bin" suffix.
Pointed out by John Klos (john at sixgirls dot org)
2002-10-12 21:19:58 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
schmonz
be81b39822 * Replace MACHINE_ARCH with BLACKDOWN_ARCH.
* Improve some formatting.
2002-09-08 10:00:19 +00:00
jschauma
f3ac7a5e3e 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
2002-09-03 21:44:08 +00:00
agc
f90d56b04b Add a comment for this package. 2002-08-08 12:20:18 +00:00
schmonz
a4f89299e1 Shuffle logic to ensure that DISTNAME is always set, even on systems
unsupported by this JRE. In such cases, this avoids the error
message "CATEGORIES and DISTNAME are mandatory" and allows the
usual NOT_FOR_PLATFORM message to be displayed.
2002-07-28 12:34:37 +00:00
jschauma
fff0cd3485 We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change VI of many (the last).

Thus install this JDK into ${PREFIX}/java/blackdown-1.3.1 and remove
CONFLICTS with other JDKs/JREs.  Split this package into blackdown-jre13
and blackdown-jdk13 much like sun-j* (see previous import of
lang/blackdown-jre13).

Bump PKGREVISION.

Note: this package is available for i386, sparc, powerpc and the blackdown-jre
is also available for arm.  If you have any of sparc, powerpc or arm,
please make sure this works properly.
2002-07-27 22:45:08 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
manu
777ff979ff Bumped version number after a change 2001-05-23 16:57:47 +00:00
manu
8247df1d3a Prevent shlib cheks (this runs NetBSD's ldd on Linux shared libs) 2001-05-23 16:55:00 +00:00
jlam
dc6eadbf21 Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
wiz
56c9966741 Adapt to new version number of linuxppc_lib. 2001-05-11 09:15:43 +00:00
agc
2b3425f9e9 Move to sha1 digests, and add distfile sizes. 2001-04-19 15:19:05 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
manu
4a5aad854f Fixed a mistake in the PLIST 2001-04-16 12:27:07 +00:00
manu
0d7588c549 Java Developmement Kit, version 1.3.0. Works on NetBSD PowerPC ports. 2001-03-25 00:25:59 +00:00