Re: git: fac24aae03e0 - main - */tex*: Fix poudriere qa

From: Po-Chuan Hsieh <sunpoet_at_freebsd.org>
Date: Fri, 31 May 2024 23:43:52 UTC
On Sat, Jun 1, 2024 at 4:55 AM Muhammad Moinur Rahman <bofh@freebsd.org>
wrote:

> The branch main has been updated by bofh:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=fac24aae03e04c15d50bbb02d4ebc230dc1ff859
>
> commit fac24aae03e04c15d50bbb02d4ebc230dc1ff859
> Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> AuthorDate: 2024-05-31 20:54:17 +0000
> Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
> CommitDate: 2024-05-31 20:55:11 +0000
>
>     */tex*: Fix poudriere qa
>
>     During my last commit on tex* somehow I built the ports without -t
>     causing poudriere to skip some qa check. These are fixed in this
>     commit.
>
>     Reported by:    jhale
>     Sponsored by:   Nepustil
> ---
>  devel/tex-synctex/files/patch-Makefile.in          | 17 +++--
>  devel/tex-synctex/files/patch-man_Makefile.in      |  6 +-
>  devel/tex-web2c/pkg-plist                          |  4 ++
>  japanese/tex-ptex/Makefile                         | 20 ++----
>  japanese/tex-ptex/files/patch-Makefile.in          |  9 +++
>  print/tex-basic-engines/files/patch-Makefile.in    |  9 +++
>  print/tex-luatex/Makefile                          |  7 +-
>  print/tex-luatex/files/patch-Makefile.in           | 34 ++++++++-
>  print/tex-ptexenc/pkg-plist                        |  2 +
>  print/tex-xetex/files/patch-Makefile.in            | 11 ++-
>  print/texlive-base/Makefile                        |  9 ++-
>  .../patch-texk_texlive_linked__scripts_Makefile.in | 65 ++++++++++++++---
>  print/texlive-docs/Makefile                        | 82
> +++-------------------
>  print/texlive-texmf/Makefile                       | 28 ++++----
>  14 files changed, 175 insertions(+), 128 deletions(-)
>
> diff --git a/devel/tex-web2c/pkg-plist b/devel/tex-web2c/pkg-plist
> index d1ea66e3f3be..1be9a606afc8 100644
> --- a/devel/tex-web2c/pkg-plist
> +++ b/devel/tex-web2c/pkg-plist
> @@ -2,6 +2,7 @@ bin/bibtex
>  bin/ctangle
>  bin/ctie
>  bin/ctwill
> +bin/ctwill-proofsort
>  bin/ctwill-refsort
>  bin/ctwill-twinx
>  bin/cweave
> @@ -35,6 +36,7 @@ bin/tangle
>  bin/tftopl
>  bin/tie
>  bin/twill
> +bin/twill-refsort
>  bin/updvitomp
>  bin/upmpost
>  bin/vftovp
> @@ -43,6 +45,7 @@ bin/weave
>  share/man/man1/bibtex.1.gz
>  share/man/man1/ctangle.1.gz
>  share/man/man1/ctie.1.gz
> +share/man/man1/ctwill-proofsort.1.gz
>  share/man/man1/ctwill-refsort.1.gz
>  share/man/man1/ctwill-twinx.1.gz
>  share/man/man1/ctwill.1.gz
> @@ -72,6 +75,7 @@ share/man/man1/tangle.1.gz
>  share/man/man1/tftopl.1.gz
>  share/man/man1/tie.1.gz
>  share/man/man1/twill.1.gz
> +share/man/man1/twill-refsort.1.gz
>  share/man/man1/uplatex-dev.1.gz
>  share/man/man1/vftovp.1.gz
>  share/man/man1/vptovf.1.gz
>

Please bump PORTREVISION to re-generate the package in order to have these
newly-added files.


> diff --git a/print/tex-ptexenc/pkg-plist b/print/tex-ptexenc/pkg-plist
> index a3ac9c367d35..f71aa1d50fa1 100644
> --- a/print/tex-ptexenc/pkg-plist
> +++ b/print/tex-ptexenc/pkg-plist
> @@ -1,3 +1,4 @@
> +bin/ptekf
>  include/ptexenc/ptexenc.h
>  include/ptexenc/unicode-jp.h
>  include/ptexenc/unicode.h
> @@ -6,3 +7,4 @@ lib/libptexenc.so
>  lib/libptexenc.so.1
>  lib/libptexenc.so.%%VERSION%%
>  libdata/pkgconfig/ptexenc.pc
> +share/man/man1/ptekf.1.gz
>

Please bump PORTREVISION to re-generate the package in order to have these
newly-added files.