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/jikes | |
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/jikes')
-rw-r--r-- | lang/jikes/ALTERNATIVES | 1 | ||||
-rw-r--r-- | lang/jikes/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/lang/jikes/ALTERNATIVES b/lang/jikes/ALTERNATIVES new file mode 100644 index 00000000000..d3dc3d9060d --- /dev/null +++ b/lang/jikes/ALTERNATIVES @@ -0,0 +1 @@ +bin/javac @PREFIX@/bin/jikes diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index 49665dae617..c4878491dd9 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2004/11/13 22:04:53 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2005/01/30 23:18:38 jmmv Exp $ # DISTNAME= jikes-1.22 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang java MASTER_SITES= http://oss.software.ibm.com/pub/${DISTNAME:S,-,/,}/ EXTRACT_SUFX= .tar.bz2 |