summaryrefslogtreecommitdiff
path: root/lang/blackdown-jdk13
AgeCommit message (Collapse)AuthorFilesLines
2005-02-27Bumpd the PKGREVISION for the following packages:veego1-2/+2
emulators/compat13 emulators/compat14 emulators/compat14-crypto emulators/twin lang/blackdown-jdk13 multimedia/transcode because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk rev 1.1593 and fixed in rev 1.1596. compat13 was bumped to nb2 so we don't have different package version on different archs (alpha had an nb1 before but all other had no PKGREVISION).
2005-02-24Add RMD160 digestsagc1-1/+2
2005-02-21Use the extended PLIST_SRC support which now also reads:veego1-7/+1
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. It was save to remove ${BLACKDOWN_ARCH} for PLIST_SRC, because it was set to i386 in lang/blackdown-jre13/Makefile.common/Makefile.common with the same handling we now use in bsd.pkg.mk.
2004-10-11Fix the "jre" symlink in the various Sun-based JDK packages; it was wrongtv2-4/+3
for quite some time after the ${PREFIX}/java migration. Since pkgsrc now has proper symlink handling in pkg_install, this can now be a simple PLIST entry rather than an @exec/@unexec pair.
2004-10-09s/Runtime Environment/Development Kit/rumble1-1/+1
2004-07-02Unused.wiz1-28/+0
2004-07-02Add appropriate CPPFLAGS and PASSTHRU_DIRS variables so that packageswiz1-1/+4
depending on this one can find the header files. Noted broken by snj.
2004-07-01Make blackdown-j* packages bl3-ready by avoiding to set PREFIX.wiz4-939/+941
Also, add some files to common to make deinstall work cleanly. And set NO_BUILDLINK, since nothing is built. Bump PKGREVISION.
2004-05-05bl3ifyxtraeme1-0/+26
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-02-11Bump PKGREVISIONs for:jlam2-3/+6
lang/blackdown-jdk13 lang/jdk lang/sun-jdk13 lang/sun-jdk14 Create a symlink from ${JAVA_HOME} to ${JAVA_HOME}/jre so that the proper JDK hierarchy is found. This addresses PR 20269 by Todd Vierling <tv at pobox dot com>. This makes misc/openoffice-linux find the Java2 installation again.
2003-01-29Use a more easily scalable method of removing files that are shared withjlam3-24/+53
the JRE package. Also clean up the PLIST so that this package deinstalls cleanly on i386.
2002-11-25- move PLIST elements not found on powerpc to PLIST.i386schmonz4-942/+237
- 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-23Fix PLIST on powerpc.wiz2-1/+732
2002-10-13back out previous. EXTRACT_SUFX is already set to .binjschauma1-5/+1
Pointed out by jlam.
2002-10-13Default to a build dependency as usually packages that need Java will onlyjlam1-1/+2
need a full dependency on the JRE, not the JDK.
2002-10-13Add buildlink2.mk files for use by other package Makefiles. Each JVMjlam1-0/+27
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.jlam2-948/+939
* 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/+5
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* Replace MACHINE_ARCH with BLACKDOWN_ARCH.schmonz2-51/+46
* Improve some formatting.
2002-09-03Some changes to make this work well on Linux:jschauma1-1/+1
- 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-08-08Add a comment for this package.agc1-1/+3
2002-07-28Shuffle logic to ensure that DISTNAME is always set, even on systemsschmonz1-4/+3
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-27We allow several JDKs/JREs to coexist, installing them in separatejschauma6-1212/+968
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-02-15mkdir -> ${MKDIR}skrll1-7/+7
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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-05-23Bumped version number after a changemanu1-2/+2
2001-05-23Prevent shlib cheks (this runs NetBSD's ldd on Linux shared libs)manu1-1/+2
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-5/+5
2001-05-11Adapt to new version number of linuxppc_lib.wiz1-2/+2
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-3/+5
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Fixed a mistake in the PLISTmanu2-4/+4
2001-03-25Java Developmement Kit, version 1.3.0. Works on NetBSD PowerPC ports.manu7-0/+1224