Opened 15 months ago

Last modified 15 months ago

#66837 new defect

gindent @2.2.12_1 does not install (register) its texinfo file in dir file

Reported by: ballapete (Peter "Pete" Dyballa) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: larryv@…
Port: gindent

Description

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

»» gindent: ** missing **

All all hints of gindent are missing in dir file.

install-info gindent.info dir

would do the job.

Change History (1)

comment:1 Changed 15 months ago by ballapete (Peter "Pete" Dyballa)

It does not work so straight forward… The cause is that the INFO-DIR-SECTION of the INFO file contains this:

   3 INFO-DIR-SECTION Indent Code Formatter
   4 START-INFO-DIR-ENTRY
   5 * Indent: (indent).             C code formatter.
   6 END-INFO-DIR-ENTRY

So it directs the info utility to a file indent.info that does not exist. The file name needs to be patched.

Note: See TracTickets for help on using tickets.