From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D497A138010 for ; Sun, 31 Mar 2013 11:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 000C6E0ABD; Sun, 31 Mar 2013 11:24:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EFF5E0ABD for ; Sun, 31 Mar 2013 11:24:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 643F133DBF6 for ; Sun, 31 Mar 2013 11:24:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E4E8AE4073 for ; Sun, 31 Mar 2013 11:24:10 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1364729025.8fd1ba903fa8e42d6347d1ebd85feb11f32a12d9.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/lustre/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/lustre/ChangeLog sys-cluster/lustre/lustre-9999.ebuild X-VCS-Directories: sys-cluster/lustre/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 8fd1ba903fa8e42d6347d1ebd85feb11f32a12d9 X-VCS-Branch: master Date: Sun, 31 Mar 2013 11:24:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3bc2166c-ebcd-45fd-9588-4809be606ad0 X-Archives-Hash: 69a0388574b79720bf7bd603b61a631f commit: 8fd1ba903fa8e42d6347d1ebd85feb11f32a12d9 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Mar 31 11:20:36 2013 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Mar 31 11:23:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8fd1ba90 Fix autogen Signed-off-by: Alexey Shvetsov gentoo.org> --- sys-cluster/lustre/ChangeLog | 3 --- sys-cluster/lustre/lustre-9999.ebuild | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/sys-cluster/lustre/ChangeLog b/sys-cluster/lustre/ChangeLog index 25bdde5..16471dd 100644 --- a/sys-cluster/lustre/ChangeLog +++ b/sys-cluster/lustre/ChangeLog @@ -2,9 +2,6 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ - 31 Mar 2013; Alexey Shvetsov lustre-9999.ebuild: - build was renamed to config - 31 Mar 2013; Alexey Shvetsov +files/0001-LU-2982-build-make-AC-check-for-linux-arch-sandbox-f.patch, +files/0002-LU-2800-libcfs-use-sock_alloc_file-instead-of-sock_m.patch, diff --git a/sys-cluster/lustre/lustre-9999.ebuild b/sys-cluster/lustre/lustre-9999.ebuild index 64bee30..3457fbf 100644 --- a/sys-cluster/lustre/lustre-9999.ebuild +++ b/sys-cluster/lustre/lustre-9999.ebuild @@ -59,12 +59,12 @@ src_prepare() { -i lustre/conf/Makefile.am || die # replace upstream autogen.sh by our src_prepare() - local DIRS="build libcfs lnet lustre snmp" + local DIRS="libcfs lnet lustre snmp" local ACLOCAL_FLAGS for dir in $DIRS ; do - ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/config" + ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $dir/autoconf" done - eaclocal $ACLOCAL_FLAGS + eaclocal -I config $ACLOCAL_FLAGS eautoheader eautomake eautoconf @@ -83,7 +83,7 @@ src_prepare() { cd .. einfo "Reconfiguring source in ldiskfs" cd ldiskfs - eaclocal + eaclocal -I config eautoheader eautomake -W no-portability eautoconf