[MacPorts] #66847: texinfo @7.0.2 does not install (register) all its texinfo file in dir file

MacPorts noreply at macports.org
Sun Feb 5 15:16:14 UTC 2023


#66847: texinfo @7.0.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:
 Keywords:             |       Port:
-----------------------+--------------------
 {{{
 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

 {{{
 »» texi2any_api: ** missing **
 »» texi2any_internals: ** missing **
 }}}

 Two INFO files, texinfo.info and texi2html.info, are already registered in
 `dir` file, the tow others are missing.

 {{{
 install-info texi2any_api.info dir
 install-info texi2any_internals.info dir
 }}}

 would do the job.

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


More information about the macports-tickets mailing list