summaryrefslogtreecommitdiff
path: root/net-libs/libsoup/files/disable-apache-tests.patch
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2021-06-24 09:54:03 +0200
committerKarel Kočí <karel.koci@nic.cz>2021-06-24 09:54:03 +0200
commitcaf7c44e27ac56ead4d9118e1204617bfb5c01a4 (patch)
treedd62a3ec4eb725f5aebac412943043d8c7383547 /net-libs/libsoup/files/disable-apache-tests.patch
parented0085477d24e8631ad70898fa5b9b4a495f513d (diff)
downloadgentoo-personal-overlay-caf7c44e27ac56ead4d9118e1204617bfb5c01a4.tar.gz
gentoo-personal-overlay-caf7c44e27ac56ead4d9118e1204617bfb5c01a4.tar.bz2
gentoo-personal-overlay-caf7c44e27ac56ead4d9118e1204617bfb5c01a4.zip
Revert "net-libs/libsoup: update to 2.99.8"
This reverts commit ed0085477d24e8631ad70898fa5b9b4a495f513d.
Diffstat (limited to 'net-libs/libsoup/files/disable-apache-tests.patch')
-rw-r--r--net-libs/libsoup/files/disable-apache-tests.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-libs/libsoup/files/disable-apache-tests.patch b/net-libs/libsoup/files/disable-apache-tests.patch
deleted file mode 100644
index e7d306b..0000000
--- a/net-libs/libsoup/files/disable-apache-tests.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 6c9bbf0d91688e831f8f19232e18619bfc57e12e Mon Sep 17 00:00:00 2001
-From: Mart Raudsepp <leio@gentoo.org>
-Date: Fri, 23 Aug 2019 21:11:57 +0300
-Subject: [PATCH] meson: Force disable apache/php using tests for now
-
-We had them disabled in autotools with a sed. Keep them disabled for now
-in meson port as well. Should be revisited at some point.
----
- meson.build | 7 ++-----
- 1 file changed, 2 insertions(+), 5 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 89837c15..f0e34cb0 100644
---- a/meson.build
-+++ b/meson.build
-@@ -162,12 +162,9 @@ endif
- #
- # The summary is that for the configuration parsing we will use the apachectl,
- # but for running the tests we will use the httpd binary.
--apachectl = find_program('apachectl', '/sbin/apachectl', '/usr/sbin/apachectl', required : false)
-+apachectl = disabler()
- # This abomination is a result of https://github.com/mesonbuild/meson/issues/1576
--apache_httpd2 = find_program('httpd2', 'httpd', 'apache2', 'apache',
-- '/sbin/httpd2', '/sbin/httpd', '/sbin/apache2', '/sbin/apache',
-- '/usr/sbin/httpd2', '/usr/sbin/httpd', '/usr/sbin/apache2', '/usr/sbin/apache',
-- required : false)
-+apache_httpd2 = disabler()
- have_apache=false
- apache_httpd2_version = ''
- if apache_httpd2.found() and apachectl.found()
---
-2.20.1
-