From: "Göktürk Yüksek" <gokturk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/, net-fs/davfs2/files/
Date: Wed, 6 May 2020 01:27:11 +0000 (UTC) [thread overview]
Message-ID: <1588728396.9ec35711f04f10bad8962d8e17590b412a73a267.gokturk@gentoo> (raw)
commit: 9ec35711f04f10bad8962d8e17590b412a73a267
Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed May 6 01:11:19 2020 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed May 6 01:26:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ec35711
net-fs/davfs2: add support for neon-0.31 #719954
Thanks thulle for the patch!
Closes: https://bugs.gentoo.org/719954
Package-Manager: Portage-2.3.69, Repoman-2.3.14
Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
net-fs/davfs2/davfs2-1.5.6.ebuild | 3 +-
.../davfs2/files/davfs2-1.5.6-neon31-support.patch | 45 ++++++++++++++++++++++
2 files changed, 47 insertions(+), 1 deletion(-)
diff --git a/net-fs/davfs2/davfs2-1.5.6.ebuild b/net-fs/davfs2/davfs2-1.5.6.ebuild
index 320e82d5c52..6f227c81212 100644
--- a/net-fs/davfs2/davfs2-1.5.6.ebuild
+++ b/net-fs/davfs2/davfs2-1.5.6.ebuild
@@ -31,7 +31,8 @@ src_prepare() {
sed -e '/^manual[58]_DATA/ s/\.gz//g' \
-i "${S}"/man/Makefile.in || die
- eapply "${FILESDIR}"/${PN}-1.5.5-gcc-10.patch
+ eapply "${FILESDIR}"/${PN}-1.5.5-gcc-10.patch \
+ "${FILESDIR}"/${P}-neon31-support.patch
default
}
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
new file mode 100644
index 00000000000..1f5b0b376db
--- /dev/null
+++ b/net-fs/davfs2/files/davfs2-1.5.6-neon31-support.patch
@@ -0,0 +1,45 @@
+Update configure to support neon-0.31.1
+Bug: https://bugs.gentoo.org/719954
+
+--- a/configure
++++ b/configure
+@@ -6800,7 +6800,7 @@
+ $as_echo "$ne_cv_lib_neon" >&6; }
+ if test "$ne_cv_lib_neon" = "yes"; then
+ ne_cv_lib_neonver=no
+- for v in 27 28 29 30; do
++ for v in 27 28 29 30 31; do
+ case $ne_libver in
+ 0.$v.*) ne_cv_lib_neonver=yes ;;
+ esac
+@@ -6983,8 +6983,8 @@
+ neon_got_library=yes
+
+ else
+- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
+-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
++ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
++$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
+ neon_got_library=no
+ fi
+
+@@ -7040,7 +7040,7 @@
+ $as_echo "$ne_cv_lib_neon" >&6; }
+ if test "$ne_cv_lib_neon" = "yes"; then
+ ne_cv_lib_neonver=no
+- for v in 27 28 29 30; do
++ for v in 27 28 29 30 31; do
+ case $ne_libver in
+ 0.$v.*) ne_cv_lib_neonver=yes ;;
+ esac
+@@ -7223,8 +7223,8 @@
+ neon_got_library=yes
+
+ else
+- { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&5
+-$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30" >&6;}
++ { $as_echo "$as_me:${as_lineno-$LINENO}: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&5
++$as_echo "$as_me: incompatible neon library version $ne_libver: wanted 0.27 28 29 30 31" >&6;}
+ neon_got_library=no
+ fi
+
next reply other threads:[~2020-05-06 1:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-06 1:27 Göktürk Yüksek [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-15 20:19 [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/, net-fs/davfs2/files/ Andreas Sturmlechner
2021-10-04 23:12 Sam James
2021-02-13 10:27 David Seifert
2020-01-28 2:32 Göktürk Yüksek
2015-12-08 9:03 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1588728396.9ec35711f04f10bad8962d8e17590b412a73a267.gokturk@gentoo \
--to=gokturk@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox