Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Feb 2024 09:31:24 +0100
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Emmanuel Vadot <manu@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 15f0ce8be9ec - main - x11/xditview: Update to 1.0.7
Message-ID:  <y1c0-1vhf-wny@FreeBSD.org>
In-Reply-To: <202402040755.4147tx7g071506@gitrepo.freebsd.org> (Emmanuel Vadot's message of "Sun, 4 Feb 2024 07:55:59 GMT")
References:  <202402040755.4147tx7g071506@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?y1c0-1vhf-wny>