]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
lcdproc: Update to 0.5.7
authorSascha Kilian <sascha@sakisoft.de>
Wed, 13 Apr 2016 15:04:39 +0000 (15:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Apr 2016 10:20:56 +0000 (11:20 +0100)
Signed-off-by: Sascha Kilian <sascha@sakisoft.de>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/lcdproc
src/patches/lcdproc-0.5.6-menuitem.patch [deleted file]

index 9e886227be80058b51687f4e9ecf22c1eb79f3e7..da1abc87d01f91492427f20648312f9d9670bb49 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.5.6
+VER        = 0.5.7
 
 THISAPP    = lcdproc-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = df4f5c2c7285eaf6979b9c7768b4877f
+$(DL_FILE)_MD5 = 2f8e064233ef1d03e98c0b426595750d
 
 install : $(TARGET)
 
@@ -77,7 +77,6 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/lcdproc-0.5.6-menuitem.patch
        cd $(DIR_APP) && \
                ./configure \
                        --prefix=/usr \
diff --git a/src/patches/lcdproc-0.5.6-menuitem.patch b/src/patches/lcdproc-0.5.6-menuitem.patch
deleted file mode 100644 (file)
index b9e933d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- server/menuitem.c  2012/04/25 19:53:15     1.37
-+++ server/menuitem.c  2013/01/17 21:27:27     1.38
-@@ -33,6 +33,8 @@
- #define MAX_NUMERIC_LEN 40
-+extern Menu *main_menu;               /* Access to the main menu */
-+
- char *error_strs[] = {"", "Out of range", "Too long", "Too short", "Invalid Address"};
- char *menuitemtypenames[] = {"menu", "action", "checkbox", "ring", "slider", "numeric", "alpha", "ip"};
- char *menueventtypenames[] = {"select", "update", "plus", "minus", "enter", "leave"};