diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-08-12 19:10:35 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-08-12 19:10:35 +0000 |
commit | 5ba02d0efe9c14ed2af8405a66a87c65cd11e4f7 (patch) | |
tree | 543452045380d6b597ca777927d934ad869537ac /net-dns | |
parent | Re-add AMD64 hack to make burning work again, upstream failed to keep their p... (diff) | |
download | gentoo-2-5ba02d0efe9c14ed2af8405a66a87c65cd11e4f7.tar.gz gentoo-2-5ba02d0efe9c14ed2af8405a66a87c65cd11e4f7.tar.bz2 gentoo-2-5ba02d0efe9c14ed2af8405a66a87c65cd11e4f7.zip |
Small patch that fixes avahi-browse --help output.
(Portage version: 2.1.3.5)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/avahi/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.6.21.ebuild | 3 | ||||
-rw-r--r-- | net-dns/avahi/files/avahi-0.6.21-browse-help.patch | 18 |
3 files changed, 25 insertions, 2 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog index 1c67ea8fe369..765fb38fc1a9 100644 --- a/net-dns/avahi/ChangeLog +++ b/net-dns/avahi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/avahi # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.121 2007/08/12 17:16:57 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.122 2007/08/12 19:10:34 swegener Exp $ + + 12 Aug 2007; Sven Wegener <swegener@gentoo.org> + +files/avahi-0.6.21-browse-help.patch, avahi-0.6.21.ebuild: + Small patch that fixes avahi-browse --help output. *avahi-0.6.21 (12 Aug 2007) diff --git a/net-dns/avahi/avahi-0.6.21.ebuild b/net-dns/avahi/avahi-0.6.21.ebuild index 23ff8e1ab8c4..bb3e66434161 100644 --- a/net-dns/avahi/avahi-0.6.21.ebuild +++ b/net-dns/avahi/avahi-0.6.21.ebuild @@ -1,6 +1,6 @@ # Copyright 2000-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild,v 1.2 2007/08/12 17:31:52 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.21.ebuild,v 1.3 2007/08/12 19:10:34 swegener Exp $ inherit eutils mono python qt3 qt4 @@ -98,6 +98,7 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-0.6.1-no-ipv6.patch epatch "${FILESDIR}"/${P}-dbus-compat.patch + epatch "${FILESDIR}"/${P}-browse-help.patch use ipv6 && sed -i -e s/use-ipv6=no/use-ipv6=yes/ avahi-daemon/avahi-daemon.conf } diff --git a/net-dns/avahi/files/avahi-0.6.21-browse-help.patch b/net-dns/avahi/files/avahi-0.6.21-browse-help.patch new file mode 100644 index 000000000000..47344ad797f1 --- /dev/null +++ b/net-dns/avahi/files/avahi-0.6.21-browse-help.patch @@ -0,0 +1,18 @@ +Index: trunk/avahi-utils/avahi-browse.c +=================================================================== +--- trunk/avahi-utils/avahi-browse.c (revision 1518) ++++ trunk/avahi-utils/avahi-browse.c (revision 1519) +@@ -586,9 +586,12 @@ + "%s [options] -a\n" + "%s [options] -D\n" + #if defined(HAVE_GDBM) || defined(HAVE_DBM) +- "%s [options] -b\n", ++ "%s [options] -b\n" + #endif + "\n", ++#if defined(HAVE_GDBM) || defined(HAVE_DBM) ++ argv0, ++#endif + argv0, argv0, argv0); + + fprintf(f, |