zathura-0.2.1 port fails to rebuild vendor-supplied empty manpages and installs them. Fix: - remove empty vendor-supplied manpages to ensure rebuilding. - tell gmake where our rst2man being placed via MAKE_ENV. How-To-Repeat: /usr/ports/graphics/zathura# make install /usr/ports/graphics/zathura# MANPAGES=$(make -V MAN1 -V MAN5) /usr/ports/graphics/zathura# (cd $(make -V WRKSRC); ls -l ${MANPAGES}) -rw-r--r-- 1 root wheel 0 Aug 31 03:15 zathura.1 -rw-r--r-- 1 root wheel 0 Aug 31 03:15 zathurarc.5 /usr/ports/graphics/zathura# pkg_info -L zathura-0.2.1|grep man|xargs ls -l -rw-r--r-- 1 root wheel 20 Oct 25 11:16 /usr/local/man/man1/zathura.1.gz -rw-r--r-- 1 root wheel 20 Oct 25 11:16 /usr/local/man/man5/zathurarc.5.gz /usr/ports/graphics/zathura# man zathura|wc -c 0 /usr/ports/graphics/zathura# man zathurarc|wc -c 0
Maintainer of graphics/zathura, Please note that PR ports/173046 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/173046 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approve this patch.
State Changed From-To: feedback->open Maintainer approved.
State Changed From-To: open->closed Committed. Thanks!