From owner-svn-ports-head@freebsd.org Thu Oct 12 18:08:34 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 368BFE30B1E; Thu, 12 Oct 2017 18:08:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 164582422; Thu, 12 Oct 2017 18:08:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 5867B1E3E7; Thu, 12 Oct 2017 18:08:33 +0000 (UTC) From: Jan Beich To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r451901 - in head: . Mk Mk/Uses audio/xmixer audio/xmms-faad audio/xmp comms/cqrlog databases/sqlrelay deskutils/planner devel/distcc devel/mono-addins devel/pwlib editors/libreoffice e... References: <201710121557.v9CFvp2V064171@repo.freebsd.org> Date: Thu, 12 Oct 2017 20:08:17 +0200 In-Reply-To: <201710121557.v9CFvp2V064171@repo.freebsd.org> (Mathieu Arnold's message of "Thu, 12 Oct 2017 15:57:51 +0000 (UTC)") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 12 Oct 2017 18:08:34 -0000 Mathieu Arnold writes: > Author: mat > Date: Thu Oct 12 15:57:51 2017 > New Revision: 451901 > URL: https://svnweb.freebsd.org/changeset/ports/451901 > > Log: > Remove WANT_GNOME and HAVE_GNOME. > > Approved by: bapt kwm > Sponsored by: Absolight > Differential Revision: https://reviews.freebsd.org/D12643 Yay! > +20171012: > +AUTHOR: mat@FreeBSD.org > + > + Remove WANT_GNOME and HAVE_GNOME, they were in disuse, and made useless by > + options. Not quite. WANT_GNOME was obsolete by bsd.port.options.mk which made it possible to conditionally define USE_* while HAVE_GNOME was harmful by making builds non-deterministic.