Summary: | stage-fy misc/latex-mk | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | TsurutaniNaoki | ||||
Component: | Individual Port(s) | Assignee: | Hiroki Sato <hrs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | hrs | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Take. A commit references this bug: Author: hrs Date: Sat Aug 30 07:14:38 UTC 2014 New revision: 366590 URL: http://svnweb.freebsd.org/changeset/ports/366590 Log: - STAGEDIR support. - Use makeinfo. PR: 193139 Changes: head/misc/latex-mk/Makefile Committed. The warning by portlint is a false positive as you know. Thank you for your submission. |
Created attachment 146519 [details] latex-mk.diff Stage-fy misc/latex-mk. I do not know whether this port is necessary... Fix: found a warning but no problem with a patch attached: % pwd /usr/ports/misc/latex-mk % make check-plist ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for directories owned by MTREEs ===> Checking for directories handled by dependencies ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) % make stage-qa ====> Running Q/A tests (stage-qa) % portlint WARN: Makefile: possible direct use of "scripts" "COMMENT= Collection of makefile and scripts for LaTeX documents" found. if so, use ${SCRIPTDIR} instead. 0 fatal errors and 1 warning found.