diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-12-17 10:52:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-12-17 10:52:12 +0000 |
commit | 228da4c6da759d64e435b6221fb66351e642fdde (patch) | |
tree | 1b40a7bb74b5bedbb8c30bedbbba8ac2655c8136 /net/avahi-app/files/patch-avahi-daemon_main.c | |
parent | Add chinese/rime-data and its dependencies (diff) |
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)
Notes
Notes:
svn path=/head/; revision=558281
Diffstat (limited to 'net/avahi-app/files/patch-avahi-daemon_main.c')
-rw-r--r-- | net/avahi-app/files/patch-avahi-daemon_main.c | 14 |
1 files changed, 0 insertions, 14 deletions
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++) { |