From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 21:42:19 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 715B47E8; Tue, 26 Nov 2013 21:42:19 +0000 (UTC) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 60C762083; Tue, 26 Nov 2013 21:42:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQLgJUH051727; Tue, 26 Nov 2013 21:42:19 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQLgJpd051722; Tue, 26 Nov 2013 21:42:19 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311262142.rAQLgJpd051722@svn.freebsd.org> From: Koop Mast Date: Tue, 26 Nov 2013 21:42:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334977 - in head/graphics: dri libGL 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.16 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: Tue, 26 Nov 2013 21:42:19 -0000 Author: kwm Date: Tue Nov 26 21:42:18 2013 New Revision: 334977 URL: http://svnweb.freebsd.org/changeset/ports/334977 Log: Unbreak build with global unset NLS. Modified: head/graphics/dri/Makefile head/graphics/libGL/bsd.mesalib.mk Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Tue Nov 26 21:30:22 2013 (r334976) +++ head/graphics/dri/Makefile Tue Nov 26 21:42:18 2013 (r334977) @@ -12,7 +12,7 @@ COMMENT= OpenGL hardware acceleration dr LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ libexpat.so:${PORTSDIR}/textproc/expat2 -USES= pkgconfig +USES+= gettext:build USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto .include Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 21:30:22 2013 (r334976) +++ head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 21:42:18 2013 (r334977) @@ -35,7 +35,7 @@ BUILD_DEPENDS+= makedepend:${PORTSDIR}/d python2:${PORTSDIR}/lang/python2 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USES= bison gmake pathfix pkgconfig shebangfix +USES+= bison gmake pathfix pkgconfig shebangfix USE_PYTHON_BUILD=-2.7 USE_BZIP2= yes USE_LDCONFIG= yes