Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2025 11:55:23 +0300
From:      Gleb Popov <arrowd@freebsd.org>
To:        Hiroki Tagato <tagattie@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   Re: git: 2cd8835b6b6d - main - x11/libxkbcommon: Fix build with non-default options setting
Message-ID:  <CALH631nHq6Cm6HWPOoORRHYYN3oBcogaVvsOd5O2cT2N%2BugO8g@mail.gmail.com>
In-Reply-To: <694b9fb7.3c903.3034fce@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

On Wed, Dec 24, 2025 at 11:09 AM Hiroki Tagato <tagattie@freebsd.org> wrote:
>
> +.include <bsd.port.options.mk>
> +
> +.if ${PORT_OPTIONS:MEVDEV} || ${PORT_OPTIONS:MWAYLAND} || ${PORT_OPTIONS:MX11}
> +PLIST_FILES+=  libexec/xkbcommon/xkbcli-interactive
> +.endif
> +
> +.if ${PORT_OPTIONS:MWAYLAND} || ${PORT_OPTIONS:MX11}
> +PLIST_FILES+=  libexec/xkbcommon/xkbcli-dump-keymap
> +.endif
> +

Just a comment that I'd rather prefer this as a PLIST_SUB, because
"make makeplist" will re-generate these entries next time it run.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALH631nHq6Cm6HWPOoORRHYYN3oBcogaVvsOd5O2cT2N%2BugO8g>