Bug 193444 - print/tex-dvipdfmx fails stage-qa checks
Summary: print/tex-dvipdfmx fails stage-qa checks
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Hiroki Sato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-07 21:17 UTC by John Marino
Modified: 2014-09-09 10:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino freebsd_committer freebsd_triage 2014-09-07 21:17:34 UTC
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%TEXMFDISTDIR%%/fonts/map/glyphlist/glyphlist.txt
Error: Orphaned: %%TEXMFDISTDIR%%/fonts/map/glyphlist/pdfglyphlist.txt
===> Checking for directories owned by MTREEs
===> Checking for directories handled by dependencies
Warning: Possibly owned by dependency: @dirrmtry %%TEXMFDISTDIR%%/fonts/cmap
Warning: Possibly owned by dependency: @dirrmtry %%TEXMFDISTDIR%%/fonts/map
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/print/tex-dvipdfmx



It looks like a couple of files are missing from the pkg-plist
Comment 1 John Marino freebsd_committer freebsd_triage 2014-09-07 21:17:55 UTC
over to maintainer
Comment 2 John Marino freebsd_committer freebsd_triage 2014-09-09 09:07:32 UTC
More information:

These files used to be removed in stage, but the last commit blocked this with "Xpost-install:" line.  However, the files were not added to pkg-plist as should have been done.

It looks like a simple fix, just add to pkg-plist and revbump.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-09-09 10:04:36 UTC
A commit references this bug:

Author: hrs
Date: Tue Sep  9 10:03:57 UTC 2014
New revision: 367723
URL: http://svnweb.freebsd.org/changeset/ports/367723

Log:
  Add a patch forgotten in the previous commit.

  PR:	193444

Changes:
  head/print/tex-dvipdfmx/Makefile
  head/print/tex-dvipdfmx/files/patch-texk-dvipdfmx-Makefile.in
Comment 4 Hiroki Sato freebsd_committer freebsd_triage 2014-09-09 10:05:25 UTC
Thank you for your report.  I noticed I forgot to do "svn add" a patch and remove the Xpost-install: target.  Sorry for the breakage.  Fixed just now.