Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2015 18:14:33 +0200
From:      Tijl Coosemans <tijl@coosemans.org>
To:        Beeblebrox via freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Re: Makefile syntax for disabled NLS still looks for gettext
Message-ID:  <20150424181433.6dbffc10@kalimero.tijl.coosemans.org>
In-Reply-To: <20150424185002.3f42ddb3@rsbsd.rsb>
References:  <20150424113118.60cdd20e@rsbsd.rsb> <20150424165301.3d316bfc@rsbsd.rsb> <20150424180511.6995b3ea@rsbsd.rsb> <20150424185002.3f42ddb3@rsbsd.rsb>

next in thread | previous in thread | raw e-mail | index | archive | help
--MP_/rCeYjWFehuG7Is+NLyuS4Gs
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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.
--MP_/rCeYjWFehuG7Is+NLyuS4Gs
Content-Type: text/x-patch
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=linphone.patch

Index: net/linphone/Makefile
===================================================================
--- net/linphone/Makefile	(revision 384665)
+++ net/linphone/Makefile	(working copy)
@@ -28,7 +28,7 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 INSTALLS_ICONS=	yes
 INSTALL_TARGET=	install-strip
-USES=		gmake libtool pathfix pkgconfig readline:port
+USES=		gettext-tools gmake libtool pathfix pkgconfig readline:port
 USE_GNOME=	gtk20 intltool libxml2
 USE_LDCONFIG=	yes
 
@@ -41,7 +41,7 @@ LDAP_LIB_DEPENDS=	libsasl2.so:${PORTSDIR
 LDAP_USE=		OPENLDAP=yes
 
 NLS_CONFIGURE_ENABLE=	nls
-NLS_USES=		gettext
+NLS_USES=		gettext-runtime
 
 NOTIFY_CONFIGURE_ENABLE=notify
 NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify

--MP_/rCeYjWFehuG7Is+NLyuS4Gs--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150424181433.6dbffc10>