summaryrefslogtreecommitdiff
path: root/java/shujit
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-12-14 09:36:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-12-14 09:36:43 +0000
commitf190e29bce24bd27e7d85bbb04a4b30e56de0ad1 (patch)
tree26efb43e4232339ac037972db165e380fb019883 /java/shujit
parentAdd additional theme distributed by the author along with login.app itself and (diff)
Update to 0.6.9. This version fixes some incompatabilities between shujit and
FreeBSD, so it's recommended to upgrade if you have any problems with previous version. Submitted by: Kazuyuki Shudo <shudoh@muraoka.info.waseda.ac.jp>
Notes
Notes: svn path=/head/; revision=35970
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, 29 insertions, 2 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile
index 0539381db3c2..5da31832c49e 100644
--- a/java/shujit/Makefile
+++ b/java/shujit/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= shujit
-PORTVERSION= 0.6.8
+PORTVERSION= 0.6.9
CATEGORIES= java
MASTER_SITES= http://www.shudo.net/jit/dist/
diff --git a/java/shujit/distinfo b/java/shujit/distinfo
index 1edc04376b05..4dc85aa0efbc 100644
--- a/java/shujit/distinfo
+++ b/java/shujit/distinfo
@@ -1 +1 @@
-MD5 (shujit-0.6.8.tar.gz) = fd169699f85e3e56c29afb7a15b6b75a
+MD5 (shujit-0.6.9.tar.gz) = 547e9936e56f7020fd547c71e5c23259
diff --git a/java/shujit/files/patch-ad b/java/shujit/files/patch-ad
new file mode 100644
index 000000000000..f4c48e5e743f
--- /dev/null
+++ b/java/shujit/files/patch-ad
@@ -0,0 +1,13 @@
+--- 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
new file mode 100644
index 000000000000..63284c2b38d9
--- /dev/null
+++ b/java/shujit/files/patch-ae
@@ -0,0 +1,14 @@
+--- 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