From: Michael Tremer Date: Tue, 1 Mar 2011 22:15:11 +0000 (+0100) Subject: m4: Update to 1.4.16. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbd0ad09cd4e8d2dbe6a0c81651e6c32449c85bb;p=ipfire-3.x.git m4: Update to 1.4.16. Closes #141. --- diff --git a/pkgs/m4/m4.nm b/pkgs/m4/m4.nm index cd7ff10ef..1bdc0a401 100644 --- a/pkgs/m4/m4.nm +++ b/pkgs/m4/m4.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include PKG_NAME = m4 -PKG_VER = 1.4.15 -PKG_REL = 0 +PKG_VER = 1.4.16 +PKG_REL = 1 PKG_MAINTAINER = PKG_GROUP = Applications/Text @@ -43,7 +43,7 @@ define PKG_DESCRIPTION configure scripts, but not for running configure scripts. endef -PKG_TARBALL = $(THISAPP).tar.bz2 +PKG_TARBALL = $(THISAPP).tar.xz define STAGE_TEST cd $(DIR_APP) && make check diff --git a/pkgs/m4/patches/m4-1.4.14-include.patch b/pkgs/m4/patches/m4-1.4.14-include.patch deleted file mode 100644 index 48b91d44c..000000000 --- a/pkgs/m4/patches/m4-1.4.14-include.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up m4-1.4.14/src/m4.h_old m4-1.4.14/src/m4.h ---- m4-1.4.14/src/m4.h_old 2010-03-01 15:43:40.376976016 +0100 -+++ m4-1.4.14/src/m4.h 2010-03-01 15:44:00.265984491 +0100 -@@ -33,6 +33,7 @@ - #include - #include - #include -+#include - - #include "binary-io.h" - #include "clean-temp.h"