The NetBSD Project

CVS log for pkgsrc/lang/jdk/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / jdk

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.54, Wed Feb 10 17:42:31 2010 UTC (14 years, 1 month ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q2-base, pkgsrc-2011Q2, HEAD
Changes since 1.53: +1 -1 lines
FILE REMOVED

Retire jdk, jdk-openjit, sun-jdk14, sun-jdk15, sun-jre14, sun-jre15.

Revision 1.53 / (download) - annotate - [select for diffs], Tue May 19 08:59:19 2009 UTC (14 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.52: +1 -2 lines
Diff to previous 1.52 (colored) to selected 1.22 (colored)

Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.

Revision 1.52 / (download) - annotate - [select for diffs], Mon May 26 02:13:21 2008 UTC (15 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.51: +4 -2 lines
Diff to previous 1.51 (colored) to selected 1.22 (colored)

Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Mar 4 16:38:12 2008 UTC (16 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Changes since 1.50: +5 -3 lines
Diff to previous 1.50 (colored) to selected 1.22 (colored)

Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.50 / (download) - annotate - [select for diffs], Wed Mar 21 19:44:10 2007 UTC (17 years ago) by jwise
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Changes since 1.49: +2 -2 lines
Diff to previous 1.49 (colored) to selected 1.22 (colored)

Per Juan RP, use pkgsrc-users@ as MAINTAINER of unmaintained pkgs.

Revision 1.49 / (download) - annotate - [select for diffs], Wed Mar 21 18:55:48 2007 UTC (17 years ago) by jwise
Branch: MAIN
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.22 (colored)

I'm not using any of these packages any more, and have not been keeping up
on maintaining them.  Switch MAINTAINER to tech-pkg, so I can focus on those
which I am still using.

Revision 1.48 / (download) - annotate - [select for diffs], Mon May 22 22:22:04 2006 UTC (17 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.47: +2 -3 lines
Diff to previous 1.47 (colored) to selected 1.22 (colored)

Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk where
it will live with other "check" targets run after package installation.

Get rid of SHLIB_HANDLING, whose meaning had mutated over the years
from one thing to another.  Currently, it is used to basically note
whether the system's "ldd" command can be usefully run on the package's
binaries and libraries.  Rename this variable to CHECK_SHLIBS_SUPPORTED
for more clarity.

CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf
to note whether the check for missing run-time search paths is performed
after a package is installed.  It defaults to "no" unless PKG_DEVELOPER
is set.

Revision 1.47 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:10 2006 UTC (17 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.22 (colored)

Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.

Revision 1.46 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:46 2005 UTC (18 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.45: +1 -2 lines
Diff to previous 1.45 (colored) to selected 1.22 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Aug 20 19:16:23 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.22 (colored)

Use REQD_DIRS instead of MAKE_DIRS for directories under ${PREFIX} so
that these directories will be conditionally removed (based on reference
counts), regardless of the value of PKG_CONFIG.  Bump the PKGREVISION
for packages that were modified as a result.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Aug 19 18:12:37 2005 UTC (18 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored) to selected 1.22 (colored)

Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS
as the INSTALL and DEINSTALL scripts no longer distinguish between
the two types of files.  Drop SUPPORT_FILES{,_PERMS} and modify the
packages in pkgsrc accordingly.

Revision 1.43 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:14 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.42: +1 -2 lines
Diff to previous 1.42 (colored) to selected 1.22 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Jan 30 23:18:38 2005 UTC (19 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.22 (colored)

Convert the Java related packages to use the alternatives system.  To do
this, we only need some simple logic in java-env.mk to automatically
generate an ALTERNATIVES file for us.

There are two exceptions, though: fastjar and jikes (pointed out by tv@),
which do not use this file; they have to be handled manually.

Bump PKGREVISION for all affected packages.

While doing this, remove the java-wrapper package, obsoleted by the new
functionality provided by pkg_alternatives.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Oct 11 14:07:37 2004 UTC (19 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.22 (colored)

Fix the "jre" symlink in the various Sun-based JDK packages; it was wrong
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.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Jul 29 00:50:59 2004 UTC (19 years, 8 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.39: +15 -10 lines
Diff to previous 1.39 (colored) to selected 1.22 (colored)

Add java-env.mk support; bump PKGREVISION.

Revision 1.39 / (download) - annotate - [select for diffs], Fri Jul 2 13:42:39 2004 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored) to selected 1.22 (colored)

Add -f to mv for non-root users.

Revision 1.38 / (download) - annotate - [select for diffs], Thu Jul 1 10:57:05 2004 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.22 (colored)

To be on the safe side, bump PKGREVISION for the RPEFIX change.

Revision 1.37 / (download) - annotate - [select for diffs], Thu Jul 1 00:00:43 2004 UTC (19 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.36: +11 -13 lines
Diff to previous 1.36 (colored) to selected 1.22 (colored)

Make bl3-ready -- do not set PREFIX, use paths relative to "real" PREFIX.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Feb 23 22:10:48 2004 UTC (20 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.35: +2 -1 lines
Diff to previous 1.35 (colored) to selected 1.22 (colored)

Fix (de)installation by removing a .orig file
from the install dir.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Aug 23 15:13:59 2003 UTC (20 years, 7 months ago) by jschauma
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.34: +2 -2 lines
Diff to previous 1.34 (colored) to selected 1.22 (colored)

Put these packages into a new pseudo-category called 'java'.

Revision 1.34 / (download) - annotate - [select for diffs], Thu Jul 17 21:44:42 2003 UTC (20 years, 8 months ago) by grant
Branch: MAIN
Changes since 1.33: +4 -4 lines
Diff to previous 1.33 (colored) to selected 1.22 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.33 / (download) - annotate - [select for diffs], Tue May 6 17:41:39 2003 UTC (20 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.22 (colored)

Drop trailing whitespace.  Ok'ed by wiz.

Revision 1.32 / (download) - annotate - [select for diffs], Tue Feb 11 04:23:14 2003 UTC (21 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.31: +3 -2 lines
Diff to previous 1.31 (colored) to selected 1.22 (colored)

Bump PKGREVISIONs for:

	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.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Feb 3 23:48:07 2003 UTC (21 years, 1 month ago) by jlam
Branch: MAIN
Changes since 1.30: +28 -6 lines
Diff to previous 1.30 (colored) to selected 1.22 (colored)

Bump PKGREVISION of lang/jdk to 3: we use bsd.pkg.install.mk to handle
copying of config files and handling of directories.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Oct 13 07:48:52 2002 UTC (21 years, 5 months ago) by jlam
Branch: MAIN
Changes since 1.29: +10 -10 lines
Diff to previous 1.29 (colored) to selected 1.22 (colored)

* Use buildlink2.
* Install with JAVA_HOME=${LOCALBASE}/java/jdk-1.1.8 instead of into
  ${LOCALBASE}/java/${PKGNAME}, which lead to the jdk installation moving
  even when the PKGREVISION is bumped.
* Cosmetic updates to the package Makefile.
* Sort the PLIST.

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jul 28 12:38:50 2002 UTC (21 years, 8 months ago) by schmonz
Branch: MAIN
CVS Tags: netbsd-1-6-RELEASE-base, netbsd-1-6
Changes since 1.28: +7 -7 lines
Diff to previous 1.28 (colored) to selected 1.22 (colored)

Entab.

Revision 1.28 / (download) - annotate - [select for diffs], Sat Jul 27 21:32:48 2002 UTC (21 years, 8 months ago) by jschauma
Branch: MAIN
Changes since 1.27: +5 -8 lines
Diff to previous 1.27 (colored) to selected 1.22 (colored)

We allow several JDKs/JREs to coexist, installing them in separate
subdirectories under ${PREFIX}/java/ -- Change II of many.

Thus, install this jdk in ${PREFIX}/java/jdk-1.1.8, remove
CONFLICTS with other JDKs/JREs and bump PKGREVISION.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Mar 1 01:58:35 2002 UTC (22 years, 1 month ago) by abs
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.22 (colored)

If we find ourself on Linux-*-i686, deal with it.

Revision 1.26 / (download) - annotate - [select for diffs], Thu May 17 15:03:00 2001 UTC (22 years, 10 months ago) by abs
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored) to selected 1.22 (colored)

Enable for Linux-*-i386

Revision 1.25 / (download) - annotate - [select for diffs], Sat Feb 17 09:07:16 2001 UTC (23 years, 1 month ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.24: +2 -1 lines
Diff to previous 1.24 (colored) to selected 1.22 (colored)

Move the COMMENT from being in its own file to a definition in the
package Makefile.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Feb 9 17:59:46 2001 UTC (23 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.22 (colored)

Fix typo

Revision 1.23 / (download) - annotate - [select for diffs], Fri Feb 9 17:48:39 2001 UTC (23 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.22: +7 -4 lines
Diff to previous 1.22 (colored)

+ Create the symlinks relative to the cwd, so that we don't get erroneous
pathnames in there.

+ Treat libXm separately from the rest of the libs, since (a) it needs a
separate "intermediate" symlink as well, even for ELF libs, and (b) it
uses a completely different version number from the rest of the libs,
for obvious reasons

Revision 1.22 / (download) - annotate - [selected], Fri Feb 9 17:02:46 2001 UTC (23 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.21: +9 -7 lines
Diff to previous 1.21 (colored)

On ELF systems, install symlinks to shared libs as well as the libs
themselves, in sync with the new PLIST style. Not tested on a.out
i386 platform, as I don't have one to hand.

Should address PR 12044, from Chris Jones.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Feb 9 15:03:06 2001 UTC (23 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.20: +4 -3 lines
Diff to previous 1.20 (colored) to selected 1.22 (colored)

Add jdk licence to the licenses/ directory, so that "make show-license"
in pkgsrc/lang/jdk DTRT
Remove duplicate inclusion of bsd.prefs.mk in in jdk package Makefile

Revision 1.20 / (download) - annotate - [select for diffs], Mon Jan 29 11:34:30 2001 UTC (23 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.19: +3 -5 lines
Diff to previous 1.19 (colored) to selected 1.22 (colored)

Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Nov 18 00:40:50 2000 UTC (23 years, 4 months ago) by tv
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored) to selected 1.22 (colored)

Add needed CONFLICTS.

Revision 1.18 / (download) - annotate - [select for diffs], Tue Sep 12 11:56:24 2000 UTC (23 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.22 (colored)

Need CHECK_SHLIBS=no.

Revision 1.17 / (download) - annotate - [select for diffs], Fri Aug 18 22:46:37 2000 UTC (23 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.16: +5 -2 lines
Diff to previous 1.16 (colored) to selected 1.22 (colored)

Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.

Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 16 18:51:07 2000 UTC (24 years ago) by kim
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.22 (colored)

Using ${VERSION} instead of a hard-coded 1.1.8
in the shared library hack feels safer.

Revision 1.15 / (download) - annotate - [select for diffs], Tue Feb 1 02:21:54 2000 UTC (24 years, 2 months ago) by jwise
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.14: +27 -6 lines
Diff to previous 1.14 (colored) to selected 1.22 (colored)

Update this to use ELF version of jdk-1.1.8 distribution on ELFin i386
systems.  Many thanks to Scott Bartram/OrionSoft for providing this
(and the a.out version)

Revision 1.14 / (download) - annotate - [select for diffs], Sat Jan 15 02:08:04 2000 UTC (24 years, 2 months ago) by jwise
Branch: MAIN
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored) to selected 1.22 (colored)

Two nits with the show-shlib-type target:

1.) protect definition of show-shlib-type with `if !target(show-shlib-type)'
    so that it can be overriden in a pkg makefile

2.) move the definition in lang/jdk/Makefile before the include of bsd.pkg.mk
    to trigger this.

Without these changes, show-shlib-type was `ELF\na.out' on i386/ELF, so
it was still treated as ELF.

lang/jdk now works on i386/ELF  (yay!).


While there, fix JAVA_HOME default to be JDK_HOME if PKG_JVM is jdk
and JDK_HOME is defined.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jan 13 20:13:38 2000 UTC (24 years, 2 months ago) by jwise
Branch: MAIN
Changes since 1.12: +6 -1 lines
Diff to previous 1.12 (colored) to selected 1.22 (colored)

Set NO_MTREE, since we modify PREFIX, and don't want all sorts of empty
directories created under JAVA_HOME.

Is there a cleaner way to do this?

Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 11 12:35:07 2000 UTC (24 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.11: +3 -4 lines
Diff to previous 1.11 (colored) to selected 1.22 (colored)

update to JDK 1.1.18-rc1

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 9 01:20:33 2000 UTC (24 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored) to selected 1.22 (colored)

whitespace cleanup

Revision 1.10 / (download) - annotate - [select for diffs], Fri Dec 10 03:55:22 1999 UTC (24 years, 3 months ago) by hubertf
Branch: MAIN
Changes since 1.9: +35 -22 lines
Diff to previous 1.9 (colored) to selected 1.22 (colored)

Make this relocatable outside of $LOCALBASE/java by setting JDK_HOME.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Nov 23 16:26:13 1999 UTC (24 years, 4 months ago) by hubertf
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.22 (colored)

add a bunch of NO_CDROM where appropriate

Revision 1.8 / (download) - annotate - [select for diffs], Mon May 24 20:39:44 1999 UTC (24 years, 10 months ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-4-PATCH001, comdex-fall-1999
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.22 (colored)

Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Feb 20 22:48:32 1999 UTC (25 years, 1 month ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE
Changes since 1.6: +1 -3 lines
Diff to previous 1.6 (colored) to selected 1.22 (colored)

Fix CONFLICTS (remove redundancy, mostly)

Revision 1.6 / (download) - annotate - [select for diffs], Fri Feb 5 16:33:34 1999 UTC (25 years, 1 month ago) by frueauf
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored) to selected 1.22 (colored)

Update jdk from beta2 to 1.1.6. This one should also have all necessary
includes.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Dec 17 21:45:13 1998 UTC (25 years, 3 months ago) by jwise
Branch: MAIN
Changes since 1.4: +3 -1 lines
Diff to previous 1.4 (colored) to selected 1.22 (colored)

make this conflict with jdk-1.1.5b1

Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 3 23:17:56 1998 UTC (25 years, 4 months ago) by frueauf
Branch: MAIN
Changes since 1.3: +14 -13 lines
Diff to previous 1.3 (colored) to selected 1.22 (colored)

Update jdk to 1.1.6b2. This is the latest native jdk for NetBSD/i386.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 26 14:52:39 1998 UTC (25 years, 7 months ago) by tsarna
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH003
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.22 (colored)

better HOMEPAGE, remove from DESCR

Revision 1.2 / (download) - annotate - [select for diffs], Thu Aug 20 15:17:05 1998 UTC (25 years, 7 months ago) by tsarna
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.22 (colored)

The Grand Homepagification:
	- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 23 16:42:24 1998 UTC (25 years, 9 months ago) by agc
Branch: MAIN
Diff to selected 1.22 (colored)

Addition of version 1.1.5b1 of the Java(TM) Development Kit to the
packages collection.  This was ported by Simon Gerraty, uses Sun's
green threads implementation, and is based on the FreeBSD port.
Currently, this is only for the i386 architecture.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>