pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/textproc/py-libxml2



On Mon, Feb 23, 2026 at 12:21:00PM +0100, Tobias Nygren wrote:
> Module Name:  pkgsrc
> Committed By: tnn
> Date:         Mon Feb 23 12:21:00 UTC 2026
> 
> Modified Files:
>       pkgsrc/textproc/py-libxml2: Makefile
> 
> Log Message:
> py-libxml2: disable doxygen
> 
> It causes too many circular dependency problems, for example:
> 
> fontconfig -> meson -> itstool -> py313-libxml2 -> doxygen -> ghostscript -> ghostscript-agpl -> fontconfig
> 
> Also disabling doxygen doesn't change the PLIST so the dependency seems
> to not have affected the package meaningfully regardless.

This change is wrong, please revert it.

Take a look at the installed file
/usr/pkg/lib/python3.14/site-packages/libxml2.py and you'll see lots
of differences.

before:

-rw-r--r--  1 builder  builder  277881 Feb 23 06:33 /usr/pkg/lib/python3.14/site-packages/libxml2.py

after:

-rw-r--r--  1 builder  builder   42327 Feb 23 12:32 /usr/pkg/lib/python3.14/site-packages/libxml2.py

meson does not depend on itstool in current pkgsrc (it was ever only
needed for testing).

See also PR 60027.
 Thomas



Home | Main Index | Thread Index | Old Index