Update to 0.7.10.
This commit is contained in:
parent
72bb3c9bf8
commit
a2760872d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52207
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= shujit
|
||||
PORTVERSION= 0.7.5
|
||||
PORTVERSION= 0.7.10
|
||||
CATEGORIES= java
|
||||
MASTER_SITES= http://www.shudo.net/jit/dist/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (shujit-0.7.5.tar.gz) = f6ff0281971b4453ad939b401826629d
|
||||
MD5 (shujit-0.7.10.tar.gz) = 3f1554ea96739bbb4c0b37024e773b8f
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user