[MacPorts] #66846: gawk @5.2.1_2 does not install (register) all its texinfo file in dir file

MacPorts noreply at macports.org
Sun Feb 5 14:35:33 UTC 2023


#66846: gawk @5.2.1_2 does not install (register) all its texinfo file in dir file
-----------------------+--------------------
 Reporter:  ballapete  |      Owner:  (none)
     Type:  defect     |     Status:  new
 Priority:  Normal     |  Milestone:
Component:  ports      |    Version:  2.8.1
 Keywords:             |       Port:  gawk
-----------------------+--------------------
 {{{
 sh-3.2# pushd /opt/local/share/info ; for INFO in *.info ; do INFO="`echo
 $INFO | awk -F. '{ print $1 }'`"; printf "»» $INFO: ";  if [ `grep
 "\($INFO\)" dir | wc -l` -gt 0 ] ; then echo OK ; else echo "** missing
 **" ; fi; done
 }}}

 reports

 {{{
 »» pm-gawk: ** missing **
 }}}

 Three other INFO files, gawk.info, gawkinet.info, and gawkworkflow.info,
 are already registered, but all hints of `pm-gawk` are missing in `dir`
 file.

 {{{
 install-info pm-gawk.info dir
 }}}

 would do the job.

-- 
Ticket URL: <https://trac.macports.org/ticket/66846>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list