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 3.x development tree".
The branch, master has been updated
via dbd0ad09cd4e8d2dbe6a0c81651e6c32449c85bb (commit)
via f5df2f0264fc5ca6e106ff5baaef4e9935bdf356 (commit)
from 32dab67229c2e46b29e87f26a5b0833987e15bf9 (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 dbd0ad09cd4e8d2dbe6a0c81651e6c32449c85bb
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Mar 1 23:15:11 2011 +0100
m4: Update to 1.4.16.
Closes #141.
commit f5df2f0264fc5ca6e106ff5baaef4e9935bdf356
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Tue Mar 1 22:09:06 2011 +0100
libidn: Update to 1.20.
Closes #140.
-----------------------------------------------------------------------
Summary of changes:
pkgs/libidn/libidn.nm | 9 +++------
pkgs/m4/m4.nm | 6 +++---
pkgs/m4/patches/m4-1.4.14-include.patch | 11 -----------
3 files changed, 6 insertions(+), 20 deletions(-)
delete mode 100644 pkgs/m4/patches/m4-1.4.14-include.patch
Difference in files:
diff --git a/pkgs/libidn/libidn.nm b/pkgs/libidn/libidn.nm
index d595686..d7afa25 100644
--- a/pkgs/libidn/libidn.nm
+++ b/pkgs/libidn/libidn.nm
@@ -25,8 +25,8 @@
include $(PKGROOT)/Include
PKG_NAME = libidn
-PKG_VER = 0.6.14
-PKG_REL = 0
+PKG_VER = 1.20
+PKG_REL = 1
PKG_MAINTAINER =
PKG_GROUP = System/Libraries
@@ -58,10 +58,7 @@ define STAGE_INSTALL
cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) \
pkgconfigdir=/usr/lib/pkgconfig
- # Make multilib safe:
- cd $(DIR_APP) && sed -i '/gnu compiler/d' $(BUILDROOT)/usr/include/idn-int.h
-
-mkdir -pv $(BUILDROOT)/usr/lib
rm -vf $(BUILDROOT)/lib/libidn.so
- ln -svf ../../lib/libidn.so.11.5.28 $(BUILDROOT)/usr/lib/libidn.so
+ ln -svf ../../lib/libidn.so.11.6.3 $(BUILDROOT)/usr/lib/libidn.so
endef
diff --git a/pkgs/m4/m4.nm b/pkgs/m4/m4.nm
index cd7ff10..1bdc0a4 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 48b91d4..0000000
--- 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 <stdint.h>
- #include <string.h>
- #include <sys/types.h>
-+#include <sys/stat.h>
-
- #include "binary-io.h"
- #include "clean-temp.h"
hooks/post-receive
--
IPFire 3.x development tree