pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/avahi Update avahi to 0.6.27.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa9420b478d0
branches:  trunk
changeset: 577928:aa9420b478d0
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jul 24 13:42:12 2010 +0000

description:
Update avahi to 0.6.27.

0.6.27
some build fixes

0.6.26
This is mostly a bugfix release but also fixes a low risk security issue and
adds a couple of minor new features.
 * Fix CVE-2010-2244 (Ludwig Nussel)
 * Support for Gtk+ 3 and Gtk+ Introspection
 * Native systemd socket activation support
 * Add systemd service files
 * Add various resource control options, for traffic rate limiting as well as
   cache size and D-Bus client object limits.
 * i18n updates
 * Minor other updates

diffstat:

 net/avahi/Makefile         |   8 ++++----
 net/avahi/PLIST            |  31 ++++++++++++++++++++-----------
 net/avahi/PLIST.pygdbm     |   6 +-----
 net/avahi/PLIST.python     |   4 +---
 net/avahi/distinfo         |  26 +++++++++++++-------------
 net/avahi/options.mk       |   5 ++---
 net/avahi/patches/patch-aa |  10 +++++-----
 net/avahi/patches/patch-ab |  12 ++++++------
 net/avahi/patches/patch-ac |  26 ++++++++++++++------------
 net/avahi/patches/patch-ad |  12 ++++++------
 net/avahi/patches/patch-ae |   6 +++---
 net/avahi/patches/patch-ag |  18 ++++--------------
 net/avahi/patches/patch-ah |   8 ++++----
 net/avahi/patches/patch-ai |   6 +++---
 net/avahi/patches/patch-aj |  15 +++------------
 15 files changed, 89 insertions(+), 104 deletions(-)

diffs (truncated from 409 to 300 lines):

diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/Makefile
--- a/net/avahi/Makefile        Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/Makefile        Sat Jul 24 13:42:12 2010 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2010/06/13 22:45:08 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2010/07/24 13:42:12 obache Exp $
 
-DISTNAME=              avahi-0.6.25
-PKGREVISION=           3
+DISTNAME=              avahi-0.6.27
 CATEGORIES=            net
 MASTER_SITES=          http://avahi.org/download/
 
@@ -69,6 +68,7 @@
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --with-dbus-system-socket=${VARBASE}/run/dbus/system_bus_socket
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
+CONFIGURE_ARGS+=       --disable-gtk3
 CONFIGURE_ARGS+=       --disable-qt3
 CONFIGURE_ARGS+=       --disable-qt4
 CONFIGURE_ARGS+=       --disable-mono
@@ -78,6 +78,7 @@
 CONFIGURE_ARGS+=       --disable-doxygen-html
 CONFIGURE_ARGS+=       --disable-xmltoman
 CONFIGURE_ARGS+=       --disable-autoipd
+CONFIGURE_ARGS+=       --enable-tests
 
 .if ${OPSYS} == "SunOS"
 CONFIGURE_ARGS+=       --with-distro=none
@@ -108,7 +109,6 @@
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libdaemon/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/PLIST
--- a/net/avahi/PLIST   Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/PLIST   Sat Jul 24 13:42:12 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:09:21 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2010/07/24 13:42:12 obache Exp $
 bin/avahi-browse
 bin/avahi-browse-domains
 bin/avahi-discover-standalone
@@ -78,17 +78,17 @@
 share/applications/bssh.desktop
 share/applications/bvnc.desktop
 share/avahi/avahi-service.dtd
-share/avahi/interfaces/avahi-discover.glade
-share/avahi/introspection/AddressResolver.introspect
-share/avahi/introspection/DomainBrowser.introspect
-share/avahi/introspection/EntryGroup.introspect
-share/avahi/introspection/HostNameResolver.introspect
-share/avahi/introspection/RecordBrowser.introspect
-share/avahi/introspection/Server.introspect
-share/avahi/introspection/ServiceBrowser.introspect
-share/avahi/introspection/ServiceResolver.introspect
-share/avahi/introspection/ServiceTypeBrowser.introspect
+share/avahi/interfaces/avahi-discover.ui
 share/avahi/service-types
+share/dbus-1/interfaces/org.freedesktop.Avahi.AddressResolver.xml
+share/dbus-1/interfaces/org.freedesktop.Avahi.DomainBrowser.xml
+share/dbus-1/interfaces/org.freedesktop.Avahi.EntryGroup.xml
+share/dbus-1/interfaces/org.freedesktop.Avahi.HostNameResolver.xml
+share/dbus-1/interfaces/org.freedesktop.Avahi.RecordBrowser.xml
+share/dbus-1/interfaces/org.freedesktop.Avahi.Server.xml
+share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceBrowser.xml
+share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceResolver.xml
+share/dbus-1/interfaces/org.freedesktop.Avahi.ServiceTypeBrowser.xml
 share/doc/avahi/HACKING
 share/doc/avahi/INSTALL
 share/doc/avahi/NEWS
@@ -100,7 +100,9 @@
 share/examples/avahi/hosts
 share/examples/avahi/ssh.service
 share/examples/rc.d/avahidaemon
+share/locale/bg/LC_MESSAGES/avahi.mo
 share/locale/ca/LC_MESSAGES/avahi.mo
+share/locale/cs/LC_MESSAGES/avahi.mo
 share/locale/de/LC_MESSAGES/avahi.mo
 share/locale/el/LC_MESSAGES/avahi.mo
 share/locale/en_AU/LC_MESSAGES/avahi.mo
@@ -110,9 +112,12 @@
 share/locale/es/LC_MESSAGES/avahi.mo
 share/locale/fi/LC_MESSAGES/avahi.mo
 share/locale/fr/LC_MESSAGES/avahi.mo
+share/locale/gl/LC_MESSAGES/avahi.mo
 share/locale/hu/LC_MESSAGES/avahi.mo
 share/locale/it/LC_MESSAGES/avahi.mo
+share/locale/ja/LC_MESSAGES/avahi.mo
 share/locale/ms/LC_MESSAGES/avahi.mo
+share/locale/nl/LC_MESSAGES/avahi.mo
 share/locale/pl/LC_MESSAGES/avahi.mo
 share/locale/pt_BR/LC_MESSAGES/avahi.mo
 share/locale/ro/LC_MESSAGES/avahi.mo
@@ -120,4 +125,8 @@
 share/locale/sr/LC_MESSAGES/avahi.mo
 share/locale/sr@latin/LC_MESSAGES/avahi.mo
 share/locale/sv/LC_MESSAGES/avahi.mo
+share/locale/uk/LC_MESSAGES/avahi.mo
 share/locale/zh_CN/LC_MESSAGES/avahi.mo
+share/locale/zh_TW/LC_MESSAGES/avahi.mo
+@pkgdir share/dbus-1/system-services
+@pkgdir lib/avahi
diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/PLIST.pygdbm
--- a/net/avahi/PLIST.pygdbm    Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/PLIST.pygdbm    Sat Jul 24 13:42:12 2010 +0000
@@ -1,12 +1,8 @@
-@comment $NetBSD: PLIST.pygdbm,v 1.2 2009/10/16 07:45:47 obache Exp $
+@comment $NetBSD: PLIST.pygdbm,v 1.3 2010/07/24 13:42:12 obache Exp $
 bin/avahi-discover
 lib/avahi/service-types.db
 ${PYSITELIB}/avahi/ServiceTypeDatabase.py
 ${PYSITELIB}/avahi_discover/__init__.py
 ${PYSITELIB}/avahi_discover/__init__.pyc
 ${PYSITELIB}/avahi_discover/__init__.pyo
-${PYSITELIB}/avahi_discover/SimpleGladeApp.py
-${PYSITELIB}/avahi_discover/SimpleGladeApp.pyc
-${PYSITELIB}/avahi_discover/SimpleGladeApp.pyo
 share/applications/avahi-discover.desktop
-share/avahi/interfaces/avahi-discover.glade
diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/PLIST.python
--- a/net/avahi/PLIST.python    Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/PLIST.python    Sat Jul 24 13:42:12 2010 +0000
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST.python,v 1.3 2009/10/16 07:45:47 obache Exp $
+@comment $NetBSD: PLIST.python,v 1.4 2010/07/24 13:42:12 obache Exp $
 ${PYSITELIB}/avahi/__init__.py
 ${PYSITELIB}/avahi/__init__.pyc
 ${PYSITELIB}/avahi/__init__.pyo
 bin/avahi-bookmarks
-bin/avahi-set-host-name
 man/man1/avahi-bookmarks.1
 man/man1/avahi-discover.1
-man/man1/avahi-set-host-name.1
diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/distinfo
--- a/net/avahi/distinfo        Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/distinfo        Sat Jul 24 13:42:12 2010 +0000
@@ -1,14 +1,14 @@
-$NetBSD: distinfo,v 1.7 2009/06/09 13:07:13 wiz Exp $
+$NetBSD: distinfo,v 1.8 2010/07/24 13:42:12 obache Exp $
 
-SHA1 (avahi-0.6.25.tar.gz) = 7ce8ed5a494d72401dd81f64594fda59d2ec91fd
-RMD160 (avahi-0.6.25.tar.gz) = 3025f774360a8ea3b9de87e2df0b00387569aaf2
-Size (avahi-0.6.25.tar.gz) = 1103653 bytes
-SHA1 (patch-aa) = a7ef1cd3ad4ecdbb0668b544f7ea1fc4497c4dce
-SHA1 (patch-ab) = 8e29c8b2b9a1d52fba97360c30bb3ba26f657198
-SHA1 (patch-ac) = 0484dc5e663fd299f46d15c283fb6fde4aab3537
-SHA1 (patch-ad) = 9966ae9fd0d715fa735efc3b92b2cabe6de53b48
-SHA1 (patch-ae) = 51cc2d3138cb8cd10bbf7cee425577dd685b57ff
-SHA1 (patch-ag) = f4de3c49900d5f603a0791be75591268aa326d93
-SHA1 (patch-ah) = 63758f0e5ca24a1570c0c8dfea05836d6cce73f0
-SHA1 (patch-ai) = 658dae685c3542c5d7f15cc8865e90a0292e4ad0
-SHA1 (patch-aj) = fc4c21a21154a5dbbd17dd8eb906d829e11568de
+SHA1 (avahi-0.6.27.tar.gz) = e763bbeba92fd5b3ba3e2af5fc85aaf99b406c8b
+RMD160 (avahi-0.6.27.tar.gz) = 36e6a242f0c926351e31871d8a4f8a52a501fdc3
+Size (avahi-0.6.27.tar.gz) = 1217974 bytes
+SHA1 (patch-aa) = 9d48b8358ed5dac5edb379c998d1c907feaf76ed
+SHA1 (patch-ab) = aca73131b1a1df97dab6f221c59bd5e21136f816
+SHA1 (patch-ac) = f506e4f7839ca7201abfc0fe22120993e9a2279d
+SHA1 (patch-ad) = 0777139388729f5a8a1aa8dffd602f3c34c9f61b
+SHA1 (patch-ae) = d0db18ff6c830da992510465df53d0bc0433d2a1
+SHA1 (patch-ag) = f729ef5b61ffaa641fe5abe78b42c4f6316569b7
+SHA1 (patch-ah) = 4b3ffdb927daef8c939527fd5c5893f9f88b3ff3
+SHA1 (patch-ai) = 406b314c8105e28cffb83a92bb80f2dc1b264c3f
+SHA1 (patch-aj) = 3ba6328814d26098cba16f49c2b60b6640d15718
diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/options.mk
--- a/net/avahi/options.mk      Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/options.mk      Sat Jul 24 13:42:12 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2010/07/24 13:42:12 obache Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.avahi
 
@@ -28,9 +28,8 @@
 ###
 .if !empty(PKG_OPTIONS:Mpython)
 .  include "../../lang/python/application.mk"
+PY_PATCHPLIST=         yes
 .  include "../../lang/python/extension.mk"
-PYTHON_VERSIONS_ACCEPTED=      25 24
-PLIST_SUBST+=                  PYSITELIB=${PYSITELIB}
 .  include "../../sysutils/py-dbus/buildlink3.mk"
 .  include "../../x11/py-gtk2/buildlink3.mk"
 DEPENDS+=              ${PYPKGPREFIX}-libxml2-[0-9]*:../../textproc/py-libxml2
diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/patches/patch-aa
--- a/net/avahi/patches/patch-aa        Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/patches/patch-aa        Sat Jul 24 13:42:12 2010 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2010/07/24 13:42:12 obache Exp $
 
---- avahi-core/iface-pfroute.c.orig    2006-06-21 22:35:00.000000000 +0100
+--- avahi-core/iface-pfroute.c.orig    2010-06-26 00:14:35.000000000 +0000
 +++ avahi-core/iface-pfroute.c
-@@ -48,6 +48,13 @@
+@@ -46,6 +46,13 @@
  #include "iface-pfroute.h"
  #include "util.h"
  
@@ -13,6 +13,6 @@
 +#define SIOCGLIFFLAGS SIOCGIFFLAGS
 +#endif
 +
- static int bitcount (unsigned int n)  
- {  
+ static int bitcount (unsigned int n)
+ {
    int count=0 ;
diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/patches/patch-ab
--- a/net/avahi/patches/patch-ab        Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/patches/patch-ab        Sat Jul 24 13:42:12 2010 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $
+$NetBSD: patch-ab,v 1.2 2010/07/24 13:42:12 obache Exp $
 
---- avahi-common/Makefile.in.orig      2008-12-04 12:00:32.000000000 +0000
+--- avahi-common/Makefile.in.orig      2010-07-13 03:06:34.000000000 +0000
 +++ avahi-common/Makefile.in
-@@ -601,7 +601,7 @@ clean-libLTLIBRARIES:
+@@ -629,7 +629,7 @@ clean-libLTLIBRARIES:
          rm -f "$${dir}/so_locations"; \
        done
  libavahi-common.la: $(libavahi_common_la_OBJECTS) $(libavahi_common_la_DEPENDENCIES) 
--      $(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS)
-+      $(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS) $(INTLLIBS)
+-      $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS)
++      $(AM_V_CCLD)$(libavahi_common_la_LINK) -rpath $(libdir) $(libavahi_common_la_OBJECTS) $(libavahi_common_la_LIBADD) $(LIBS) $(INTLLIBS)
  
  clean-noinstPROGRAMS:
-       @list='$(noinst_PROGRAMS)'; for p in $$list; do \
+       @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/patches/patch-ac
--- a/net/avahi/patches/patch-ac        Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/patches/patch-ac        Sat Jul 24 13:42:12 2010 +0000
@@ -1,28 +1,30 @@
-$NetBSD: patch-ac,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $
+$NetBSD: patch-ac,v 1.2 2010/07/24 13:42:12 obache Exp $
 
---- avahi-daemon/Makefile.in.orig      2008-06-24 00:20:31.000000000 +0100
+--- avahi-daemon/Makefile.in.orig      2010-07-13 03:06:35.000000000 +0000
 +++ avahi-daemon/Makefile.in
-@@ -505,19 +505,15 @@ AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRA
+@@ -546,13 +546,9 @@ AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRA
  
  @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ini_file_parser_test_CFLAGS = $(AM_CFLAGS)
- @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ini_file_parser_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la ../avahi-core/libavahi-core.la 
+ @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@ini_file_parser_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la ../avahi-core/libavahi-core.la
 -@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconf_DATA = \
 -@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@  avahi-daemon.conf \
 -@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@  hosts
 -
--@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@service_DATA = \
+-@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_service_DATA = \
 -@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@  ssh.service \
 -@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@  sftp-ssh.service
 +@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconf_DATA =
 +
-+@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@service_DATA =
++@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_service_DATA =
  
- @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgdata_DATA = \
+ @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_pkgdata_DATA = \
  @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@  avahi-service.dtd
+@@ -566,7 +562,7 @@ AM_CFLAGS = -I$(top_srcdir) '-DDEBUG_TRA
  
+ @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@CLEANFILES = $(systemdsystemunit_DATA)
  @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dbusservicedir = $(DBUS_SYS_DIR)
--@HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dbusservice_DATA = avahi-dbus.conf
-+@HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dbusservice_DATA =
- @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@introspection_DATA = \
- @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@  Server.introspect \
- @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@  EntryGroup.introspect \
+-@HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_dbusservice_DATA = avahi-dbus.conf
++@HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_dbusservice_DATA =
+ @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@dist_introspection_DATA = \
+ @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@  org.freedesktop.Avahi.Server.xml \
+ @HAVE_DBUS_TRUE@@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@  org.freedesktop.Avahi.EntryGroup.xml \
diff -r 370a9cb7bf02 -r aa9420b478d0 net/avahi/patches/patch-ad
--- a/net/avahi/patches/patch-ad        Sat Jul 24 13:24:55 2010 +0000
+++ b/net/avahi/patches/patch-ad        Sat Jul 24 13:42:12 2010 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.1.1.1 2008/12/20 17:36:14 wiz Exp $
+$NetBSD: patch-ad,v 1.2 2010/07/24 13:42:12 obache Exp $
 
---- avahi-dnsconfd/Makefile.in.orig    2008-06-24 00:20:31.000000000 +0100
+--- avahi-dnsconfd/Makefile.in.orig    2010-07-13 03:06:36.000000000 +0000
 +++ avahi-dnsconfd/Makefile.in
-@@ -367,7 +367,7 @@ top_srcdir = @top_srcdir@
- @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_SOURCES = main.c 
+@@ -400,7 +400,7 @@ EXTRA_DIST = avahi-dnsconfd.action avahi
+ @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_SOURCES = main.c
  @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_CFLAGS = $(AM_CFLAGS) $(LIBDAEMON_CFLAGS)
  @HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@avahi_dnsconfd_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(LIBDAEMON_LIBS)
 -@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconf_SCRIPTS = avahi-dnsconfd.action
 +@HAVE_LIBDAEMON_TRUE@@HAVE_XML_TRUE@pkgsysconf_SCRIPTS =
- EXTRA_DIST = avahi-dnsconfd.action



Home | Main Index | Thread Index | Old Index