| Summary: | print/tex-formats (tex-formats-20120701_2) fails to install | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | marka | ||||
| Component: | Individual Port(s) | Assignee: | Antoine Brodin <antoine> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Many People | CC: | jcfyecrayz, portmgr | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
marka
2014-07-26 05:24:52 UTC
over to maintainer This is a bug in Keywords/pkg_install.awk (applies to those boxes that haven't updated from using pkg_* yet). It's missing a 'next' in the @fmtutil section and so falls through to the catch all code leaving the @fmtutil in the plist. Will attach a patch. Created attachment 145398 [details]
Keywords/pkg_install.awk - add missing next to avoid leaving @fmtutil in plist
This bug was introduced in r362899 which was trying to fix @fmtutil in tex packages for pkg_* installs.
Assignment should probably move to portmgr. A commit references this bug: Author: antoine Date: Tue Aug 5 16:58:59 UTC 2014 New revision: 364121 URL: http://svnweb.freebsd.org/changeset/ports/364121 Log: Fix fmtutil keyword with pkg_install PR: ports/192124 Submitted by: John Hein With hat: portmgr Changes: head/Keywords/pkg_install.awk |