summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-30 23:18:37 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-30 23:18:37 +0000
commitda5adc365e2b3dff35c4cc48ad726b05e6185080 (patch)
tree17d159d3154d2d594360395d2ea5d260221a8b24 /archivers
parentec89d6a736068f177b6e1eaac7f4e6595b721a52 (diff)
downloadpkgsrc-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 'archivers')
-rw-r--r--archivers/fastjar/ALTERNATIVES1
-rw-r--r--archivers/fastjar/Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/archivers/fastjar/ALTERNATIVES b/archivers/fastjar/ALTERNATIVES
new file mode 100644
index 00000000000..5b6c1027043
--- /dev/null
+++ b/archivers/fastjar/ALTERNATIVES
@@ -0,0 +1 @@
+bin/jar @PREFIX@/bin/fastjar
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index 87e8c022762..339e0ba38bd 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:04 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/01/30 23:18:38 jmmv Exp $
#
DISTNAME= fastjar-0.93
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fastjar/}
EXTRACT_SUFX= .tgz