Path to this page:
NOTICE: This package has been removed from pkgsrc./
lang/scsl-jre15,
Suns Java(tm) 2 Standard Edition, JRE 5.0 for BSD
Branch: CURRENT,
Version: 1.5.0p3.1nb1,
Package name: scsl-jre15-1.5.0p3.1nb1,
Maintainer: pkgsrc-usersThis is the SCSL-based port of the Sun Java(tm) Runtime Environment (J2SE 5.0).
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.1 2007/08/30 17:52:48 jlam Exp $
case ${STAGE} in
DEINSTALL)
${RM} -f @JAVA_HOME@/lib/@EMUL_ARCH@/client/classes.jsa
;;
esac
DEINSTALL.tmpl [+/-]# $NetBSD: DEINSTALL.tmpl,v 1.1 2006/05/15 19:44:07 tv Exp $
case ${STAGE} in
DEINSTALL)
${RM} -f @JAVA_HOME@/lib/@MACHINE_ARCH@/client/classes.jsa;;
esac
SHA1: 85fa7dc9571cde219fdf2be6c80acf6c4a008f1d
RMD160: bdeb4ed891940bdadeec672adc0c33f5c6f2642b
Filesize: 20998.707 KB
Version history: (Expand)
- (2008-02-02) Package deleted from pkgsrc
- (2007-09-09) Updated to version: scsl-jre15-1.5.0p3.1nb1
CVS history: (Expand)
2008-01-19 05:43:34 by Tobias Nygren | Files touched by this commit (17) | |
Log message:
Decommission the lang/scsl-* packages, since the master site no longer
hosts the required files and nobody stepped up to solve this. See:
http://mail-index.netbsd.org/netbsd-java/2007/12/31/0000.html
Also see the wip/jdk15 package for the continued java on BSD efforts.
|
2007-09-15 12:59:40 by OBATA Akio | Files touched by this commit (1) |
Log message:
X11BASE is suituable for PREFIX if X11_TYPE==native.
|
2007-08-30 19:52:50 by Johnny C. Lam | Files touched by this commit (8) |
Log message:
* Convert to use the pkgsrc emulator framework. This allows NetBSD/amd64
to install and use this NetBSD/i386 JRE/JDK distribution.
* Make the scsl-* packages look more like the sun-* JRE and JDK packages.
* The scsl-jre15 package was built on NetBSD-2.0.x and needs libstdc++.5.0,
so require netbsd>=2.0. Bump the PKGREVISION of scsl-jre15 to 1 to
reflect the potential new dependencies on the compat20 and compat30
packages. This addresses part of PR pkg/36797.
|
2007-04-26 22:14:29 by Todd Vierling | Files touched by this commit (1) |
Log message:
give away to pkgsrc-users.
(I might be able to pick this up again in the future, but cannot guarantee it.)
|
2007-02-15 15:40:37 by Roland Illig | Files touched by this commit (1) |
Log message:
bzip2 files don't need the executable bit.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-06-18 10:45:56 by Roland Illig | Files touched by this commit (3) |
Log message:
Fixed many pkglint warnings.
|