Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2017 11:48:16 -0600
From:      Adam Weinberger <adamw@adamw.org>
To:        Pietro Cerutti <gahr@FreeBSD.org>
Cc:        Baptiste Daroussin <bapt@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r439216 - head/mail/neomutt
Message-ID:  <E5BD3EDE-2A01-4DA8-A9B9-E206BC759D44@adamw.org>
In-Reply-To: <20170425083308.o6p5et4k3tmzbka2@ptrcrt.ch>
References:  <201704231025.v3NAPtKG017839@repo.freebsd.org> <E048CAAC-04F2-46AB-96BF-2C9A8600531C@adamw.org> <20170425083308.o6p5et4k3tmzbka2@ptrcrt.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 25 Apr, 2017, at 2:33, Pietro Cerutti <gahr@FreeBSD.org> wrote:
>=20
> On Apr 23 17 11:08, Adam Weinberger wrote:
>>> On 23 Apr, 2017, at 4:25, Baptiste Daroussin <bapt@FreeBSD.org> =
wrote:
>>>=20
>>> Author: bapt
>>> Date: Sun Apr 23 10:25:55 2017
>>> New Revision: 439216
>>> URL: https://svnweb.freebsd.org/changeset/ports/439216
>>>=20
>>> Log:
>>> Update to 20170421
>>=20
>> Hi Baptiste,
>>=20
>> I'm building with
>>  OPTIONS_FILE_SET+=3DGPGME
>>  OPTIONS_FILE_SET+=3DNCURSES
>>  OPTIONS_FILE_SET+=3DTOKYOCABINET
>>=20
>> and I'm getting:
>> =3D=3D=3D>  Configuring for neomutt-20170421
>> Can't exec "autopoint": No such file or directory at =
/usr/local/share/autoconf-2.69/Autom4te/FileUtils.pm line 345.
>> autoreconf-2.69: failed to run autopoint: No such file or directory
>> autoreconf-2.69: autopoint is needed because this package uses =
Gettext
>> *** Error code 1
>>=20
>> It seems like with NLS off, it is looking for gettext anyway.
>=20
> Yes, unfortunately gettext-tools is required at configure time now, =
even
> if --disable-nls is passed. Neomutt will still be built without NLS if
> required to.

AFAICT, if NLS is disabled, gettext is only used at configure time; the =
resulting binary never actually links against gettext. Consider =
something like this:

NLS_USES=3D	gettext
NLS_USES_OFF=3D	gettext-runtime:build gettext-tools:build

# Adam


--=20
Adam Weinberger
adamw@adamw.org
https://www.adamw.org




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E5BD3EDE-2A01-4DA8-A9B9-E206BC759D44>