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 fca3d1ded31da44810b113b65104c6cda8c9695d (commit) via f4a605405fc41312ae2a682f6b291f1a6346861a (commit) from 8224b1a13859b017bcf0aaee14ff59b876753060 (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 fca3d1ded31da44810b113b65104c6cda8c9695d Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 22 19:04:02 2010 +0100
libpcap: Fix naming of shared object.
commit f4a605405fc41312ae2a682f6b291f1a6346861a Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 22 13:53:12 2010 +0100
Revert "btrfs-progs: Clean naoki-makefile."
This reverts commit 092e60f5a7b5fc866f74fb51f9e7e221a0c88711.
This is completely broken.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/btrfs-progs/btrfs-progs.nm | 14 +++++++++++--- pkgs/core/libpcap/libpcap.nm | 5 +++++ 2 files changed, 16 insertions(+), 3 deletions(-)
Difference in files: diff --git a/pkgs/core/btrfs-progs/btrfs-progs.nm b/pkgs/core/btrfs-progs/btrfs-progs.nm index 0955f8d..cb3812d 100644 --- a/pkgs/core/btrfs-progs/btrfs-progs.nm +++ b/pkgs/core/btrfs-progs/btrfs-progs.nm @@ -43,6 +43,14 @@ endef
PKG_TARBALL = $(THISAPP).tar.bz2
-STAGE_INSTALL_TARGET += \ - bindir=$(BUILDROOT)/sbin \ - mandir=$(BUILDROOT)/usr/share +############################################################################### +# Installation Details +############################################################################### + +define STAGE_BUILD + cd $(DIR_APP) && make CFLAGS="$(CFLAGS)" $(PARALLELISMFLAGS) +endef + +define STAGE_INSTALL + cd $(DIR_APP) && make bindir=$(BUILDROOT)/sbin mandir=$(BUILDROOT)/usr/share install +endef diff --git a/pkgs/core/libpcap/libpcap.nm b/pkgs/core/libpcap/libpcap.nm index defe9bb..3e976c2 100644 --- a/pkgs/core/libpcap/libpcap.nm +++ b/pkgs/core/libpcap/libpcap.nm @@ -48,6 +48,11 @@ endef
PKG_TARBALL = $(THISAPP).tar.gz
+define STAGE_PREPARE_CMDS + # Overwrite version + cd $(DIR_APP) && echo "1.0.0" > VERSION +endef + define STAGE_INSTALL -mkdir -pv $(BUILDROOT)/usr/bin cd $(DIR_APP) && make install install-shared-so DESTDIR=$(BUILDROOT)
hooks/post-receive -- IPFire 3.x development tree