From 228da4c6da759d64e435b6221fb66351e642fdde Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Thu, 17 Dec 2020 10:52:12 +0000 Subject: Update the Avahi ports to version 0.8 This switches the preferred GTK bindings to GTK3 and enable the GTK options in the metaport. This commit also switches the Python interface to Python3, thereby un-deprecating net/py-avahi. PR: 250354 Submitted by: Olivier Duchateu Reviewed by: Greg V (earlier PR) --- net/avahi-app/files/patch-avahi-daemon_main.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 net/avahi-app/files/patch-avahi-daemon_main.c (limited to 'net/avahi-app/files/patch-avahi-daemon_main.c') diff --git a/net/avahi-app/files/patch-avahi-daemon_main.c b/net/avahi-app/files/patch-avahi-daemon_main.c deleted file mode 100644 index 2f4337dd9776..000000000000 --- a/net/avahi-app/files/patch-avahi-daemon_main.c +++ /dev/null @@ -1,14 +0,0 @@ ---- avahi-daemon/main.c.orig 2010-11-18 03:00:26 UTC -+++ avahi-daemon/main.c -@@ -320,6 +320,11 @@ static void update_browse_domains(void) - return; - } - -+ if (!resolv_conf_search_domains) { -+ avahi_server_set_browse_domains(avahi_server, NULL); -+ return; -+ } -+ - l = avahi_string_list_copy(config.server_config.browse_domains); - - for (p = resolv_conf_search_domains, n = 0; *p && n < BROWSE_DOMAINS_MAX; p++, n++) { -- cgit v1.2.3