Re: Makefile syntax for disabled NLS still looks for gettext

2015-04-24 Thread Tijl Coosemans
On Fri, 24 Apr 2015 11:31:18 +0300 Beeblebrox via freebsd-ports freebsd-ports@freebsd.org wrote: I have found 2 ports that fail to build when OPTIONS_FILE_UNSET+=NLS is used. The error is the usual GNU gettext tools not found problem. The Makefile of both ports have: NLS_CONFIGURE_ENABLE=

Makefile syntax for disabled NLS still looks for gettext

2015-04-24 Thread Beeblebrox via freebsd-ports
I have found 2 ports that fail to build when OPTIONS_FILE_UNSET+=NLS is used. The error is the usual GNU gettext tools not found problem. The Makefile of both ports have: NLS_CONFIGURE_ENABLE= nls \ NLS_USES= gettext This should fix the problem but does not. What does the syntax need to be? I

Re: Makefile syntax for disabled NLS still looks for gettext

2015-04-24 Thread Beeblebrox via freebsd-ports
Hi Tijl, The coincidence is that one of the ports is yours: net/linphone fails when without_nls is selected. Builds fine when the NLS knob is checked... I still don't understand how it should be fixed though... Regards. -- FreeBSD_amd64_11-Current_RadeonKMS Please CC my email when responding,

Re: Makefile syntax for disabled NLS still looks for gettext

2015-04-24 Thread Beeblebrox via freebsd-ports
Ok, I got it fixed/working per your input net/linphone/Makefile @ -44 +44 @ - NLS_USES= gettext + NLS_USES= gettext-runtime Thanks. -- FreeBSD_amd64_11-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered. ___

Re: Makefile syntax for disabled NLS still looks for gettext

2015-04-24 Thread Tijl Coosemans
On Fri, 24 Apr 2015 18:50:02 +0300 Beeblebrox via freebsd-ports freebsd-ports@freebsd.org wrote: Well, s**t, I spoke too soon. Solution works on host, not in poudriere. Try the attached patch.Index: net/linphone/Makefile === ---

Re: Makefile syntax for disabled NLS still looks for gettext

2015-04-24 Thread Beeblebrox via freebsd-ports
Well, s**t, I spoke too soon. Solution works on host, not in poudriere. -- FreeBSD_amd64_11-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered. ___ freebsd-ports@freebsd.org mailing list

Re: Makefile syntax for disabled NLS still looks for gettext

2015-04-24 Thread Beeblebrox via freebsd-ports
Nice work Tijl, That formula worked on both net/linphone and security/gnomint (the other port). Submitted the patch with thanks to you. -- FreeBSD_amd64_11-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered. ___