components/tmux/patches/mdoc.patch
author Yiteng Zhang <yiteng.zhang@oracle.com>
Thu, 19 Nov 2015 11:19:15 -0800
changeset 5109 5d341c4a6b80
parent 3717 b16a04ab5d50
permissions -rw-r--r--
19877233 ply should hookup its tests 19931836 "gmake test" failures for python/jsonrpclib 20745110 jsonrpclib can now deliver a Python 3.x package 21911841 update pycurl and deliver a Python 3.x package 21912037 update ply to version 3.7 and deliver a Python 3.x package 21985306 update coverage to version 4.0.1 and deliver its Python 3.x package 22067764 update CherryPy to version 3.8.0 and deliver a Python 3.x package

For the VPATH builds done in Userland, tmux fails to find an awk script used
to prepare the man page.  This patch was submitted to the maintainer on 
2014-09-16, he said he has already fixed this problem in the development version.

--- ORIGINAL/Makefile.in	2014-02-20 15:11:49.000000000 -0800
+++ tmux-1.9/Makefile.in	2014-11-20 11:28:36.648421671 -0800
@@ -1221,7 +1221,7 @@
 			>$(srcdir)/tmux.1.mdoc; \
 	else \
 		sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1| \
-			$(AWK) -fmdoc2man.awk >$(srcdir)/tmux.1.man; \
+			$(AWK) -f$(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \
 	fi
 	$(MKDIR_P) $(DESTDIR)$(mandir)/man1
 	$(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \