Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/acl/files/
Date: Wed, 10 Jan 2018 20:36:38
Message-Id: 1515616590.48a54e66ea96c312599ea6939ddff55c6e5e9bca.polynomial-c@gentoo
1 commit: 48a54e66ea96c312599ea6939ddff55c6e5e9bca
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 10 20:36:15 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 20:36:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a54e66
7
8 sys-apps/acl: Moved configure patch at the end to avoid possible timestamp race
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-apps/acl/files/acl-2.2.52-xattr_header.patch | 58 ++++++++++++------------
13 1 file changed, 29 insertions(+), 29 deletions(-)
14
15 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
16 index f48709ae480..052941f92c8 100644
17 --- a/sys-apps/acl/files/acl-2.2.52-xattr_header.patch
18 +++ b/sys-apps/acl/files/acl-2.2.52-xattr_header.patch
19 @@ -1,35 +1,6 @@
20 Backported from:
21 http://git.savannah.nongnu.org/cgit/acl.git/commit/?id=79f563779b9b9ba89cc2352d70e3cdf27acff513
22
23 ---- acl-2.2.52/configure
24 -+++ acl-2.2.52/configure
25 -@@ -12416,26 +12416,6 @@
26 - fi
27 -
28 -
29 -- for ac_header in attr/xattr.h
30 --do :
31 -- ac_fn_c_check_header_mongrel "$LINENO" "attr/xattr.h" "ac_cv_header_attr_xattr_h" "$ac_includes_default"
32 --if test "x$ac_cv_header_attr_xattr_h" = xyes; then :
33 -- cat >>confdefs.h <<_ACEOF
34 --#define HAVE_ATTR_XATTR_H 1
35 --_ACEOF
36 --
37 --fi
38 --
39 --done
40 --
41 -- if test "$ac_cv_header_attr_xattr_h" != "yes"; then
42 -- echo
43 -- echo 'FATAL ERROR: attr/xattr.h does not exist.'
44 -- echo 'Install the extended attributes (attr) development package.'
45 -- echo 'Alternatively, run "make install-dev" from the attr source.'
46 -- exit 1
47 -- fi
48 --
49 - for ac_header in attr/error_context.h
50 - do :
51 - ac_fn_c_check_header_mongrel "$LINENO" "attr/error_context.h" "ac_cv_header_attr_error_context_h" "$ac_includes_default"
52 --- acl-2.2.52/libacl/acl_delete_def_file.c
53 +++ acl-2.2.52/libacl/acl_delete_def_file.c
54 @@ -20,11 +20,11 @@
55 @@ -199,3 +170,32 @@ http://git.savannah.nongnu.org/cgit/acl.git/commit/?id=79f563779b9b9ba89cc2352d7
56 AC_DEFUN([AC_PACKAGE_NEED_ATTR_ERROR_H],
57 [ AC_CHECK_HEADERS([attr/error_context.h])
58 if test "$ac_cv_header_attr_error_context_h" != "yes"; then
59 +--- acl-2.2.52/configure
60 ++++ acl-2.2.52/configure
61 +@@ -12416,26 +12416,6 @@
62 + fi
63 +
64 +
65 +- for ac_header in attr/xattr.h
66 +-do :
67 +- ac_fn_c_check_header_mongrel "$LINENO" "attr/xattr.h" "ac_cv_header_attr_xattr_h" "$ac_includes_default"
68 +-if test "x$ac_cv_header_attr_xattr_h" = xyes; then :
69 +- cat >>confdefs.h <<_ACEOF
70 +-#define HAVE_ATTR_XATTR_H 1
71 +-_ACEOF
72 +-
73 +-fi
74 +-
75 +-done
76 +-
77 +- if test "$ac_cv_header_attr_xattr_h" != "yes"; then
78 +- echo
79 +- echo 'FATAL ERROR: attr/xattr.h does not exist.'
80 +- echo 'Install the extended attributes (attr) development package.'
81 +- echo 'Alternatively, run "make install-dev" from the attr source.'
82 +- exit 1
83 +- fi
84 +-
85 + for ac_header in attr/error_context.h
86 + do :
87 + ac_fn_c_check_header_mongrel "$LINENO" "attr/error_context.h" "ac_cv_header_attr_error_context_h" "$ac_includes_default"