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 8742cef60d3378ab5f769f4fe7f7968b2240c334 (commit) via 9e346f8bc74e3ce32dabee71c01f2dfef60b036c (commit) via be24b16547b957de3d5b0248ad7279dfca5c426f (commit) via 77721c13ddde78f330ef05113efa679629347543 (commit) from fe38a4b7c5a90f89a377209af6ffd19998102d5e (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 8742cef60d3378ab5f769f4fe7f7968b2240c334 Merge: 9e346f8bc74e3ce32dabee71c01f2dfef60b036c fe38a4b7c5a90f89a377209af6ffd19998102d5e Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 13 12:38:51 2010 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 9e346f8bc74e3ce32dabee71c01f2dfef60b036c Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 13 12:38:14 2010 +0100
Enable libffi in some packages.
commit be24b16547b957de3d5b0248ad7279dfca5c426f Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 13 12:37:54 2010 +0100
libffi: New package.
commit 77721c13ddde78f330ef05113efa679629347543 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 13 12:37:32 2010 +0100
acl: Requires make for build.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/acl/acl.nm | 2 +- pkgs/core/gcc/gcc.nm | 2 +- .../gobject-introspection/gobject-introspection.nm | 2 +- .../librpcsecgss.nm => libffi/libffi.nm} | 20 ++++++++------------ pkgs/core/python/python.nm | 2 +- 5 files changed, 12 insertions(+), 16 deletions(-) copy pkgs/core/{librpcsecgss/librpcsecgss.nm => libffi/libffi.nm} (83%)
Difference in files: diff --git a/pkgs/core/acl/acl.nm b/pkgs/core/acl/acl.nm index f898461..99148a8 100644 --- a/pkgs/core/acl/acl.nm +++ b/pkgs/core/acl/acl.nm @@ -41,7 +41,7 @@ define PKG_DESCRIPTION manipulating access control lists. endef
-PKG_BUILD_DEPS+= gettext libtool +PKG_BUILD_DEPS+= gettext libtool make PKG_DEPS += attr libnfsidmap
PKG_TARBALL = $(THISAPP).tar.gz diff --git a/pkgs/core/gcc/gcc.nm b/pkgs/core/gcc/gcc.nm index 471f908..3ab971a 100644 --- a/pkgs/core/gcc/gcc.nm +++ b/pkgs/core/gcc/gcc.nm @@ -40,7 +40,7 @@ define PKG_DESCRIPTION endef
PKG_BUILD_DEPS = -PKG_DEPS += binutils glibc gmp kernel-headers mpfr +PKG_DEPS += binutils glibc gmp kernel-headers libffi mpfr
CFLAGS = -D__USE_XOPEN2K8 -pipe CXXFLAGS = diff --git a/pkgs/core/gobject-introspection/gobject-introspection.nm b/pkgs/core/gobject-introspection/gobject-introspection.nm index 854e602..955da5c 100644 --- a/pkgs/core/gobject-introspection/gobject-introspection.nm +++ b/pkgs/core/gobject-introspection/gobject-introspection.nm @@ -35,7 +35,7 @@ PKG_LICENSE = GPLv2+, LGPLv2+, MIT PKG_SUMMARY = Introspection system for GObject-based libraries.
PKG_BUILD_DEPS+= bison flex pkg-config -PKG_DEPS += glib2 libtool python +PKG_DEPS += glib2 libffi libtool python
define PKG_DESCRIPTION GObject Introspection can scan C header and source files in order \ diff --git a/pkgs/core/libffi/libffi.nm b/pkgs/core/libffi/libffi.nm new file mode 100644 index 0000000..29d3481 --- /dev/null +++ b/pkgs/core/libffi/libffi.nm @@ -0,0 +1,43 @@ +############################################################################### +# # +# 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 = libffi +PKG_VER = 3.0.9 +PKG_REL = 0 + +PKG_MAINTAINER = +PKG_GROUP = System/Libraries +PKG_URL = http://sourceware.org/libffi +PKG_LICENSE = BSD +PKG_SUMMARY = A portable foreign function interface library. + +define PKG_DESCRIPTION + The libffi library provides a portable, high level programming \ + interface to various calling conventions. This allows a programmer to \ + call any function specified by a call interface description at run time. +endef + +PKG_TARBALL = $(THISAPP).tar.gz diff --git a/pkgs/core/python/python.nm b/pkgs/core/python/python.nm index 34eaf75..c8afcfc 100644 --- a/pkgs/core/python/python.nm +++ b/pkgs/core/python/python.nm @@ -35,7 +35,7 @@ PKG_LICENSE = Python PKG_SUMMARY = An interpreted, interactive, object-oriented programming language.
PKG_BUILD_DEPS+= autoconf automake -PKG_DEPS += bzip2 db expat gdbm gmp ncurses openssl pkg-config readline tar zlib +PKG_DEPS += bzip2 db expat gdbm gmp libffi ncurses openssl pkg-config readline tar zlib
define PKG_DESCRIPTION Python is an interpreted, interactive, object-oriented programming \
hooks/post-receive -- IPFire 3.x development tree