From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Lorenz To: development@lists.ipfire.org Subject: [PATCH] diffutils: update to 3.5 Date: Sat, 03 Sep 2016 10:30:44 +0200 Message-ID: <20160903083044.8824-1-marcel.lorenz@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5124500229330536399==" List-Id: --===============5124500229330536399== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Marcel Lorenz --- config/rootfiles/common/diffutils | 11 ++++------- lfs/diffutils | 12 ++++-------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/config/rootfiles/common/diffutils b/config/rootfiles/common/diff= utils index b00abdb..bb02f1b 100644 --- a/config/rootfiles/common/diffutils +++ b/config/rootfiles/common/diffutils @@ -2,10 +2,7 @@ usr/bin/cmp usr/bin/diff #usr/bin/diff3 #usr/bin/sdiff -#usr/info -#usr/info/diff.info -#usr/info/dir -#usr/man/man1/cmp.1 -#usr/man/man1/diff.1 -#usr/man/man1/diff3.1 -#usr/man/man1/sdiff.1 +#usr/share/info/diffutils.info +#usr/share/man/man1/cmp.1 +#usr/share/man/man1/diff3.1 +#usr/share/man/man1/sdiff.1 diff --git a/lfs/diffutils b/lfs/diffutils index 3e96c67..c8dc42f 100644 --- a/lfs/diffutils +++ b/lfs/diffutils @@ -24,10 +24,10 @@ =20 include Config =20 -VER =3D 2.8.1 +VER =3D 3.5 =20 THISAPP =3D diffutils-$(VER) -DL_FILE =3D $(THISAPP).tar.gz +DL_FILE =3D $(THISAPP).tar.xz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) =20 @@ -53,7 +53,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 71f9c5ae19b60608f6c7f162da86a428 +$(DL_FILE)_MD5 =3D 569354697ff1cfc9a9de3781361015fa =20 install : $(TARGET) =20 @@ -82,11 +82,7 @@ $(subst %,%_MD5,$(objects)) : =20 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) -ifeq "$(ROOT)" "" - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-i18n-1.patch - cd $(DIR_APP) && touch man/diff.1 -endif + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure $(EXTRA_CONFIG) cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) cd $(DIR_APP) && make $(EXTRA_INSTALL) install --=20 2.9.3 --===============5124500229330536399==--