x11/libxfce4util with unset option NLS results in GNU gettext tools not found

2014-12-16 Thread Kamil Szczesny

Hello,

I'm applying devel/poudriere on a 10.1-RELEASE to build packages for my 
desktop.
Important for this is that I have unset the option NLS in my 
corresponding /etc/make.conf.
During package build I noticed the following configure error in 
x11/libxfce4util, which is required by x11-fm/thunar:


checking for xgettext... no
checking for msgmerge... no
checking for msgfmt... no
checking for gmsgfmt... no
configure: error: GNU gettext tools not found; required for intltool
===>  Script "configure" failed unexpectedly.

Is there a clean way to fix this, when NLS is unset?
Currently, I can fix this with
 USES+= gettext-tools

Any help is appreciated.
Oh, this configure error also happens for example in devel/geany.
___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: misc/xfce4-appfinder-4.11.0 is missing a dependency (libxfce4ui)

2014-12-16 Thread Predrag Ivanovic
On Sun, 14 Dec 2014 22:58:57 +0100
Olivier Duchateau wrote:

>Where did you get misc/xfce4-appfinder 4.11.0?

>From the repo at
https://wiki.freebsd.org/Xfce

I used xfcemerge script to clone and merge it to the ports tree.
If it works fine for you, then I fscked something up.

'xfcemerge -c' says it cloned revision 61.
Merge to ports tree was clean, no errors.

Something must be broken on my system, then?

Pedja

___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


Re: x11/libxfce4util with unset option NLS results in GNU gettext tools not found

2014-12-16 Thread Mark Martinec

Looks like the same problem as in math/libqalculate,
which is still holding back builds of KDE:

[Bug 195857] math/libqalculate fails to build under poudriere
  (missing dependency on gettext tools?)

Also the same problem is in net/mediastreamer, audio/easytag,
multimedia/audacious, and possibly elsewhere.

  Mark


2014-12-16 09:52, Kamil Szczesny wrote:

Hello,

I'm applying devel/poudriere on a 10.1-RELEASE to build packages for my 
desktop.

Important for this is that I have unset the option NLS in my
corresponding /etc/make.conf.
During package build I noticed the following configure error in
x11/libxfce4util, which is required by x11-fm/thunar:

checking for xgettext... no
checking for msgmerge... no
checking for msgfmt... no
checking for gmsgfmt... no
configure: error: GNU gettext tools not found; required for intltool
===>  Script "configure" failed unexpectedly.

Is there a clean way to fix this, when NLS is unset?
Currently, I can fix this with
 USES+= gettext-tools

Any help is appreciated.
Oh, this configure error also happens for example in devel/geany.


___
freebsd-xfce@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"