Hi, could you please send patches in the standardized format described here?   http://wiki.ipfire.org/devel/submit-patches -Michael On Wed, 2016-04-13 at 14:58 +0200, Sascha Kilian wrote: > Hi, >   > i hope this is conformabler as my first lcdproc patch >   > Signed-off-by Sascha Kilian sascha(a)sakisoft.de >   > diff --git a/lfs/lcdproc b/lfs/lcdproc > index 9e88622..15a5e2b 100644 > --- a/lfs/lcdproc > +++ b/lfs/lcdproc > @@ -24,7 +24,7 @@ >   > include Config >   > -VER        = 0.5.6 > +VER        = 0.5.7 >   > THISAPP    = lcdproc-$(VER) > DL_FILE    = $(THISAPP).tar.gz > @@ -42,9 +42,10 @@ DEPS       = >   > objects = $(DL_FILE) >   > -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) > +#$(DL_FILE) = $(DL_FROM)/$(DL_FILE) > +$(DL_FILE) = https://sourceforge.net/projects/lcdproc/files/lcdproc/0.5.7/lcd > proc-0.5.7.tar.gz/download >   > -$(DL_FILE)_MD5 = df4f5c2c7285eaf6979b9c7768b4877f > +$(DL_FILE)_MD5 = 2f8e064233ef1d03e98c0b426595750d >   > install : $(TARGET) >   > @@ -77,7 +78,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 \