diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-29 15:24:09 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-08-29 15:24:09 +0000 |
commit | e4911d8856f4f4df81be4582fb80e60e1cdcead2 (patch) | |
tree | 46e463c0bce8727b02a7b9dad7f68125982335af /java/shujit | |
parent | ec85bad9f657c99581026396521cea60299efc4a (diff) |
Update to 0.6.3.
Notes
Notes:
svn path=/head/; revision=32101
Diffstat (limited to 'java/shujit')
-rw-r--r-- | java/shujit/Makefile | 2 | ||||
-rw-r--r-- | java/shujit/distinfo | 2 | ||||
-rw-r--r-- | java/shujit/files/patch-aa | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile index 4bec3c18fc48..eb71e7fb246e 100644 --- a/java/shujit/Makefile +++ b/java/shujit/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shujit -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.3 CATEGORIES= java MASTER_SITES= http://www.shudo.net/jit/dist/ diff --git a/java/shujit/distinfo b/java/shujit/distinfo index 95635c9e4654..b6d2e2e493db 100644 --- a/java/shujit/distinfo +++ b/java/shujit/distinfo @@ -1 +1 @@ -MD5 (shujit-0.5.2.tar.gz) = ec9daf6882fd813f031ca85166fb33f1 +MD5 (shujit-0.6.3.tar.gz) = 4b7bf323a85b84ae95b98d36ce41a2c5 diff --git a/java/shujit/files/patch-aa b/java/shujit/files/patch-aa index 358de92fdd51..8f070828eeaa 100644 --- a/java/shujit/files/patch-aa +++ b/java/shujit/files/patch-aa @@ -1,11 +1,11 @@ ---- compiler.h.orig Mon Dec 27 23:24:53 1999 -+++ compiler.h Sat Jan 8 08:07:30 2000 -@@ -203,7 +203,7 @@ +--- compiler.h.orig Mon Aug 28 12:46:29 2000 ++++ compiler.h Tue Aug 29 18:15:12 2000 +@@ -138,7 +138,7 @@ # define SC_TRAPNO trapno # define SC_ERR err # elif defined(__FreeBSD__) --# include <machine/signal.h> /* for struct sigcontext */ -+# include <sys/signal.h> /* for struct sigcontext */ +-# include <machine/signal.h> // for struct sigcontext ++# include <sys/signal.h> // for struct sigcontext # define SC_EAX sc_eax # define SC_ECX sc_ecx # define SC_EDX sc_edx |