Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: print/texinfo renames info files unnecessarily so 'info gtexinfo' doesn't work
To:
Chris Billington <cbillington@emulti.net>
Cc:
ports@openbsd.org
Date:
Thu, 4 Dec 2025 12:37:42 +0000

Download raw body.

Thread
On 2025/12/04 20:30, Chris Billington wrote:
> cvs diff -uNp > texinfo.diff

yep that's a good way.

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/print/texinfo/Makefile,v
> diff -u -p -u -p -r1.20 Makefile
> --- Makefile    21 Jul 2025 15:44:28 -0000      1.20
> +++ Makefile    4 Dec 2025 12:27:51 -0000
> @@ -1,7 +1,7 @@
>  COMMENT =              official documentation format of the GNU project

somewhere between the .diff file and your mail client sending the mail
tabs got replaced with spaces, so I couldn't use it as-is, but easy
enough to regenerate from there. will commit soon.

>  
>  DISTNAME =             texinfo-7.1
> -REVISION =             1
> +REVISION =             2
>  
>  CATEGORIES =           print
>  
> @@ -32,7 +32,6 @@ INSTALL_TARGET =      install install-tex
>  
>  # gtexindex is a shell script which hardcodes texindex.awk
>  post-install:
> -       cd ${PREFIX}/info && for i in *.info*; do mv $$i g$$i; done
>         cd ${PREFIX}/share/texinfo && mv gtexindex.awk texindex.awk
>  
>  .include <bsd.port.mk>
> Index: pkg/PLIST
> ===================================================================
> RCS file: /cvs/ports/print/texinfo/pkg/PLIST,v
> diff -u -p -u -p -r1.9 PLIST
> --- pkg/PLIST   3 May 2024 13:41:08 -0000       1.9
> +++ pkg/PLIST   4 Dec 2025 12:27:51 -0000
> @@ -7,13 +7,13 @@ bin/gtexi2any
>  bin/gtexi2dvi
>  bin/gtexi2pdf
>  bin/gtexindex
> -info/ginfo-stnd.info
> -info/gtexi2any_api.info
> -info/gtexi2any_internals.info
> -info/gtexinfo.info
> -info/gtexinfo.info-1
> -info/gtexinfo.info-2
> -info/gtexinfo.info-3
> +info/info-stnd.info
> +info/texi2any_api.info
> +info/texi2any_internals.info
> +info/texinfo.info
> +info/texinfo.info-1
> +info/texinfo.info-2
> +info/texinfo.info-3
>  lib/texinfo/
>  @comment lib/texinfo/MiscXS.la
>  @so lib/texinfo/MiscXS.so
> 
> 
> -- 
> Chris Billington