pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: man-page suffixes on Solaris 10



* On 2014-07-07 at 12:44 BST, Jörn Clausen wrote:

> Indeed, that file fell out of sync. I have no idea why, though. As far
> as I can tell, I haven't even edited it locally (unlike e.g.
> mk/tools/tools.SunOS.mk). After updating SunOS.mk, installation of
> man-pages works again. Thanks!!!!

Great!

> Have you also fixed the suffixes of the files installed during
> bootstrap? I still get pkg_info.0 et al. For ages I have been doing
> this
> 
> find . -name '*.0' | sed 's/.\/cat\(.\)\/\(.*\)\.0$/\2.0
> cat\1\/\2\.\1/' | xargs -L1 ln -s
> 
> right after bootstrap inside the man directory as a quick'n'dirty workaround.

Yes, those should be correctly suffixed too, for example:

  $ tar ztf bootstrap-upstream-trunk32.tar.gz | grep cat..*[0-9] | sort
  ./opt/local/man/cat1/bmake.1
  ./opt/local/man/cat1/bsdinstall.1
  ./opt/local/man/cat1/pkg_add.1
  ./opt/local/man/cat1/pkg_admin.1
  ./opt/local/man/cat1/pkg_create.1
  ./opt/local/man/cat1/pkg_delete.1
  ./opt/local/man/cat1/pkg_info.1
  ./opt/local/man/cat5/pkg_install.conf.5
  ./opt/local/man/cat5/pkg_summary.5
  ./opt/local/man/cat7/pkgsrc.7
  ./opt/local/man/cat8/audit-packages.8
  ./opt/local/man/cat8/download-vulnerability-list.8

Cheers,

-- 
Jonathan Perkin  -  Joyent, Inc.  -  www.joyent.com


Home | Main Index | Thread Index | Old Index