Update to 0.6.8.

This commit is contained in:
Maxim Sobolev 2000-11-23 18:34:53 +00:00
parent 6358bdce79
commit 1cf4623c67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35383
3 changed files with 2 additions and 13 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= shujit
PORTVERSION= 0.6.7
PORTVERSION= 0.6.8
CATEGORIES= java
MASTER_SITES= http://www.shudo.net/jit/dist/

View File

@ -1 +1 @@
MD5 (shujit-0.6.7.tar.gz) = 3a62a326108ab851d79fbf46c0dd6f8e
MD5 (shujit-0.6.8.tar.gz) = fd169699f85e3e56c29afb7a15b6b75a

View File

@ -1,11 +0,0 @@
--- 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
# define SC_EAX sc_eax
# define SC_ECX sc_ecx
# define SC_EDX sc_edx