diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-30 23:18:37 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-30 23:18:37 +0000 |
commit | da5adc365e2b3dff35c4cc48ad726b05e6185080 (patch) | |
tree | 17d159d3154d2d594360395d2ea5d260221a8b24 /lang/Makefile | |
parent | ec89d6a736068f177b6e1eaac7f4e6595b721a52 (diff) | |
download | pkgsrc-da5adc365e2b3dff35c4cc48ad726b05e6185080.tar.gz |
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.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 836761c0459..722b9e97697 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.207 2005/01/23 22:58:08 recht Exp $ +# $NetBSD: Makefile,v 1.208 2005/01/30 23:18:37 jmmv Exp $ # COMMENT= Programming languages @@ -67,7 +67,6 @@ SUBDIR+= japhar SUBDIR+= jasmin SUBDIR+= java-lang-spec SUBDIR+= java-vm-spec -SUBDIR+= java-wrapper SUBDIR+= jbuilder-jit SUBDIR+= jdk SUBDIR+= jdk-openjit |