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 2.x development tree".
The branch, master has been updated via 6b406afb9af68575463fdb165f6649594c2ac04e (commit) via b06c4dc0e1905680c6776fb0eeb6758575a94dd3 (commit) via 99e7ba458b3e2fb3a4a60f589dd7d74361ad4059 (commit) from d7501a96b72a4c0d2602230cf6cb7a17fa39b8fe (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 6b406afb9af68575463fdb165f6649594c2ac04e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 10 08:13:46 2010 +0200
Add pound to make.sh.
commit b06c4dc0e1905680c6776fb0eeb6758575a94dd3 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 10 08:10:59 2010 +0200
Add missing pcre libs (iso and core38).
commit 99e7ba458b3e2fb3a4a60f589dd7d74361ad4059 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Apr 10 08:08:08 2010 +0200
Revert "Added missing lib" Don't place system lib's to a package.
This reverts commit 84fc763fce865f66014f0d3dfd32c06f3a294d8a.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/common/pcre | 12 ++++++------ config/rootfiles/core/38/filelists/pcre | 1 + config/rootfiles/packages/pound | 5 +---- make.sh | 3 ++- 4 files changed, 10 insertions(+), 11 deletions(-) create mode 120000 config/rootfiles/core/38/filelists/pcre
Difference in files: diff --git a/config/rootfiles/common/pcre b/config/rootfiles/common/pcre index a9afe7a..d031bd3 100644 --- a/config/rootfiles/common/pcre +++ b/config/rootfiles/common/pcre @@ -14,14 +14,14 @@ lib/libpcre.so.0.0.1 usr/lib/libpcre.so #usr/lib/libpcrecpp.a #usr/lib/libpcrecpp.la -#usr/lib/libpcrecpp.so -#usr/lib/libpcrecpp.so.0 -#usr/lib/libpcrecpp.so.0.0.0 +usr/lib/libpcrecpp.so +usr/lib/libpcrecpp.so.0 +usr/lib/libpcrecpp.so.0.0.0 #usr/lib/libpcreposix.a #usr/lib/libpcreposix.la -#usr/lib/libpcreposix.so -#usr/lib/libpcreposix.so.0 -#usr/lib/libpcreposix.so.0.0.0 +usr/lib/libpcreposix.so +usr/lib/libpcreposix.so.0 +usr/lib/libpcreposix.so.0.0.0 #usr/lib/pkgconfig/libpcre.pc #usr/man/man1/pcregrep.1 #usr/man/man1/pcretest.1 diff --git a/config/rootfiles/core/38/filelists/pcre b/config/rootfiles/core/38/filelists/pcre new file mode 120000 index 0000000..b390d9a --- /dev/null +++ b/config/rootfiles/core/38/filelists/pcre @@ -0,0 +1 @@ +../../../common/pcre \ No newline at end of file diff --git a/config/rootfiles/packages/pound b/config/rootfiles/packages/pound index 9416223..59b7677 100644 --- a/config/rootfiles/packages/pound +++ b/config/rootfiles/packages/pound @@ -4,7 +4,4 @@ usr/sbin/poundctl #usr/share/man/man8/pound.8 #usr/share/man/man8/poundctl.8 var/ipfire/backup/addons/includes/pound -etc/rc.d/init.d/pound -usr/lib/libpcreposix.so -usr/lib/libpcreposix.so.0 -usr/lib/libpcreposix.so.0.0.0 \ No newline at end of file +etc/rc.d/init.d/pound \ No newline at end of file diff --git a/make.sh b/make.sh index 9c7369c..c9a225d 100755 --- a/make.sh +++ b/make.sh @@ -349,7 +349,7 @@ buildipfire() { ipfiremake madwifi XEN=1 #ipfiremake alsa XEN=1 KMOD=1 ipfiremake dahdi XEN=1 KMOD=1 -# ipfiremake openswan XEN=1 KMOD=1 + #ipfiremake openswan XEN=1 KMOD=1 #ipfiremake mISDN XEN=1 #ipfiremake compat-wireless XEN=1 ipfiremake cryptodev XEN=1 @@ -639,6 +639,7 @@ buildipfire() { ipfiremake zerofree ipfiremake mdadm ipfiremake eject + ipfiremake pound echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild echo >> $BASEDIR/build/var/ipfire/firebuild
hooks/post-receive -- IPFire 2.x development tree