Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsoup/files/
Date: Fri, 31 Jul 2020 18:33:27
Message-Id: 1596220397.6545271691ecda9326076df5a00b68ca5d8173b2.bman@gentoo
1 commit: 6545271691ecda9326076df5a00b68ca5d8173b2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 31 17:33:54 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 18:33:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65452716
7
8 net-libs/libsoup: remove unused patch
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16921
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 .../libsoup/files/2.66.2-meson-ntlm_auth-fix.patch | 28 ----------------------
16 1 file changed, 28 deletions(-)
17
18 diff --git a/net-libs/libsoup/files/2.66.2-meson-ntlm_auth-fix.patch b/net-libs/libsoup/files/2.66.2-meson-ntlm_auth-fix.patch
19 deleted file mode 100644
20 index 04c9cccfeec..00000000000
21 --- a/net-libs/libsoup/files/2.66.2-meson-ntlm_auth-fix.patch
22 +++ /dev/null
23 @@ -1,28 +0,0 @@
24 -From ecd64363f82eb9d6cea07674f49c2d2869e5b62b Mon Sep 17 00:00:00 2001
25 -From: Claudio Saavedra <csaavedra@××××××.com>
26 -Date: Tue, 20 Aug 2019 16:04:06 +0300
27 -Subject: [PATCH] NTLM: Fix build with ntlm enabled
28 -
29 -Just realized that build with NTLM enabled was broken (!?)
30 -
31 -(cherry picked from commit bab0db142d508e92e72970db72cbbce3c13a526a)
32 ----
33 - meson.build | 2 +-
34 - 1 file changed, 1 insertion(+), 1 deletion(-)
35 -
36 -diff --git a/meson.build b/meson.build
37 -index f0e34cb0..346ed2fd 100644
38 ---- a/meson.build
39 -+++ b/meson.build
40 -@@ -271,7 +271,7 @@ if host_machine.system() != 'windows'
41 -
42 - if ntlm_auth.found()
43 - add_project_arguments('-DUSE_NTLM_AUTH=1', language : 'c')
44 -- add_project_arguments('-DNTLM_AUTH=' + ntlm_auth.path(), language : 'c')
45 -+ add_project_arguments('-DNTLM_AUTH="' + ntlm_auth.path() + '"', language : 'c')
46 - endif
47 - endif
48 - endif
49 ---
50 -2.20.1
51 -