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 | 3d9388c664bb6f7bb800ca345330207baed302a1 (patch) | |
tree | 17d159d3154d2d594360395d2ea5d260221a8b24 /lang/kaffe | |
parent | edcb7a569ffd81b29cd91b1f2752681a9293d58e (diff) | |
download | pkgsrc-3d9388c664bb6f7bb800ca345330207baed302a1.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/kaffe')
-rw-r--r-- | lang/kaffe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/kaffe/Makefile b/lang/kaffe/Makefile index ea7c6fabfc5..fe7a7150858 100644 --- a/lang/kaffe/Makefile +++ b/lang/kaffe/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.57 2004/10/17 15:34:56 tv Exp $ +# $NetBSD: Makefile,v 1.58 2005/01/30 23:18:38 jmmv Exp $ # .include "Makefile.common" -PKGREVISION= 5 +PKGREVISION= 6 CONFLICTS+= kaffe-nox11-[0-9]* |