diff options
-rw-r--r-- | java/shujit/Makefile | 4 | ||||
-rw-r--r-- | java/shujit/distinfo | 2 | ||||
-rw-r--r-- | java/shujit/files/patch-aa | 11 |
3 files changed, 14 insertions, 3 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile index eac6c9541a0e..ac0d1c8370d6 100644 --- a/java/shujit/Makefile +++ b/java/shujit/Makefile @@ -6,9 +6,9 @@ # $FreeBSD$ # -DISTNAME= shujit-0.3.8 +DISTNAME= shujit-0.3.13 CATEGORIES= java -MASTER_SITES= http://www.shudo.net/jit/dist/old/ +MASTER_SITES= http://www.shudo.net/jit/dist/ MAINTAINER= jake@checker.org diff --git a/java/shujit/distinfo b/java/shujit/distinfo index 7c938031a5c4..a6c1a7f706cd 100644 --- a/java/shujit/distinfo +++ b/java/shujit/distinfo @@ -1 +1 @@ -MD5 (shujit-0.3.8.tar.gz) = 9d7ef6981440f133270bc4e52662597c +MD5 (shujit-0.3.13.tar.gz) = 282298cd8dc2cb43a7eb70f0d2512f95 diff --git a/java/shujit/files/patch-aa b/java/shujit/files/patch-aa new file mode 100644 index 000000000000..90c44ddf9214 --- /dev/null +++ b/java/shujit/files/patch-aa @@ -0,0 +1,11 @@ +--- compiler.h.orig Tue Nov 2 16:12:52 1999 ++++ compiler.h Tue Nov 2 16:11:46 1999 +@@ -203,7 +203,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 */ + # define SC_EAX sc_eax + # define SC_ECX sc_ecx + # define SC_EDX sc_edx |