Bug 173046 - graphics/zathura: install manpages correctly
Summary: graphics/zathura: install manpages correctly
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-25 03:30 UTC by poyopoyo
Modified: 2012-10-28 21:40 UTC (History)
0 users

See Also:


Attachments
file.diff (705 bytes, patch)
2012-10-25 03:30 UTC, poyopoyo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description poyopoyo 2012-10-25 03:30:00 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-25 03:30:09 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-10-25 03:30:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Quentin Stievenart 2012-10-27 14:34:48 UTC
I approve this patch.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2012-10-28 05:03:31 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Raphael Kubo da Costa freebsd_committer freebsd_triage 2012-10-28 21:40:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!