]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
m4: Update to 1.4.16.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Mar 2011 22:15:11 +0000 (23:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Mar 2011 22:15:11 +0000 (23:15 +0100)
Closes #141.

pkgs/m4/m4.nm
pkgs/m4/patches/m4-1.4.14-include.patch [deleted file]

index cd7ff10ef9013cee40cb0f32ed06c72ddbd57e91..1bdc0a401ae6738b3d8855fcd3a5e4264f2a133e 100644 (file)
@@ -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 (file)
index 48b91d4..0000000
+++ /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 <stdint.h>
- #include <string.h>
- #include <sys/types.h>
-+#include <sys/stat.h>
- #include "binary-io.h"
- #include "clean-temp.h"