Re: git: 15f0ce8be9ec - main - x11/xditview: Update to 1.0.7
- In reply to: Emmanuel Vadot : "git: 15f0ce8be9ec - main - x11/xditview: Update to 1.0.7"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Feb 2024 08:31:24 UTC
Emmanuel Vadot <manu@FreeBSD.org> writes: > -USES= xorg xorg-cat:app > -USE_XORG= x11 xaw xmu xt > +USES= tar:xz xorg xorg-cat:app > +USE_XORG= x11 xaw xft xrender xmu xt Sort USE*: xmu goes before xrender. Found via ports-mgmt/portfmt. > + > +LIB_DEPENDS+= libfontconfig.so:x11-fonts/fontconfig \ > + libfreetype.so:print/freetype2 *_DEPENDS goes before USE* but ports-mgmt/portlint is silent due to += which can be a part of conditional where ordering doesn't apply or hard to check. See also https://docs.freebsd.org/en/books/porters-handbook/order/