From: florian Date: Sat, 19 Feb 2011 13:04:01 +0000 (+0000) Subject: [package] muninlite: update to Version 1.0.4 (#8877) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=4fb74d93d98728b2d17c353bdf4660258348c2ab;p=packages.git [package] muninlite: update to Version 1.0.4 (#8877) Signed-off-by: Andreas Oeldenberger git-svn-id: svn://svn.openwrt.org/openwrt/packages@25587 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/admin/muninlite/Makefile b/admin/muninlite/Makefile index f60b73787..1a27cd050 100644 --- a/admin/muninlite/Makefile +++ b/admin/muninlite/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=muninlite -PKG_VERSION:=1.0.2 +PKG_VERSION:=1.0.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/$(PKG_NAME) -PKG_MD5SUM:=67fe45999fbd29f7d91fe342889e3dcb +PKG_MD5SUM:=a8cc86f0cc536a6c22dc298f4ed55339 include $(INCLUDE_DIR)/package.mk diff --git a/admin/muninlite/patches/001-no_disks.patch b/admin/muninlite/patches/001-no_disks.patch index d24e2303a..bf9b2b1c5 100644 --- a/admin/muninlite/patches/001-no_disks.patch +++ b/admin/muninlite/patches/001-no_disks.patch @@ -3,9 +3,9 @@ @@ -1,7 +1,7 @@ --PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate +-PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate plugindir_ -#PLUGINS=cpu if_ if_err_ load memory processes netstat uptime interrupts irqstats -+#PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate ++#PLUGINS=df cpu if_ if_err_ load memory processes swap netstat uptime interrupts irqstats ntpdate plugindir_ +PLUGINS=cpu if_ if_err_ load memory processes netstat uptime interrupts irqstats munin-node: plugins/* munin-node.conf diff --git a/admin/muninlite/patches/002-hostname.patch b/admin/muninlite/patches/002-hostname.patch index feb430863..5d871683c 100644 --- a/admin/muninlite/patches/002-hostname.patch +++ b/admin/muninlite/patches/002-hostname.patch @@ -1,6 +1,6 @@ --- a/munin-node.in +++ b/munin-node.in -@@ -93,7 +93,7 @@ PLUGINS=$RES +@@ -113,7 +113,7 @@ PLUGINS=$RES # ===== MAIN LOOP ===== FUNCTIONS="list nodes config fetch version quit" diff --git a/net/umurmur/Makefile b/net/umurmur/Makefile index ddeedf068..f6a896fd5 100644 --- a/net/umurmur/Makefile +++ b/net/umurmur/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=umurmur -PKG_VERSION:=0.2.5 +PKG_VERSION:=0.2.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://umurmur.googlecode.com/files/ -PKG_MD5SUM:=c31fd72c0ac563cf75961ae4e49909d7 +PKG_MD5SUM:=06dc224be5160e172574c9248682140b PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) @@ -81,12 +81,12 @@ endef Package/umurmur-polarssl/install = $(Package/umurmur-openssl/install) ifeq ($(BUILD_VARIANT),openssl) - TARGET_CFLAGS += -DWRT_TARGET -I$(STAGING_DIR)/usr/include + TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include TARGET_LDFLAGS += -lcrypto -lssl endif ifeq ($(BUILD_VARIANT),polarssl) - TARGET_CFLAGS += -DUSE_POLARSSL -DWRT_TARGET -I$(STAGING_DIR)/usr/include + TARGET_CFLAGS += -DUSE_POLARSSL -I$(STAGING_DIR)/usr/include TARGET_LDFLAGS += -lpolarssl endif diff --git a/net/umurmur/patches/001-fix-libconfig-include.patch b/net/umurmur/patches/001-fix-libconfig-include.patch deleted file mode 100644 index 41d242b31..000000000 --- a/net/umurmur/patches/001-fix-libconfig-include.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/src/conf.c -+++ b/src/conf.c -@@ -32,11 +32,7 @@ - #include - #include - --#ifdef WRT_TARGET --#include --#else - #include --#endif - - #include "types.h" - #include "conf.h"