Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2015 17:19:51 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r388846 - in head/x11/xfce4-screenshooter-plugin: . files
Message-ID:  <201506081719.t58HJpAS029968@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Mon Jun  8 17:19:50 2015
New Revision: 388846
URL: https://svnweb.freebsd.org/changeset/ports/388846

Log:
  - Fix build when NLS option is disabled
  - Bump PORTREVISION
  
  PR:		200704
  Submitted by:	Kevin Zheng

Added:
  head/x11/xfce4-screenshooter-plugin/files/
  head/x11/xfce4-screenshooter-plugin/files/patch-configure   (contents, props changed)
Modified:
  head/x11/xfce4-screenshooter-plugin/Makefile

Modified: head/x11/xfce4-screenshooter-plugin/Makefile
==============================================================================
--- head/x11/xfce4-screenshooter-plugin/Makefile	Mon Jun  8 16:59:40 2015	(r388845)
+++ head/x11/xfce4-screenshooter-plugin/Makefile	Mon Jun  8 17:19:50 2015	(r388846)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xfce4-screenshooter-plugin
 PORTVERSION=	1.8.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11 xfce
 MASTER_SITES=	XFCE/src/apps/xfce4-screenshooter/${PORTVERSION:R}
 DISTNAME=	xfce4-screenshooter-${PORTVERSION}
@@ -21,12 +21,12 @@ GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_GNOME=	glib20 gtk20 intltool intlhack libxml2
 USE_XFCE=	panel
-USES=		pkgconfig gmake libtool xfce tar:bzip2
+USES=		pkgconfig gmake libtool gettext-tools xfce tar:bzip2
 USE_XORG=	xfixes xext
 
 OPTIONS_DEFINE=	NLS
 NLS_CONFIGURE_ENABLE=	nls
-NLS_USES=	gettext
+NLS_USES=	gettext-runtime
 OPTIONS_SUB=	yes
 
 .include <bsd.port.mk>

Added: head/x11/xfce4-screenshooter-plugin/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xfce4-screenshooter-plugin/files/patch-configure	Mon Jun  8 17:19:50 2015	(r388846)
@@ -0,0 +1,11 @@
+--- configure.orig	2015-01-25 08:47:08 UTC
++++ configure
+@@ -15357,7 +15357,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>
+ 
+     fi
+   fi
+-     USE_NLS=yes
++     #USE_NLS=yes
+ 
+ 
+     gt_cv_have_gettext=no



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