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 e4a79d86036678baa00f1d93273cde035e9e158a (commit) via fce85abf5846d30f4dcd61a70b3e15141d24ec2c (commit) from 25cea7e2e58e6584a794b4a6c17cd52738140118 (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 e4a79d86036678baa00f1d93273cde035e9e158a Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Mar 19 15:18:04 2010 +0100
binutils: Update to 2.20.1.
commit fce85abf5846d30f4dcd61a70b3e15141d24ec2c Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Mar 19 14:42:25 2010 +0100
ccache: Update to 3.0pre0.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/binutils/binutils.nm | 2 +- pkgs/core/ccache/ccache.nm | 10 ++++++---- pkgs/core/ccache/patches/ccache-2.4.patch | 12 ------------ 3 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 pkgs/core/ccache/patches/ccache-2.4.patch
Difference in files: diff --git a/pkgs/core/binutils/binutils.nm b/pkgs/core/binutils/binutils.nm index a970694..8cb818f 100644 --- a/pkgs/core/binutils/binutils.nm +++ b/pkgs/core/binutils/binutils.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = binutils -PKG_VER = 2.20 +PKG_VER = 2.20.1 PKG_REL = 0
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org diff --git a/pkgs/core/ccache/ccache.nm b/pkgs/core/ccache/ccache.nm index cce011b..63a30b8 100644 --- a/pkgs/core/ccache/ccache.nm +++ b/pkgs/core/ccache/ccache.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = ccache -PKG_VER = 2.4 +PKG_VER = 3.0pre0 PKG_REL = 0
PKG_MAINTAINER = @@ -34,6 +34,8 @@ PKG_URL = http://ccache.samba.org/ PKG_LICENSE = GPLv2+ PKG_SUMMARY = C/C++ compiler cache.
+PKG_DEPS += zlib + define PKG_DESCRIPTION ccache is a compiler cache. It acts as a caching pre-processor to \ C/C++ compilers, using the -E compiler switch and a hash to detect \ @@ -45,9 +47,9 @@ PKG_TARBALL = $(THISAPP).tar.gz
CONFIGURE_OPTIONS += --mandir=/usr/share
-############################################################################### -# Installation Details -############################################################################### +define STAGE_PREPARE_CMDS + cd $(DIR_APP) && sed -e "s/hash_int(&hash, st.st_mtime);//g" -i ccache.c +endef
define STAGE_INSTALL cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) diff --git a/pkgs/core/ccache/patches/ccache-2.4.patch b/pkgs/core/ccache/patches/ccache-2.4.patch deleted file mode 100644 index b2193c3..0000000 --- a/pkgs/core/ccache/patches/ccache-2.4.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/ccache.c 2004-04-15 13:49:38.000000000 +0100 -+++ b/ccache.c 2004-04-15 17:47:59.000000000 +0100 -@@ -322,7 +322,9 @@ - failed(); - } - hash_int(st.st_size); -+#if 0 /* don't hash on the modification time */ - hash_int(st.st_mtime); -+#endif - - /* possibly hash the current working directory */ - if (getenv("CCACHE_HASHDIR")) {
hooks/post-receive -- IPFire 3.x development tree