From: Jo-Philipp Wich Date: Wed, 20 May 2009 21:47:23 +0000 (+0000) Subject: [PATCH] Jamvm + classpatch (1/2) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=768c36202b7deee52bdeaed8901c81a17ec8d7fe;ds=sidebyside [PATCH] Jamvm + classpatch (1/2) Bump jamvm to version 1.5.3. It would be much appreciated if this patch could be committed to the repository. Signed-off-by: Roberto Riggio SVN-Revision: 15952 --- diff --git a/lang/jamvm/Makefile b/lang/jamvm/Makefile index 1badb38a82..bf7ae80810 100644 --- a/lang/jamvm/Makefile +++ b/lang/jamvm/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=jamvm -PKG_VERSION:=1.5.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.5.3 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/jamvm -PKG_MD5SUM:=a965452442cdbfc94caba57d0dd25a8f +PKG_MD5SUM:=ce886163658d748113b0570dfae12aea include $(INCLUDE_DIR)/package.mk @@ -23,7 +23,7 @@ define Package/jamvm CATEGORY:=Languages TITLE:=A compact Java Virtual Machine URL:=http://sourceforge.net/projects/jamvm - DEPENDS:=+libffi-sable +libpthread @!mips + DEPENDS:=+libffi +zlib +libpthread @!mips endef define Package/jamvm/description diff --git a/lang/jamvm/patches/001-heap_size.patch b/lang/jamvm/patches/001-heap_size.patch index 88231ffbdf..e69de29bb2 100644 --- a/lang/jamvm/patches/001-heap_size.patch +++ b/lang/jamvm/patches/001-heap_size.patch @@ -1,11 +0,0 @@ ---- jamvm-1.5.0-old/src/jam.h 2007-10-26 05:08:41.000000000 +0200 -+++ jamvm-1.5.0-new/src/jam.h 2008-02-06 10:52:01.000000000 +0100 -@@ -676,7 +676,7 @@ - - /* default maximum size of object heap */ - #ifndef DEFAULT_MAX_HEAP --#define DEFAULT_MAX_HEAP 128*MB -+#define DEFAULT_MAX_HEAP 8*MB - #endif - - /* default size of the Java stack */