Re: [gentoo-user] How to control 'configure' options for slrn?

2021-09-26 Thread Anna “CyberTailor”
net-nntp/slrn is a proxy-maint package so feel free to either contact
its maintainer or submit improvements by yourself.

https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers/User_Guide#How_to_submit_package_updates



Re: [gentoo-user] How to control 'configure' options for slrn?

2021-09-25 Thread Ionen Wolkens
On Sat, Sep 25, 2021 at 11:32:15PM -, Grant Edwards wrote:
> I'd like to build slrn with --enable-inews, but that doesn't seem to
> be suppored by the ebuild. Is there some way to control autotools
> 'configure' options other than USE flags?

Almost all ebuilds using ./configure support reading EXTRA_ECONF to
pass additional arguments (done automatically through econf wrapper).

e.g. EXTRA_ECONF="--enable-inews" could be added through package.env[1]

Can similarly be done for meson and cmake with MYMESONARGS and
MYCMAKEARGS if the ebuild is using the meson/cmake eclass.
ebuilds with custom systems may sometime use EXTRA_ECONF anyway
or some other custom variable (e.g. EXTRA_FFMPEG_CONF), usually
seen in the ebuild itself.

If you think it's an important option (haven't checked what it's
about), could also fill a bug to get it added / supported for
the long term.

[1] https://wiki.gentoo.org/wiki//etc/portage/package.env
-- 
ionen


signature.asc
Description: PGP signature


[gentoo-user] How to control 'configure' options for slrn?

2021-09-25 Thread Grant Edwards
I'd like to build slrn with --enable-inews, but that doesn't seem to
be suppored by the ebuild. Is there some way to control autotools
'configure' options other than USE flags?

--
Grant