Bug 193139 - stage-fy misc/latex-mk
Summary: stage-fy misc/latex-mk
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Many People
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-30 03:25 UTC by TsurutaniNaoki
Modified: 2014-08-30 07:19 UTC (History)
1 user (show)

See Also:


Attachments
latex-mk.diff (566 bytes, patch)
2014-08-30 03:25 UTC, TsurutaniNaoki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description TsurutaniNaoki 2014-08-30 03:25:25 UTC
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.
Comment 1 Hiroki Sato freebsd_committer freebsd_triage 2014-08-30 07:12:49 UTC
Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-08-30 07:15:36 UTC
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
Comment 3 Hiroki Sato freebsd_committer freebsd_triage 2014-08-30 07:19:36 UTC
Committed.  The warning by portlint is a false positive as you know.  Thank you for your submission.