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 4f5ccb9d8e8c6645169da4d47d8c6042fc0cdfd0 (commit) via 57d716ddab8bedea14c1fcf228dcca0eb0f54746 (commit) via 2c7c9f27f945cc48a9d176890690ee01663efa33 (commit) from fca3d1ded31da44810b113b65104c6cda8c9695d (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 4f5ccb9d8e8c6645169da4d47d8c6042fc0cdfd0 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 22 22:57:32 2010 +0100
libvirt: Disabled because of build failure.
References bug #581.
commit 57d716ddab8bedea14c1fcf228dcca0eb0f54746 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 22 22:56:06 2010 +0100
libvirt: Shrinked libvirt.
Disabled that parts we do not use.
Fixes issue #582.
commit 2c7c9f27f945cc48a9d176890690ee01663efa33 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Mar 22 22:45:18 2010 +0100
xfsprogs: Requires make to build.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/libvirt/{libvirt.nm => libvirt.nm.off} | 11 +++++++++-- pkgs/core/xfsprogs/xfsprogs.nm | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) rename pkgs/core/libvirt/{libvirt.nm => libvirt.nm.off} (93%)
Difference in files: diff --git a/pkgs/core/libvirt/libvirt.nm b/pkgs/core/libvirt/libvirt.nm deleted file mode 100644 index 960a2e2..0000000 --- a/pkgs/core/libvirt/libvirt.nm +++ /dev/null @@ -1,49 +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 = libvirt -PKG_VER = 0.7.2 -PKG_REL = 0 - -PKG_MAINTAINER = -PKG_GROUP = Applications/Virtualization -PKG_URL = http://www.libvirt.org/ -PKG_LICENSE = LGPLv2.1+ -PKG_SUMMARY = A library for controlling VMs. - -PKG_BUILD_DEPS+= pkg-config -PKG_DEPS += avahi curl cyrus-sasl gnutls libssh2 libxml2 lvm2 readline - -define PKG_DESCRIPTION - A toolkit to interact with the virtualization capabilities of recent \ - versions of Linux. -endef - -PKG_TARBALL = $(THISAPP).tar.gz - -CONFIGURE_OPTIONS += \ - --with-qemu \ - --without-xen diff --git a/pkgs/core/libvirt/libvirt.nm.off b/pkgs/core/libvirt/libvirt.nm.off new file mode 100644 index 0000000..50704ef --- /dev/null +++ b/pkgs/core/libvirt/libvirt.nm.off @@ -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 = libvirt +PKG_VER = 0.7.2 +PKG_REL = 0 + +PKG_MAINTAINER = +PKG_GROUP = Applications/Virtualization +PKG_URL = http://www.libvirt.org/ +PKG_LICENSE = LGPLv2.1+ +PKG_SUMMARY = A library for controlling VMs. + +PKG_BUILD_DEPS+= pkg-config +PKG_DEPS += avahi curl cyrus-sasl gnutls libssh2 libxml2 lvm2 readline udev + +define PKG_DESCRIPTION + A toolkit to interact with the virtualization capabilities of recent \ + versions of Linux. +endef + +PKG_TARBALL = $(THISAPP).tar.gz + +CONFIGURE_OPTIONS += \ + --with-qemu \ + --without-esx \ + --without-hal \ + --without-lxc \ + --without-openvz \ + --without-polkit \ + --without-uml \ + --without-vbox \ + --without-xen \ diff --git a/pkgs/core/xfsprogs/xfsprogs.nm b/pkgs/core/xfsprogs/xfsprogs.nm index f680983..db558fe 100644 --- a/pkgs/core/xfsprogs/xfsprogs.nm +++ b/pkgs/core/xfsprogs/xfsprogs.nm @@ -34,7 +34,7 @@ PKG_URL = http://oss.sgi.com/projects/xfs/ PKG_LICENSE = GPL+ and LGPLv2+ PKG_SUMMARY = Utilities for managing the XFS filesystem
-PKG_BUILD_DEPS+= libtool gettext +PKG_BUILD_DEPS+= libtool gettext make PKG_DEPS += acl e2fsprogs readline
define PKG_DESCRIPTION
hooks/post-receive -- IPFire 3.x development tree