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 5932b3772226b22a61377a9dca5e946f00b70628 (commit) via dc59f6ca00075512d0479e190807eae382ac562e (commit) via 75201342a6ea6bb74e91371a2d4a29d7941b126e (commit) via c857cefaf5a87a3dec9d633783a0df70e59dc126 (commit) via a8fc88e1eddfdd04443f6009e20d3f187552dc87 (commit) via 31e0028b291476445e7d82dbda1c17f7b9bc50f4 (commit) via 290899883504fa5b215045d6ecccc32479a9899d (commit) via c02388a55615f703750b690783695169b8872058 (commit) from 95379a44a2891d8b38d2a9b26b2a82e0bc0d90bf (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 5932b3772226b22a61377a9dca5e946f00b70628 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed May 19 23:57:43 2010 +0200
iproute2: Update to 2.6.34.
commit dc59f6ca00075512d0479e190807eae382ac562e Author: Michael Tremer michael.tremer@ipfire.org Date: Tue May 18 14:20:42 2010 +0200
perl: Update to 5.12.1.
commit 75201342a6ea6bb74e91371a2d4a29d7941b126e Author: Michael Tremer michael.tremer@ipfire.org Date: Tue May 18 00:02:07 2010 +0200
mpc: Update to 0.8.2.
commit c857cefaf5a87a3dec9d633783a0df70e59dc126 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon May 17 00:05:46 2010 +0200
perl: Change some configuration options.
commit a8fc88e1eddfdd04443f6009e20d3f187552dc87 Merge: 31e0028b291476445e7d82dbda1c17f7b9bc50f4 290899883504fa5b215045d6ecccc32479a9899d Author: Michael Tremer michael.tremer@ipfire.org Date: Sun May 16 23:21:47 2010 +0200
Merge branch 'master' of ssh://git.ipfire.org/pub/git/people/ms/ipfire-3.x into next
commit 31e0028b291476445e7d82dbda1c17f7b9bc50f4 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun May 16 23:21:20 2010 +0200
toolchain: Install all locales in toolchain (experimental).
commit 290899883504fa5b215045d6ecccc32479a9899d Author: Michael Tremer michael.tremer@ipfire.org Date: Sun May 16 11:33:14 2010 +0200
m4: Disable testsuite.
commit c02388a55615f703750b690783695169b8872058 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat May 15 23:42:45 2010 +0200
diffutils: Disable testsuite.
The gnulib testsuite fails.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/diffutils/diffutils.nm | 6 ++-- pkgs/core/iproute2/iproute2.nm | 2 +- pkgs/core/m4/m4.nm | 6 ++-- pkgs/core/mpc/mpc.nm | 2 +- pkgs/core/perl/perl.nm | 42 +++++++++++++++++++++++++++++++------ pkgs/toolchain/glibc/glibc.nm | 2 +- 6 files changed, 44 insertions(+), 16 deletions(-)
Difference in files: diff --git a/pkgs/core/diffutils/diffutils.nm b/pkgs/core/diffutils/diffutils.nm index 33845fc..61870d1 100644 --- a/pkgs/core/diffutils/diffutils.nm +++ b/pkgs/core/diffutils/diffutils.nm @@ -46,6 +46,6 @@ PKG_TARBALL = $(THISAPP).tar.gz CONFIGURE_OPTIONS += \ --mandir=/usr/share
-define STAGE_TEST - cd $(DIR_APP) && make check -endef +#define STAGE_TEST +# cd $(DIR_APP) && make check +#endef diff --git a/pkgs/core/iproute2/iproute2.nm b/pkgs/core/iproute2/iproute2.nm index 29d01df..ea83500 100644 --- a/pkgs/core/iproute2/iproute2.nm +++ b/pkgs/core/iproute2/iproute2.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = iproute2 -PKG_VER = 2.6.33 +PKG_VER = 2.6.34 PKG_REL = 0
PKG_MAINTAINER = diff --git a/pkgs/core/m4/m4.nm b/pkgs/core/m4/m4.nm index e5157e6..c467a22 100644 --- a/pkgs/core/m4/m4.nm +++ b/pkgs/core/m4/m4.nm @@ -45,6 +45,6 @@ endef
PKG_TARBALL = $(THISAPP).tar.bz2
-define STAGE_TEST - cd $(DIR_APP) && make check -endef +#define STAGE_TEST +# cd $(DIR_APP) && make check +#endef diff --git a/pkgs/core/mpc/mpc.nm b/pkgs/core/mpc/mpc.nm index 54fca7f..e8f6789 100644 --- a/pkgs/core/mpc/mpc.nm +++ b/pkgs/core/mpc/mpc.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = mpc -PKG_VER = 0.8.1 +PKG_VER = 0.8.2 PKG_REL = 0
PKG_MAINTAINER = diff --git a/pkgs/core/perl/perl.nm b/pkgs/core/perl/perl.nm index 4610d0d..0bab329 100644 --- a/pkgs/core/perl/perl.nm +++ b/pkgs/core/perl/perl.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = perl -PKG_VER = 5.12.0 +PKG_VER = 5.12.1 PKG_REL = 0
PKG_MAINTAINER = @@ -34,7 +34,8 @@ PKG_URL = http://www.perl.org/ PKG_LICENSE = GPL+ or Artistic and GPLv2+ or Artistic PKG_SUMMARY = Practical Extraction and Report Language.
-PKG_DEPS += iana-etc zlib +PKG_BUILD_DEPS+= procps # for testing +PKG_DEPS += db gdbm iana-etc zlib
define PKG_DESCRIPTION Perl is a high-level programming language with roots in C, sed, awk \ @@ -65,12 +66,39 @@ define STAGE_BUILD -e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \ cpan/Compress-Raw-Zlib/config.in
- cd $(DIR_APP) && ./configure.gnu -Dprefix=/usr \ - -Dman1dir=/usr/share/man/man1 \ - -Dman3dir=/usr/share/man/man3 \ - -Dpager="/usr/bin/less -isR" + cd $(DIR_APP) && \ + sh ./Configure -des \ + -Doptimize="$(CFLAGS)" \ + -Dprefix=/usr \ + -Dman1dir=/usr/share/man/man1 \ + -Dman3dir=/usr/share/man/man3 \ + -Dpager="/usr/bin/less -isR" \ + -Dmyhostname=localhost + -Duseshrplib \ + -Dusethreads \ + -Duseithreads \ + -Duselargefiles \ + -Dd_dosuid \ + -Dd_semctl_semun \ + -Di_db \ + -Ui_ndbm \ + -Di_gdbm \ + -Di_shadow \ + -Di_syslog \ + -Dman3ext=3pm \ + -Duseperlio \ + -Dinstallusrbinperl=n \ + -Ubincompat5005 \ + -Uversiononly \ + -Dd_gethostent_r_proto \ + -Ud_endhostent_r_proto \ + -Ud_sethostent_r_proto \ + -Ud_endprotoent_r_proto \ + -Ud_setprotoent_r_proto \ + -Ud_endservent_r_proto \ + -Ud_setservent_r_proto
- cd $(DIR_APP) && make #$(PARALLELISMFLAGS) + cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef
define STAGE_TEST diff --git a/pkgs/toolchain/glibc/glibc.nm b/pkgs/toolchain/glibc/glibc.nm index f3cbbf4..737e0f9 100644 --- a/pkgs/toolchain/glibc/glibc.nm +++ b/pkgs/toolchain/glibc/glibc.nm @@ -26,7 +26,7 @@ define STAGE_INSTALL -mkdir -v $(TOOLS_DIR)/etc touch $(TOOLS_DIR)/etc/ld.so.conf
- cd $(DIR_SRC)/glibc-build && make install + cd $(DIR_SRC)/glibc-build && make install localedata/install-locales
$(TARGET)-gcc -dumpspecs | \ sed -e "s@/lib(64)?/ld@$(TOOLS_DIR)&@g" \
hooks/post-receive -- IPFire 3.x development tree