====> 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
over to maintainer
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.
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
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.