Date: Sun, 19 Jan 2025 21:33:43 +0800 (WITA) From: Gerald Pfeifer <gerald@pfeifer.com> To: Vladimir Druzenko <vvd@freebsd.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 2acb6e55988b - main - emulators/wine-devel: Enable Wayland support Message-ID: <e2781cac-37b9-d450-55b0-b02ed9fe927a@pfeifer.com> In-Reply-To: <68b51d6b-7643-48ad-b19a-6d98e3e350cd@freebsd.org> References: <202501121204.50CC4Nvd008315@gitrepo.freebsd.org> <68b51d6b-7643-48ad-b19a-6d98e3e350cd@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 12 Jan 2025, Vladimir Druzenko wrote: >> +.if ${PORT_OPTIONS:MWAYLAND} >> +CONFIGURE_ARGS+= --with-wayland >> +PLIST_SUB+= WAYLAND="" >> +.else >> +CONFIGURE_ARGS+= --without-wayland >> +PLIST_SUB+= WAYLAND="@comment " >> +.endif > Why not "OPTIONS_SUB= yes" and "WAYLAND_CONFIGURE_WITH= wayland"? Thanks for the suggestion; now in as revision 292212312477. Much simpler and shorter - and in fact I ahad PLIST_SUB for ages. Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e2781cac-37b9-d450-55b0-b02ed9fe927a>