diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-01-22 13:20:21 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-01-22 13:20:21 +0000 |
commit | 25baac2104262ff694d6773ee5dc7509ca127738 (patch) | |
tree | 65146e7b1a2c559365e87e35648bc23f720f7135 /java/shujit | |
parent | 1fadc805006a8a3b4195d7bfef470bff353590cb (diff) | |
download | ports-25baac2104262ff694d6773ee5dc7509ca127738.tar.gz ports-25baac2104262ff694d6773ee5dc7509ca127738.zip |
Notes
Diffstat (limited to 'java/shujit')
-rw-r--r-- | java/shujit/Makefile | 4 | ||||
-rw-r--r-- | java/shujit/distinfo | 2 | ||||
-rw-r--r-- | java/shujit/files/patch-aa | 13 |
3 files changed, 14 insertions, 5 deletions
diff --git a/java/shujit/Makefile b/java/shujit/Makefile index ac0d1c8370d6..5cc262a499d2 100644 --- a/java/shujit/Makefile +++ b/java/shujit/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: shujit -# Version required: 0.3.8 +# Version required: 0.4.0 # Date created: 30 April 1999 # Whom: jake@checker.org # # $FreeBSD$ # -DISTNAME= shujit-0.3.13 +DISTNAME= shujit-0.4.0 CATEGORIES= java MASTER_SITES= http://www.shudo.net/jit/dist/ diff --git a/java/shujit/distinfo b/java/shujit/distinfo index a6c1a7f706cd..243ff2e93289 100644 --- a/java/shujit/distinfo +++ b/java/shujit/distinfo @@ -1 +1 @@ -MD5 (shujit-0.3.13.tar.gz) = 282298cd8dc2cb43a7eb70f0d2512f95 +MD5 (shujit-0.4.0.tar.gz) = c63303375953a83e3265487a36f2d237 diff --git a/java/shujit/files/patch-aa b/java/shujit/files/patch-aa index 90c44ddf9214..d8a5b875d813 100644 --- a/java/shujit/files/patch-aa +++ b/java/shujit/files/patch-aa @@ -1,5 +1,14 @@ ---- compiler.h.orig Tue Nov 2 16:12:52 1999 -+++ compiler.h Tue Nov 2 16:11:46 1999 +--- compiler.h.orig Mon Dec 27 23:24:53 1999 ++++ compiler.h Sat Jan 8 08:07:30 2000 +@@ -171,7 +171,7 @@ + # define LIBS_ADDDLSEG NULL + #elif defined(__FreeBSD__) + # undef SEARCH_SIGCONTEXT +-# define LIBS_ADDDLSEG "/usr/lib/libc.so.3|/usr/lib/libc.so.3.1|/usr/lib/libc.so.3.0,/usr/lib/libm.so.2|/usr/lib/libm.so.2.0" ++# define LIBS_ADDDLSEG "/usr/lib/libc.so.3|/usr/lib/libc.so.3.1|/usr/lib/libc.so.3.0|/usr/lib/libc.so.4,/usr/lib/libm.so.2|/usr/lib/libm.so.2.0" + #else + # undef SEARCH_SIGCONTEXT + # define LIBS_ADDDLSEG NULL @@ -203,7 +203,7 @@ # define SC_TRAPNO trapno # define SC_ERR err |