From owner-svn-ports-head@FreeBSD.ORG Mon Jun 8 17:19:52 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05C3CA74; Mon, 8 Jun 2015 17:19:52 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD8501A04; Mon, 8 Jun 2015 17:19:51 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t58HJpF1029970; Mon, 8 Jun 2015 17:19:51 GMT (envelope-from olivierd@FreeBSD.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t58HJpAS029968; Mon, 8 Jun 2015 17:19:51 GMT (envelope-from olivierd@FreeBSD.org) Message-Id: <201506081719.t58HJpAS029968@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: olivierd set sender to olivierd@FreeBSD.org using -f From: Olivier Duchateau Date: Mon, 8 Jun 2015 17:19:51 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 17:19:52 -0000 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 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