From owner-svn-ports-all@freebsd.org Mon Aug 26 09:58:17 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1CAA9D6424; Mon, 26 Aug 2019 09:58:17 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46H6rm71Zlz49h7; Mon, 26 Aug 2019 09:58:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from marvin.madpilot.net (unknown [87.18.121.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 6AE7B18BEA; Mon, 26 Aug 2019 09:58:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: svn commit: r509895 - in head: Mk Mk/Uses multimedia/gstreamer1-vaapi x11-drivers/xf86-video-intel x11/xscope To: Niclas Zeising , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201908260945.x7Q9jGfC043354@repo.freebsd.org> From: Guido Falsi Message-ID: Date: Mon, 26 Aug 2019 11:58:10 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.0 MIME-Version: 1.0 In-Reply-To: <201908260945.x7Q9jGfC043354@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 26 Aug 2019 09:58:17 -0000 On 26/08/19 11:45, Niclas Zeising wrote: > Author: zeising > Date: Mon Aug 26 09:45:15 2019 > New Revision: 509895 > URL: https://svnweb.freebsd.org/changeset/ports/509895 > > Log: > Change bsd.xorg.mk to USES=xorg and USES=xorg-cat [...] > > Modified: head/Mk/Uses/gl.mk > ============================================================================== > --- head/Mk/Uses/gl.mk Mon Aug 26 09:22:07 2019 (r509894) > +++ head/Mk/Uses/gl.mk Mon Aug 26 09:45:15 2019 (r509895) > @@ -46,5 +46,10 @@ LIB_DEPENDS+= ${_GL_${_component}_LIB_DEPENDS} > .endif > .endfor > > +# We onlu need USES=xorg if we want USE_XORG modules ^ There's a typo here. > +.if defined(USE_XORG) && !empty(USE_XORG) > +.include "${USESDIR}/xorg.mk" > +.endif > + > # _INCLUDE_USES_GL_MK > .endif > -- Guido Falsi