aboutsummaryrefslogtreecommitdiff
path: root/network/avahi/patches/man-add-missing-bshell.1-symlink.patch
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2025-07-20 14:28:15 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-07-26 09:54:17 +0700
commit5f81466cbf9367003ad305fc1ae493cd9f0821fc (patch)
tree252a8f843d328284f9d5cab1c2af1c542b063b3b /network/avahi/patches/man-add-missing-bshell.1-symlink.patch
parent96144b5497acb5e1be1978c019e797b167c21568 (diff)
network/avahi: Updated for version 20240306_709e60f
This commit updates avahi to the version shipped with the -current tree as of today's date. Rather than adding a new dep of xmltoman, I elected to add the pre-generated manual pages from an already-built package. Signed-off-by: Robby Workman <rworkman@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/avahi/patches/man-add-missing-bshell.1-symlink.patch')
-rw-r--r--network/avahi/patches/man-add-missing-bshell.1-symlink.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/network/avahi/patches/man-add-missing-bshell.1-symlink.patch b/network/avahi/patches/man-add-missing-bshell.1-symlink.patch
deleted file mode 100644
index 1bcbbb13e2..0000000000
--- a/network/avahi/patches/man-add-missing-bshell.1-symlink.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Michael Biebl <biebl@debian.org>
-Date: Sun, 17 Sep 2017 12:52:39 +0200
-Subject: man: add missing bshell.1 symlink
-
-The bshell binary is missing a symlink to its manual page. It should be
-symlinked to the man page for bssh, just like how the bvnc man page is.
-
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655190
-Forwarded: https://github.com/lathiat/avahi/pull/148
-Applied-upstream: 0.9, commit:f983df44870b602179b493f9c3d113753b378e27
----
- man/Makefile.am | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/man/Makefile.am b/man/Makefile.am
-index d38267c..77a27bd 100644
---- a/man/Makefile.am
-+++ b/man/Makefile.am
-@@ -137,12 +137,13 @@ BSSH_LN =
- if HAVE_GTK
- if HAVE_GLIB
- BSSH_LN += $(LN_S) bssh.1 bvnc.1 &&
-+BSSH_LN += $(LN_S) bssh.1 bshell.1 &&
- endif
- endif
- install-exec-local:
- mkdir -p $(DESTDIR)/$(mandir)/man1 && \
- cd $(DESTDIR)/$(mandir)/man1 && \
-- rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 && \
-+ rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 bshell.1 && \
- $(BSSH_LN) \
- $(LN_S) avahi-resolve.1 avahi-resolve-host-name.1 && \
- $(LN_S) avahi-resolve.1 avahi-resolve-address.1 && \