Subject: CVS commit: pkgsrc/lang/blackdown-jre13
To: None <pkgsrc-changes@netbsd.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 09/08/2002 12:59:52
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Sun Sep  8 09:59:52 UTC 2002

Modified Files:
	pkgsrc/lang/blackdown-jre13: Makefile Makefile.common PLIST distinfo
	pkgsrc/lang/blackdown-jre13/patches: patch-aa
Added Files:
	pkgsrc/lang/blackdown-jre13/patches: patch-ab

Log Message:
* Introduce BLACKDOWN_ARCH, which is usually just ${MACHINE_ARCH}
  (but is "ppc" on powerpc), and use it instead of MACHINE_ARCH where
  applicable.

* Introduce BLACKDOWN_REL, which is usually just "FCS-02b" (but is
  "rc1" on arm).

* Simplify how MASTER_SITES and DISTFILES get defined.

* Improve some formatting.

* Replace literal "i386" in PLIST with ${BLACKDOWN_ARCH}.

* Adjust bin/.java_wrapper for powerpc platforms, and update the
  similar patch for bin/realpath.

On NetBSD/powerpc, this greatly reduces noise during package
installation, and gets us further at runtime. Believe it or not,
seeing "/lib/libc.so.6: version `GLIBC_2.2' not found" is an
improvement.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/blackdown-jre13/Makefile \
    pkgsrc/lang/blackdown-jre13/Makefile.common
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/blackdown-jre13/PLIST \
    pkgsrc/lang/blackdown-jre13/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/lang/blackdown-jre13/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/lang/blackdown-jre13/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.