summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2003-03-10 13:16:14 +0000
committerskrll <skrll@pkgsrc.org>2003-03-10 13:16:14 +0000
commit363abb975bb70bb3dc5c7057dc35202c577a0118 (patch)
tree5e95c4857c8d20dd1d34d796f917cf16ad060d5c
parent0e3d925624803b65686b893d798df1552f3714de (diff)
downloadpkgsrc-363abb975bb70bb3dc5c7057dc35202c577a0118.tar.gz
Remove jikes112 - wonka no longer needs this old version.
-rw-r--r--doc/CHANGES4
-rw-r--r--lang/Makefile3
-rw-r--r--lang/jikes112/DESCR13
-rw-r--r--lang/jikes112/Makefile25
-rw-r--r--lang/jikes112/PLIST9
-rw-r--r--lang/jikes112/distinfo6
-rw-r--r--lang/jikes112/patches/patch-aa12
-rw-r--r--lang/jikes112/patches/patch-ab13
8 files changed, 4 insertions, 81 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 35a7b482609..1626f121b50 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1608 2003/03/10 13:07:24 skrll Exp $
+$NetBSD: CHANGES,v 1.1609 2003/03/10 13:16:14 skrll Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -1017,3 +1017,5 @@ Changes to the packages collection and infrastructure in 2003:
Updated bonnie++ to 1.03a [wiz 2003-03-10]
Updated iozone to 3.161 [wiz 2003-03-10]
Updated wonka to 0.9.5 [skrll 2003-03-10]
+ Deleted jikes112 since the current version of jikes can be used with
+ wonka [skrll 2003-03-10]
diff --git a/lang/Makefile b/lang/Makefile
index 6f17529ff83..7e3c05f282d 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.145 2003/03/01 13:15:01 jmmv Exp $
+# $NetBSD: Makefile,v 1.146 2003/03/10 13:16:15 skrll Exp $
#
COMMENT= Programming languages
@@ -53,7 +53,6 @@ SUBDIR+= java-vm-spec
SUBDIR+= jbuilder-jit
SUBDIR+= jdk
SUBDIR+= jikes
-SUBDIR+= jikes112
SUBDIR+= jini
SUBDIR+= joos
SUBDIR+= kaffe
diff --git a/lang/jikes112/DESCR b/lang/jikes112/DESCR
deleted file mode 100644
index 67554e9826e..00000000000
--- a/lang/jikes112/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-The Jikes project is a collaborative software development project
-dedicated to providing a compiler from Java source code to bytecode
-that is conformant, robust, full-featured, commercial-quality, and
-freely available. This project is jointly managed by a group of
-companies and individual volunteers throughout the world, using the
-Internet and the Web to communicate, plan, and develop the compiler
-and its related software and documentation.
-
-The Jikes project is licensed under the IBM Public License, which has
-been approved by the Open Source Initiative.
-
-The project currently includes the Jikes compiler, the Jikes Parser
-Generator, and the Jikes Test Suite.
diff --git a/lang/jikes112/Makefile b/lang/jikes112/Makefile
deleted file mode 100644
index 58c7a3ee8c6..00000000000
--- a/lang/jikes112/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2002/10/31 10:44:21 skrll Exp $
-#
-
-DISTNAME= jikes-1.12
-CATEGORIES= lang
-MASTER_SITES= http://oss.software.ibm.com/pub/jikes/1.12/
-
-MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://www10.software.ibm.com/developerworks/opensource/jikes/
-COMMENT= Java source to byte-code compiler
-
-ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-*
-
-CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
-CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
-
-USE_BUILDLINK2= yes
-GNU_CONFIGURE= yes
-USE_CXX= yes
-UNLIMIT_RESOURCES= datasize
-
-USE_GMAKE= # uses multi-line comments with \ (naughty hack!)
-
-.include "../../lang/gcc/buildlink2.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/jikes112/PLIST b/lang/jikes112/PLIST
deleted file mode 100644
index f2c51cbb435..00000000000
--- a/lang/jikes112/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/10/30 07:29:08 skrll Exp $
-bin/jikes
-man/man1/jikes.1
-share/doc/html/jikes/contrib.html
-share/doc/html/jikes/jikes.gif
-share/doc/html/jikes/jikes.html
-share/doc/html/jikes/license.htm
-share/doc/html/jikes/news.html
-@dirrm share/doc/html/jikes
diff --git a/lang/jikes112/distinfo b/lang/jikes112/distinfo
deleted file mode 100644
index b7631126e74..00000000000
--- a/lang/jikes112/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/10/30 07:29:08 skrll Exp $
-
-SHA1 (jikes-1.12.tar.gz) = 24456595fe0c2453b4685a5943e204655f6bc44b
-Size (jikes-1.12.tar.gz) = 568974 bytes
-SHA1 (patch-aa) = e8bd86c95ca2daeb0e13bad605754579feb9d2d4
-SHA1 (patch-ab) = 12dfe82aaa4f1a41bfa5a4ccb7ac72f7a47a321a
diff --git a/lang/jikes112/patches/patch-aa b/lang/jikes112/patches/patch-aa
deleted file mode 100644
index ccc1ce6dddc..00000000000
--- a/lang/jikes112/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/10/30 07:29:08 skrll Exp $
-
---- configure.orig Fri Jul 12 09:48:26 2002
-+++ configure
-@@ -2549,6 +2549,7 @@
- extern "C" void exit (int);
- #endif
- $ac_includes_default
-+#include <wchar.h>
- int
- main ()
- {
diff --git a/lang/jikes112/patches/patch-ab b/lang/jikes112/patches/patch-ab
deleted file mode 100644
index 6fa89911c29..00000000000
--- a/lang/jikes112/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/10/30 07:29:08 skrll Exp $
-
---- doc/Makefile.in.orig Mon Jul 31 08:56:13 2000
-+++ doc/Makefile.in
-@@ -80,7 +80,7 @@
-
- man_MANS = jikes.1
-
--docdir = $(prefix)/doc/${PACKAGE}-${VERSION}
-+docdir = $(prefix)/share/doc/html/${PACKAGE}
-
- doc_DATA = \
- contrib.html \