From owner-svn-ports-all@FreeBSD.ORG Thu Jul 4 14:33:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 29006589; Thu, 4 Jul 2013 14:33:00 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 1A728193D; Thu, 4 Jul 2013 14:33:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r64EWxTW028909; Thu, 4 Jul 2013 14:32:59 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r64EWxKV028908; Thu, 4 Jul 2013 14:32:59 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201307041432.r64EWxKV028908@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 4 Jul 2013 14:32:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322278 - head/graphics/entangle X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jul 2013 14:33:00 -0000 Author: danfe Date: Thu Jul 4 14:32:59 2013 New Revision: 322278 URL: http://svnweb.freebsd.org/changeset/ports/322278 Log: - Pass me that pointy hat: ${OPT}_USES is actually supported, among others - While here, add a comment about --disable-silent-rules ./configure option Modified: head/graphics/entangle/Makefile Modified: head/graphics/entangle/Makefile ============================================================================== --- head/graphics/entangle/Makefile Thu Jul 4 14:30:28 2013 (r322277) +++ head/graphics/entangle/Makefile Thu Jul 4 14:32:59 2013 (r322278) @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk30 +# XXX: it would be nice if one day this option would be passed automatically +# to configure scripts that support it :) .if defined(BATCH) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS= --disable-silent-rules .endif @@ -33,14 +35,9 @@ MAN1= ${PORTNAME}.1 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes +NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext # XXX: replace with NLS_USES once available -.endif - post-patch: @${REINPLACE_CMD} -e '/checking for GUDEV/,+93d' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,_udev,,' \