summaryrefslogtreecommitdiff
path: root/package/jamvm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-10 17:57:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-10 17:57:50 +0100
commite54d2ebe4cbf9e455dd9b6356867f0087f5436e1 (patch)
tree42754fefbcd9c8313e32bab08af52f0b85d224d3 /package/jamvm
parent9b562d9f88a1aa7be0b3a1f6f642747cdfad5f97 (diff)
update jamvm to latest upstream version
Diffstat (limited to 'package/jamvm')
-rw-r--r--package/jamvm/Makefile8
-rw-r--r--package/jamvm/patches/patch-configure_ac10
2 files changed, 4 insertions, 14 deletions
diff --git a/package/jamvm/Makefile b/package/jamvm/Makefile
index 3668e5562..b1e102ae4 100644
--- a/package/jamvm/Makefile
+++ b/package/jamvm/Makefile
@@ -4,13 +4,13 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= jamvm
-PKG_VERSION:= 1.5.3
+PKG_VERSION:= 1.5.4
PKG_RELEASE:= 1
-PKG_BUILDDEP+= libffi zlib
-PKG_MD5SUM:= ce886163658d748113b0570dfae12aea
+PKG_MD5SUM:= 7654e9657691f5f09c4f481ed4686176
PKG_DESCR:= A Java Virtual Machine (JVM) implementation
PKG_SECTION:= misc
PKG_DEPENDS:= libffi zlib
+PKG_BUILDDEP+= libffi zlib
PKG_URL:= http://jamvm.sourceforge.net
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=jamvm/}
@@ -18,7 +18,7 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,JAMVM,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-CONFIGURE_STYLE= autotool gnu
+CONFIGURE_STYLE:= gnu
CONFIGURE_ARGS+= --enable-ffi
do-build:
diff --git a/package/jamvm/patches/patch-configure_ac b/package/jamvm/patches/patch-configure_ac
deleted file mode 100644
index a9f128572..000000000
--- a/package/jamvm/patches/patch-configure_ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- jamvm-1.5.3.orig/configure.ac 2009-04-14 03:05:57.000000000 +0200
-+++ jamvm-1.5.3/configure.ac 2009-08-28 14:10:40.855322815 +0200
-@@ -39,6 +39,7 @@ i386-*-solaris*) host_cpu=x86 host_os=so
- x86_64-*-linux*) host_os=linux ;;
- hppa*-*-linux*) host_cpu=parisc host_os=linux ;;
- mipsel-*-linux*) host_cpu=mips host_os=linux ;;
-+mips64el-*-linux*) host_cpu=mips host_os=linux ;;
- amd64-*-openbsd*) host_os=bsd libdl_needed=no ;;
- amd64-*-freebsd*) host_os=bsd libdl_needed=no ;;
- arm*-*-linux*) host_cpu=arm host_os=linux ;;