summaryrefslogtreecommitdiff
path: root/java/shujit
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-12-26 12:11:07 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-12-26 12:11:07 +0000
commita2760872d1be4279e642e5a87efe807e546bf8e2 (patch)
treeb78d823cdc6c1f6c41b81dcff7b5b5d50035ee3d /java/shujit
parentBump PORTREVISION for including install-sh. *sigh* (diff)
Update to 0.7.10.
Notes
Notes: svn path=/head/; revision=52207
Diffstat (limited to 'java/shujit')
-rw-r--r--java/shujit/Makefile2
-rw-r--r--java/shujit/distinfo2
-rw-r--r--java/shujit/files/patch-ad13
-rw-r--r--java/shujit/files/patch-ae14
4 files changed, 2 insertions, 29 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile
index d0a30d1fe433..1648e735e153 100644
--- a/java/shujit/Makefile
+++ b/java/shujit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= shujit
-PORTVERSION= 0.7.5
+PORTVERSION= 0.7.10
CATEGORIES= java
MASTER_SITES= http://www.shudo.net/jit/dist/
diff --git a/java/shujit/distinfo b/java/shujit/distinfo
index 7ce97992ca03..4a7418a6c210 100644
--- a/java/shujit/distinfo
+++ b/java/shujit/distinfo
@@ -1 +1 @@
-MD5 (shujit-0.7.5.tar.gz) = f6ff0281971b4453ad939b401826629d
+MD5 (shujit-0.7.10.tar.gz) = 3f1554ea96739bbb4c0b37024e773b8f
diff --git a/java/shujit/files/patch-ad b/java/shujit/files/patch-ad
deleted file mode 100644
index f4c48e5e743f..000000000000
--- a/java/shujit/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- compiler.h 2000/12/14 09:18:13 1.1
-+++ compiler.h 2000/12/14 09:18:41
-@@ -66,10 +66,6 @@
- # if __FreeBSD__ <= 2
- typedef u_int16_t uint16_t;
- # endif
--# if (__FreeBSD__ >= 5) && (JDK_VER == 11)
--typedef unsigned int uint_t;
-- // FreeBSD/JDK 1.1.8 does not typedef this on FreeBSD >= 5
--# endif
- #endif
-
-
diff --git a/java/shujit/files/patch-ae b/java/shujit/files/patch-ae
deleted file mode 100644
index 63284c2b38d9..000000000000
--- a/java/shujit/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- stack.c 2000/12/14 09:19:58 1.1
-+++ stack.c 2000/12/14 09:20:07
-@@ -28,11 +28,6 @@
-
- #include "config.h"
-
--#if (__FreeBSD__ >= 5) && (JDK_VER == 11)
--typedef unsigned int uint_t;
-- // FreeBSD/JDK 1.1.8 does not typedef this on FreeBSD >= 5
--#endif
--
- #ifndef HAVE_GREENTHR_HEADER
- # define NATIVE // for Linux/JDK 1.1.8v1
- #endif