From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28B96138330 for ; Wed, 10 Jan 2018 20:36:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85FEEE09C4; Wed, 10 Jan 2018 20:36:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AB29E09C4 for ; Wed, 10 Jan 2018 20:36:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67E4A335C38 for ; Wed, 10 Jan 2018 20:36:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9933E133 for ; Wed, 10 Jan 2018 20:36:34 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1515616590.48a54e66ea96c312599ea6939ddff55c6e5e9bca.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/acl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/acl/files/acl-2.2.52-xattr_header.patch X-VCS-Directories: sys-apps/acl/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 48a54e66ea96c312599ea6939ddff55c6e5e9bca X-VCS-Branch: master Date: Wed, 10 Jan 2018 20:36:34 +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: bb24a4e7-bed8-4d5e-b613-65e199cacfcd X-Archives-Hash: 3ac1a88faf6acdf80d9ef00ea605a406 commit: 48a54e66ea96c312599ea6939ddff55c6e5e9bca Author: Lars Wendler gentoo org> AuthorDate: Wed Jan 10 20:36:15 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jan 10 20:36:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a54e66 sys-apps/acl: Moved configure patch at the end to avoid possible timestamp race Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-apps/acl/files/acl-2.2.52-xattr_header.patch | 58 ++++++++++++------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/sys-apps/acl/files/acl-2.2.52-xattr_header.patch b/sys-apps/acl/files/acl-2.2.52-xattr_header.patch index f48709ae480..052941f92c8 100644 --- a/sys-apps/acl/files/acl-2.2.52-xattr_header.patch +++ b/sys-apps/acl/files/acl-2.2.52-xattr_header.patch @@ -1,35 +1,6 @@ Backported from: http://git.savannah.nongnu.org/cgit/acl.git/commit/?id=79f563779b9b9ba89cc2352d70e3cdf27acff513 ---- acl-2.2.52/configure -+++ acl-2.2.52/configure -@@ -12416,26 +12416,6 @@ - fi - - -- for ac_header in attr/xattr.h --do : -- ac_fn_c_check_header_mongrel "$LINENO" "attr/xattr.h" "ac_cv_header_attr_xattr_h" "$ac_includes_default" --if test "x$ac_cv_header_attr_xattr_h" = xyes; then : -- cat >>confdefs.h <<_ACEOF --#define HAVE_ATTR_XATTR_H 1 --_ACEOF -- --fi -- --done -- -- if test "$ac_cv_header_attr_xattr_h" != "yes"; then -- echo -- echo 'FATAL ERROR: attr/xattr.h does not exist.' -- echo 'Install the extended attributes (attr) development package.' -- echo 'Alternatively, run "make install-dev" from the attr source.' -- exit 1 -- fi -- - for ac_header in attr/error_context.h - do : - ac_fn_c_check_header_mongrel "$LINENO" "attr/error_context.h" "ac_cv_header_attr_error_context_h" "$ac_includes_default" --- acl-2.2.52/libacl/acl_delete_def_file.c +++ acl-2.2.52/libacl/acl_delete_def_file.c @@ -20,11 +20,11 @@ @@ -199,3 +170,32 @@ http://git.savannah.nongnu.org/cgit/acl.git/commit/?id=79f563779b9b9ba89cc2352d7 AC_DEFUN([AC_PACKAGE_NEED_ATTR_ERROR_H], [ AC_CHECK_HEADERS([attr/error_context.h]) if test "$ac_cv_header_attr_error_context_h" != "yes"; then +--- acl-2.2.52/configure ++++ acl-2.2.52/configure +@@ -12416,26 +12416,6 @@ + fi + + +- for ac_header in attr/xattr.h +-do : +- ac_fn_c_check_header_mongrel "$LINENO" "attr/xattr.h" "ac_cv_header_attr_xattr_h" "$ac_includes_default" +-if test "x$ac_cv_header_attr_xattr_h" = xyes; then : +- cat >>confdefs.h <<_ACEOF +-#define HAVE_ATTR_XATTR_H 1 +-_ACEOF +- +-fi +- +-done +- +- if test "$ac_cv_header_attr_xattr_h" != "yes"; then +- echo +- echo 'FATAL ERROR: attr/xattr.h does not exist.' +- echo 'Install the extended attributes (attr) development package.' +- echo 'Alternatively, run "make install-dev" from the attr source.' +- exit 1 +- fi +- + for ac_header in attr/error_context.h + do : + ac_fn_c_check_header_mongrel "$LINENO" "attr/error_context.h" "ac_cv_header_attr_error_context_h" "$ac_includes_default"