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 e1102ce9f83d7c4f0ea5be4ad63adb58d63a228e (commit) via 534839d6a7de64b72577b8354c61678239d6f90e (commit) via 5ab091a506c67606c2ba6a0999ae004133a49150 (commit) from fb68cdcc55136d363f2d7d60c364c1320653202f (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 e1102ce9f83d7c4f0ea5be4ad63adb58d63a228e Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jul 16 00:20:38 2011 +0200
gcc: Update dependencies because of name changes of libmpc and cloog-ppl.
commit 534839d6a7de64b72577b8354c61678239d6f90e Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jul 16 00:14:04 2011 +0200
cloog: Rename binary packages to cloog-ppl.
commit 5ab091a506c67606c2ba6a0999ae004133a49150 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jul 16 00:03:59 2011 +0200
libmpc: Rename mpc package.
-----------------------------------------------------------------------
Summary of changes: pkgs/cloog/cloog.nm | 4 ++-- pkgs/gcc/gcc.nm | 8 ++++---- pkgs/{mpc/mpc.nm => libmpc/libmpc.nm} | 6 ++++-- 3 files changed, 10 insertions(+), 8 deletions(-) rename pkgs/{mpc/mpc.nm => libmpc/libmpc.nm} (96%)
Difference in files: diff --git a/pkgs/cloog/cloog.nm b/pkgs/cloog/cloog.nm index d15bb83..7ac8257 100644 --- a/pkgs/cloog/cloog.nm +++ b/pkgs/cloog/cloog.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = cloog PKG_VER = 0.15.9 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org PKG_GROUPS = System/Libraries @@ -45,7 +45,7 @@ endef
PKG_TARBALL = $(PKG_NAME)-ppl-$(PKG_VER).tar.gz
-PKG_PACKAGES += $(PKG_NAME_REAL)-devel +PKG_PACKAGES = $(PKG_NAME_REAL)-ppl $(PKG_NAME_REAL)-ppl-devel
DIR_APP = $(DIR_SRC)/$(PKG_NAME)-ppl-$(PKG_VER)
diff --git a/pkgs/gcc/gcc.nm b/pkgs/gcc/gcc.nm index fa9d738..74ccde3 100644 --- a/pkgs/gcc/gcc.nm +++ b/pkgs/gcc/gcc.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = gcc PKG_VER = 4.6.1 -PKG_REL = 1 +PKG_REL = 2
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org PKG_GROUPS = Development/Compilers @@ -41,10 +41,10 @@ endef
BINUTILS_VER = 2.21.51.0.8-1
-PKG_BUILD_DEPS+= autogen binutils>=$(BINUTILS_VER) cloog-devel dejagnu \ - elfutils-devel expect flex gmp-devel libffi-devel mpc-devel mpfr-devel \ +PKG_BUILD_DEPS+= autogen binutils>=$(BINUTILS_VER) cloog-ppl-devel dejagnu \ + elfutils-devel expect flex gmp-devel libffi-devel libmpc-devel mpfr-devel \ ppl-devel texinfo zlib-devel -PKG_DEPS-gcc += binutils>=$(BINUTILS_VER) libgcc-devel cloog>=0.15 +PKG_DEPS-gcc += binutils>=$(BINUTILS_VER) libgcc-devel cloog-ppl>=0.15
# Make the GCC target platform GCC_TARGET_PLATFORM = $(subst -gnu,,$(DISTRO_MACHINE)) diff --git a/pkgs/libmpc/libmpc.nm b/pkgs/libmpc/libmpc.nm new file mode 100644 index 0000000..4919407 --- /dev/null +++ b/pkgs/libmpc/libmpc.nm @@ -0,0 +1,56 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include $(PKGROOT)/Include + +PKG_NAME = libmpc +PKG_VER = 0.9 +PKG_REL = 2 + +PKG_MAINTAINER = +PKG_GROUPS = System/Libraries +PKG_URL = http://www.multiprecision.org/ +PKG_LICENSE = LGPLv2.1+ +PKG_SUMMARY = Mpc is a C library for the arithmetic of complex numbers. + +THISAPP = mpc-$(PKG_VER) + +PKG_BUILD_DEPS+= gmp-devel>=4.3.2 mpfr-devel>=2.4.2 + +define PKG_DESCRIPTION + Mpc is a C library for the arithmetic of complex numbers with \ + arbitrarily high precision and correct rounding of the result. \ + It is built upon and follows the same principles as Mpfr. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +PKG_PACKAGES += $(PKG_NAME_REAL)-devel + +# http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-February/000805.html +export EGREP=egrep + +define STAGE_TEST + cd $(DIR_APP) && make check +endef diff --git a/pkgs/mpc/mpc.nm b/pkgs/mpc/mpc.nm deleted file mode 100644 index 163a705..0000000 --- a/pkgs/mpc/mpc.nm +++ /dev/null @@ -1,54 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see http://www.gnu.org/licenses/. # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include $(PKGROOT)/Include - -PKG_NAME = mpc -PKG_VER = 0.9 -PKG_REL = 1 - -PKG_MAINTAINER = -PKG_GROUPS = System/Libraries -PKG_URL = http://www.multiprecision.org/ -PKG_LICENSE = LGPLv2.1+ -PKG_SUMMARY = Mpc is a C library for the arithmetic of complex numbers. - -PKG_BUILD_DEPS+= gmp-devel>=4.3.2 mpfr-devel>=2.4.2 - -define PKG_DESCRIPTION - Mpc is a C library for the arithmetic of complex numbers with \ - arbitrarily high precision and correct rounding of the result. \ - It is built upon and follows the same principles as Mpfr. -endef - -PKG_TARBALL = $(THISAPP).tar.gz - -PKG_PACKAGES += $(PKG_NAME_REAL)-devel - -# http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-February/000805.html -export EGREP=egrep - -define STAGE_TEST - cd $(DIR_APP) && make check -endef
hooks/post-receive -- IPFire 3.x development tree