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 81cecb9e063703e102d17002eba429bbc89d4c83 (commit) via 37e332eef7a0ca38f914385cda88e8afd369d75e (commit) via 5decb3b903a0a8c7373ca5f03909b01a0000e1e3 (commit) via 9b5ba71ea49c5af68db4fa3b335a8439c685118b (commit) from cde9a69f99f33bd940261baa4e3f4491f021ba12 (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 81cecb9e063703e102d17002eba429bbc89d4c83 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 31 00:17:46 2010 +0200
toolchain: Disable testsuite of cpio.
commit 37e332eef7a0ca38f914385cda88e8afd369d75e Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 31 00:17:28 2010 +0200
toolchain: Sync changes with mpc.
commit 5decb3b903a0a8c7373ca5f03909b01a0000e1e3 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 31 00:16:58 2010 +0200
toolchain: Sync glibc changes.
commit 9b5ba71ea49c5af68db4fa3b335a8439c685118b Author: Michael Tremer michael.tremer@ipfire.org Date: Sat May 29 15:15:39 2010 +0200
pkg-config: Update to 0.25.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/pkg-config/pkg-config.nm | 15 +++++++++------ pkgs/toolchain/cpio/cpio.nm | 2 ++ pkgs/toolchain/gcc-static/gcc-static.nm | 2 +- pkgs/toolchain/glibc/SUPPORTED.locales | 21 --------------------- pkgs/toolchain/glibc/glibc.nm | 8 +++++++- 5 files changed, 19 insertions(+), 29 deletions(-) delete mode 100644 pkgs/toolchain/glibc/SUPPORTED.locales
Difference in files: diff --git a/pkgs/core/pkg-config/pkg-config.nm b/pkgs/core/pkg-config/pkg-config.nm index a2dcaee..4cbdc29 100644 --- a/pkgs/core/pkg-config/pkg-config.nm +++ b/pkgs/core/pkg-config/pkg-config.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = pkg-config -PKG_VER = 0.22 +PKG_VER = 0.25 PKG_REL = 0
PKG_MAINTAINER = @@ -34,7 +34,8 @@ PKG_URL = http://pkg-config.freedesktop.org/ PKG_LICENSE = GPLv2 PKG_SUMMARY = A tool for determining compilation options.
-PKG_DEPS += m4 +PKG_BUILD_DEPS+= m4 sed +PKG_DEPS += popt
define PKG_DESCRIPTION The pkgconfig tool determines compilation options. For each required \ @@ -44,7 +45,9 @@ endef
PKG_TARBALL = $(THISAPP).tar.gz
-# fails -#define STAGE_TEST -# cd $(DIR_APP) && make check -#endef +CONFIGURE_OPTIONS += \ + --with-installed-popt + +define STAGE_TEST + cd $(DIR_APP) && make check +endef diff --git a/pkgs/toolchain/cpio/cpio.nm b/pkgs/toolchain/cpio/cpio.nm index c706d6d..bf1e404 100644 --- a/pkgs/toolchain/cpio/cpio.nm +++ b/pkgs/toolchain/cpio/cpio.nm @@ -10,3 +10,5 @@ define STAGE_BUILD
cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef + +STAGE_TEST = # No test. diff --git a/pkgs/toolchain/gcc-static/gcc-static.nm b/pkgs/toolchain/gcc-static/gcc-static.nm index b70aebb..dfd2275 100644 --- a/pkgs/toolchain/gcc-static/gcc-static.nm +++ b/pkgs/toolchain/gcc-static/gcc-static.nm @@ -4,7 +4,7 @@ PKG_TOOLCHAIN_DEPS += binutils-static include ../../core/gcc/gcc.nm
GMP = gmp-5.0.1 -MPC = mpc-0.8.1 +MPC = mpc-0.8.2 MPFR = mpfr-2.4.2
PKG_OBJECTS += $(GMP).tar.bz2 $(MPC).tar.gz $(MPFR).tar.bz2 diff --git a/pkgs/toolchain/glibc/SUPPORTED.locales b/pkgs/toolchain/glibc/SUPPORTED.locales deleted file mode 100644 index 9003873..0000000 --- a/pkgs/toolchain/glibc/SUPPORTED.locales +++ /dev/null @@ -1,21 +0,0 @@ -# This file names the currently supported and somewhat tested locales. -# If you have any additions please file a glibc bug report. -SUPPORTED-LOCALES=\ -da_DK.UTF-8/UTF-8 \ -da_DK/ISO-8859-1 \ -de_DE.UTF-8/UTF-8 \ -de_DE/ISO-8859-1 \ -de_DE@euro/ISO-8859-15 \ -en_GB.UTF-8/UTF-8 \ -en_GB/ISO-8859-1 \ -en_US.UTF-8/UTF-8 \ -en_US/ISO-8859-1 \ -es_ES.UTF-8/UTF-8 \ -es_ES/ISO-8859-1 \ -es_ES@euro/ISO-8859-15 \ -fr_FR.UTF-8/UTF-8 \ -fr_FR/ISO-8859-1 \ -fr_FR@euro/ISO-8859-15 \ -it_IT.UTF-8/UTF-8 \ -it_IT/ISO-8859-1 \ -it_IT@euro/ISO-8859-15 \ diff --git a/pkgs/toolchain/glibc/glibc.nm b/pkgs/toolchain/glibc/glibc.nm index 737e0f9..a3905c1 100644 --- a/pkgs/toolchain/glibc/glibc.nm +++ b/pkgs/toolchain/glibc/glibc.nm @@ -17,7 +17,13 @@ define STAGE_BUILD --with-headers=$(TOOLS_DIR)/include \ --disable-profile \ --enable-add-ons \ - --enable-kernel=$(OPTIMIZED_KERNEL) + --enable-kernel=$(OPTIMIZED_KERNEL) \ + --with-stack-protector=all \ + --enable-bind-now \ + --with-tls \ + --with-__thread \ + --enable-experimental-malloc \ + --without-cvs
cd $(DIR_SRC)/glibc-build && make PARALLELMFLAGS=$(PARALLELISMFLAGS) endef
hooks/post-receive -- IPFire 3.x development tree