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?

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 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= nls \ NLS_USES=

Re: FreeBSD Port: icinga2-2.3.3_1

2015-04-24 Thread Lars Engels
On Thu, Apr 23, 2015 at 05:55:37PM +0200, Ruud Boon wrote: > Hi! > > Thanks again for maintaining the freebsd ports. > Do you have any plans of upgrading to icinga2-2.4 soon? > I got some issues that probably are fixed with the update. > Thanks for reminding me of the new version. I just update

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: MooseFS Ports for versions 2.0 and 3.0

2015-04-24 Thread Kubilay Kocak
On 22/04/2015 1:46 AM, Piotr Robert Konopelko wrote: > Hello, > > I've submitted the upgraded ports and obsoleted prior attachments. > Please review them. > > https://bugs.freebsd.org/bugzilla/buglist.cgi?quicksearch=moosefs[1] > > In the meantime MooseFS has been upgraded, so I posted ports to

[Circumvented] issue updating ports after icu update

2015-04-24 Thread David Wolfskill
Now that my older laptop has been replace with one that is a fair bit faster, in addition to tracking stable/10 and head daily (and updating installed ports under stable/10 daily) for i386, I'm also doing the same for amd64 (on the same machine -- different slices of the same drive). I'm using por

Re: MooseFS Ports for versions 2.0 and 3.0

2015-04-24 Thread Kubilay Kocak
On 22/04/2015 1:46 AM, Piotr Robert Konopelko wrote: > Hello, > > I've submitted the upgraded ports and obsoleted prior attachments. > Please review them. > > https://bugs.freebsd.org/bugzilla/buglist.cgi?quicksearch=moosefs[1] > > In the meantime MooseFS has been upgraded, so I posted ports to

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: [New Port] Working on Gitlab - Calling for Help and Ideas

2015-04-24 Thread Torsten Zuehlsdorff
Hello, Johannes pointed me to the gem file of gitlab. Now its clear, that all ruby-gem dependencies most be solved first. I've created an chart of all ruby-gem dependencies excluding the groups "development" and "test": http://ports.toco-domains.de/gitlab-gem-dependencies.html There are 96

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 http://lists.freebsd.org/mailma

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 wrote: > Well, s**t, I spoke too soon. > Solution works on host, not in poudriere. Try the attached patch.Index: net/linphone/Makefile === --- net/linphone/Makefile (re

Re: Merging GitHub Pull Requests into Subversion using git-svn

2015-04-24 Thread Alfred Perlstein
Very cool. Glad it worked and thanks for the shout-out. Hoping this can be automated some day. On 4/22/15 4:12 PM, Craig Rodrigues wrote: Hi, Alfred Perlstein recently wrote this document for how to use git-svn for interacting between the FreeBSD Subversion repo, and the GitHub mirror of this

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. ___ free