From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. d00032e76530e9ba18f24ed182e1b5e9a4bfebe5 Date: Thu, 14 Apr 2016 12:04:55 +0100 Message-ID: <20160414110457.589FE1081BDF@git01.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0753037815332550743==" List-Id: --===============0753037815332550743== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via d00032e76530e9ba18f24ed182e1b5e9a4bfebe5 (commit) via 41a8f7f3cc90f4abbb448d630b62a20a27c017a9 (commit) from 77ecb239d30f979d6fca595aaf79c40214bf758a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d00032e76530e9ba18f24ed182e1b5e9a4bfebe5 Author: Michael Tremer Date: Thu Apr 14 11:24:40 2016 +0100 lcdproc: Bump release =20 Signed-off-by: Michael Tremer commit 41a8f7f3cc90f4abbb448d630b62a20a27c017a9 Author: Sascha Kilian Date: Wed Apr 13 15:04:39 2016 +0000 lcdproc: Update to 0.5.7 =20 Signed-off-by: Sascha Kilian Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: lfs/lcdproc | 7 +++---- src/patches/lcdproc-0.5.6-menuitem.patch | 11 ----------- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 src/patches/lcdproc-0.5.6-menuitem.patch Difference in files: diff --git a/lfs/lcdproc b/lfs/lcdproc index 9e88622..83b2437 100644 --- a/lfs/lcdproc +++ b/lfs/lcdproc @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.5.6 +VER =3D 0.5.7 =20 THISAPP =3D lcdproc-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D lcdproc -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D=20 =20 @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D df4f5c2c7285eaf6979b9c7768b4877f +$(DL_FILE)_MD5 =3D 2f8e064233ef1d03e98c0b426595750d =20 install : $(TARGET) =20 @@ -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=3D/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 index b9e933d..0000000 --- a/src/patches/lcdproc-0.5.6-menuitem.patch +++ /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 @@ -=20 - #define MAX_NUMERIC_LEN 40 -=20 -+extern Menu *main_menu; /* Access to the main menu */ -+ - char *error_strs[] =3D {"", "Out of range", "Too long", "Too short", "Inval= id Address"}; - char *menuitemtypenames[] =3D {"menu", "action", "checkbox", "ring", "slide= r", "numeric", "alpha", "ip"}; - char *menueventtypenames[] =3D {"select", "update", "plus", "minus", "enter= ", "leave"}; hooks/post-receive -- IPFire 2.x development tree --===============0753037815332550743==--