summaryrefslogtreecommitdiff
path: root/lang/blackdown-jre13
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-07-02Unused.wiz1-25/+0
2004-07-01Make blackdown-j* packages bl3-ready by avoiding to set PREFIX.wiz4-194/+191
Also, add some files to common to make deinstall work cleanly. And set NO_BUILDLINK, since nothing is built. Bump PKGREVISION.
2004-05-05bl3ifyxtraeme2-2/+25
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-08-23Put these packages into a new pseudo-category called 'java'.jschauma1-2/+2
2003-08-02Get the correct distfile for ${MACHINE_ARCH} == "arm".kristerw1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-02-11Need a trailing slash on a directory URL.jlam1-2/+2
2003-01-29Note that some of the installed files are config files and usejlam4-32/+48
bsd.pkg.install.mk to handle the file copying and directory handling. Bump PKGREVISION of lang/blackdown-jre13 to 1.
2002-12-05use automatic MESSAGE handling.grant1-5/+1
2002-11-29Default to green threads on powerpc, as suggested by manu@.schmonz3-7/+33
2002-11-25- move PLIST elements not found on powerpc to PLIST.i386schmonz8-199/+55
- include bsd.pkg.mk explicitly, rather than in Makefile.common - replace dependency on linuxppc_lib with suse_base to get a sufficiently recent glibc - teach the remaining two usages of `uname -m` output about our various powerpc platforms This makes the Blackdown JRE finally work on powerpc again. Note that suse_base requires a Linux kernel version >= 2.2. NetBSD-current's COMPAT_LINUX reports itself as 2.4.18 by default on i386 and powerpc. On NetBSD/powerpc 1.6, you'll need to override the default value of the "emul.linux.kern.osrelease" sysctl. On NetBSD < 1.6, you can try setting the sysctl, but the emulation may be insufficient to run this software properly. Also note that on powerpc, you must specify the "-green" option, because the Classic VM hangs.
2002-11-23Fix PLIST on powerpc.wiz2-1/+180
2002-11-07Don't chmod the distfile if the permissions are already correct.jlam1-2/+4
Addresses pkg/18941 by Robert Elz.
2002-10-13back out previous. EXTRACT_SUFX is already set to .binjschauma1-3/+1
Pointed out by jlam.
2002-10-13Add buildlink2.mk files for use by other package Makefiles. Each JVMjlam1-0/+25
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* Use buildlink2.jlam3-217/+215
* 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-12The DISTFILE for powerpc requires a ".bin" suffix.jschauma1-1/+3
Pointed out by John Klos (john at sixgirls dot org)
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-08* Introduce BLACKDOWN_ARCH, which is usually just ${MACHINE_ARCH}schmonz6-97/+111
(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.
2002-09-05Don't set DISTFILES directly on powerpc; set DISTNAME instead, toschmonz1-2/+2
let the .bin suffix get added as on other platforms.
2002-09-03Some changes to make this work well on Linux:jschauma2-3/+12
- 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-07-28Shuffle logic to ensure that DISTNAME is always set, even on systemsschmonz2-16/+15
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. Also, entab a bit.
2002-07-27Initial import of blackdown-jre13, split off from lang/blackdown-jdk13.jschauma7-0/+306
Common Makefile functionality for this and lang/blackdown-jdk13 is in Makefile.common.