Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/, net-fs/davfs2/files/
Date: Wed, 06 May 2020 01:27:16
Message-Id: 1588728396.9ec35711f04f10bad8962d8e17590b412a73a267.gokturk@gentoo
1 commit: 9ec35711f04f10bad8962d8e17590b412a73a267
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 01:11:19 2020 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 01:26:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec35711
7
8 net-fs/davfs2: add support for neon-0.31 #719954
9
10 Thanks thulle for the patch!
11
12 Closes: https://bugs.gentoo.org/719954
13 Package-Manager: Portage-2.3.69, Repoman-2.3.14
14 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
15
16 net-fs/davfs2/davfs2-1.5.6.ebuild | 3 +-
17 .../davfs2/files/davfs2-1.5.6-neon31-support.patch | 45 ++++++++++++++++++++++
18 2 files changed, 47 insertions(+), 1 deletion(-)
19
20 diff --git a/net-fs/davfs2/davfs2-1.5.6.ebuild b/net-fs/davfs2/davfs2-1.5.6.ebuild
21 index 320e82d5c52..6f227c81212 100644
22 --- a/net-fs/davfs2/davfs2-1.5.6.ebuild
23 +++ b/net-fs/davfs2/davfs2-1.5.6.ebuild
24 @@ -31,7 +31,8 @@ src_prepare() {
25 sed -e '/^manual[58]_DATA/ s/\.gz//g' \
26 -i "${S}"/man/Makefile.in || die
27
28 - eapply "${FILESDIR}"/${PN}-1.5.5-gcc-10.patch
29 + eapply "${FILESDIR}"/${PN}-1.5.5-gcc-10.patch \
30 + "${FILESDIR}"/${P}-neon31-support.patch
31
32 default
33 }
34
35 diff --git a/net-fs/davfs2/files/davfs2-1.5.6-neon31-support.patch b/net-fs/davfs2/files/davfs2-1.5.6-neon31-support.patch
36 new file mode 100644
37 index 00000000000..1f5b0b376db
38 --- /dev/null
39 +++ b/net-fs/davfs2/files/davfs2-1.5.6-neon31-support.patch
40 @@ -0,0 +1,45 @@
41 +Update configure to support neon-0.31.1
42 +Bug: https://bugs.gentoo.org/719954
43 +
44 +--- a/configure
45 ++++ b/configure
46 +@@ -6800,7 +6800,7 @@
47 + $as_echo "$ne_cv_lib_neon" >&6; }
48 + if test "$ne_cv_lib_neon" = "yes"; then
49 + ne_cv_lib_neonver=no
50 +- for v in 27 28 29 30; do
51 ++ for v in 27 28 29 30 31; do
52 + case $ne_libver in
53 + 0.$v.*) ne_cv_lib_neonver=yes ;;
54 + esac
55 +@@ -6983,8 +6983,8 @@
56 + neon_got_library=yes
57 +
58 + else
59 +- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
60 +-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
61 ++ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
62 ++$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
63 + neon_got_library=no
64 + fi
65 +
66 +@@ -7040,7 +7040,7 @@
67 + $as_echo "$ne_cv_lib_neon" >&6; }
68 + if test "$ne_cv_lib_neon" = "yes"; then
69 + ne_cv_lib_neonver=no
70 +- for v in 27 28 29 30; do
71 ++ for v in 27 28 29 30 31; do
72 + case $ne_libver in
73 + 0.$v.*) ne_cv_lib_neonver=yes ;;
74 + esac
75 +@@ -7223,8 +7223,8 @@
76 + neon_got_library=yes
77 +
78 + else
79 +- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
80 +-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
81 ++ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
82 ++$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
83 + neon_got_library=no
84 + fi
85 +