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 7F392138359 for ; Wed, 6 May 2020 01:27:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFFB1E0A4F; Wed, 6 May 2020 01:27:15 +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 83BB0E0A4F for ; Wed, 6 May 2020 01:27:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D8C2934F509 for ; Wed, 6 May 2020 01:27:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68BB81FB for ; Wed, 6 May 2020 01:27:11 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1588728396.9ec35711f04f10bad8962d8e17590b412a73a267.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/davfs2/, net-fs/davfs2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/davfs2/davfs2-1.5.6.ebuild net-fs/davfs2/files/davfs2-1.5.6-neon31-support.patch X-VCS-Directories: net-fs/davfs2/ net-fs/davfs2/files/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: 9ec35711f04f10bad8962d8e17590b412a73a267 X-VCS-Branch: master Date: Wed, 6 May 2020 01:27:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 46bf347f-fb05-4ac3-80a6-8a18074ef9e4 X-Archives-Hash: 17a63206b4de32170d290faab790cb88 commit: 9ec35711f04f10bad8962d8e17590b412a73a267 Author: Göktürk Yüksek gentoo org> AuthorDate: Wed May 6 01:11:19 2020 +0000 Commit: Göktürk Yüksek gentoo 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 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 +