diff options
| author | Rene Ladan <rene@FreeBSD.org> | 2011-07-13 20:25:54 +0000 |
|---|---|---|
| committer | Rene Ladan <rene@FreeBSD.org> | 2011-07-13 20:25:54 +0000 |
| commit | acea0f7be96d22c237dec1dcda8085cd0d975e89 (patch) | |
| tree | 8cb316011515cc05968f8433f0c32d156b9b1721 /java/shujit/files | |
| parent | Over to new volunteer; mandree@ (diff) | |
Remove expired ports:
2011-07-12 java/shujit: ancient version of Java
2011-07-09 net-im/skype12: very old version
Diffstat (limited to 'java/shujit/files')
| -rw-r--r-- | java/shujit/files/patch-ab | 19 | ||||
| -rw-r--r-- | java/shujit/files/patch-ac | 15 | ||||
| -rw-r--r-- | java/shujit/files/patch-compiler.h | 23 |
3 files changed, 0 insertions, 57 deletions
diff --git a/java/shujit/files/patch-ab b/java/shujit/files/patch-ab deleted file mode 100644 index cbb636e2a1c3..000000000000 --- a/java/shujit/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ - -$FreeBSD$ - ---- GNUmakefile.in.orig Mon Sep 3 15:45:14 2001 -+++ GNUmakefile.in Mon Sep 10 14:54:24 2001 -@@ -51,11 +51,10 @@ - INCDIR = -I${J_INCDIR1} -I${J_INCDIR1}/${J_INCDIR_MD} -I${J_INCDIR2} -I${J_INCDIR2}/${J_INCDIR_MD} -I${OBJDIR} -I/usr/local/include - - CFLAGS_COMMON =# -g -DCOMPILE_DEBUG# -DRUNTIME_DEBUG --COPTFLAGS = -O2 - CFLAGS_OPT = - CFLAGS_DBG = -g -DDEBUG -DJCOV --NOOPTCFLAGS = @ac_cflags@ -pipe ${CFLAGS_${VARIANT}} ${CFLAGS_COMMON} ${INCDIR} --CFLAGS = ${COPTFLAGS} ${NOOPTCFLAGS} -+NOOPTCFLAGS = @ac_cflags@ ${CFLAGS_${VARIANT}} ${CFLAGS_COMMON} ${INCDIR} -+CFLAGS += ${COPTFLAGS} ${NOOPTCFLAGS} - LIBS = - - ifeq (${METAVM}, yes) diff --git a/java/shujit/files/patch-ac b/java/shujit/files/patch-ac deleted file mode 100644 index cd41c29d1209..000000000000 --- a/java/shujit/files/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- README 2000/09/23 21:59:50 1.1 -+++ README 2000/09/23 21:59:26 -@@ -33,6 +33,10 @@ - - * Run Java applications with JIT compiler. - -+First you should set LD_LIBRARY_PATH environment variable as follows: -+ -+ export LD_LIBRARY_PATH=%%PREFIX%%/lib/shujit -+ - Type instead of usual java command - % java -Djava.compiler=shujit ... - diff --git a/java/shujit/files/patch-compiler.h b/java/shujit/files/patch-compiler.h deleted file mode 100644 index 74ffc2aab58b..000000000000 --- a/java/shujit/files/patch-compiler.h +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- compiler.h 2003/02/16 00:04:39 1.1 -+++ compiler.h 2003/02/16 00:05:09 -@@ -60,7 +60,7 @@ - - // Additional type definition - --#if !(defined(_ILP32) || defined(_LP64) || defined(_STDINT_H) || defined(_SYS_INTTYPES_H_) /* for FreeBSD */) -+#if !(defined(_ILP32) || defined(_LP64) || defined(__FreeBSD__)) - # ifndef _UINT16_T - # define _UINT16_T - typedef unsigned short uint16_t; -@@ -196,7 +196,7 @@ - # include <linux/version.h> // for kernel version - # elif defined(__FreeBSD__) || defined(__NetBSD__) - # ifdef __FreeBSD__ --# if __FreeBSD__ >= 4 && JDK_VER < 12 -+# if __FreeBSD__ == 4 && JDK_VER < 12 - // In this case, the 3rd arg. of sig. handler is not (sigcontext *). - # define SIGCONTEXT_T struct osigcontext - # else |
