From owner-svn-ports-all@freebsd.org Wed Oct 30 19:50:33 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 C636315F700; Wed, 30 Oct 2019 19:50:33 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473Jw94vZ2z4TqH; Wed, 30 Oct 2019 19:50:33 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A0BD3EE31; Wed, 30 Oct 2019 19:50:33 +0000 (UTC) From: Jan Beich To: Niclas Zeising Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r516102 - head/graphics/libGLU References: <201910301942.x9UJgA6s047840@repo.freebsd.org> Date: Wed, 30 Oct 2019 20:50:32 +0100 In-Reply-To: <201910301942.x9UJgA6s047840@repo.freebsd.org> (Niclas Zeising's message of "Wed, 30 Oct 2019 19:42:10 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Wed, 30 Oct 2019 19:50:33 -0000 Niclas Zeising writes: > Author: zeising > Date: Wed Oct 30 19:42:10 2019 > New Revision: 516102 > URL: https://svnweb.freebsd.org/changeset/ports/516102 > > Log: > graphics/libGLU: Update to 9.0.1 > > Update graphics/libGLU to 9.0.1 > Add gl and xorg to USES. > portlint [...] > +USES= gl libtool pathfix pkgconfig tar:xz xorg > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-static > INSTALL_TARGET= install-strip > -USES= libtool pathfix pkgconfig tar:bzip2 > USE_GL= gl > USE_LDCONFIG= yes Why USES=xorg is needed when USE_XORG is not defined?