From owner-svn-ports-head@freebsd.org Thu Dec 14 20:35:40 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 7B9B9E8E775; Thu, 14 Dec 2017 20:35:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5576D7778E; Thu, 14 Dec 2017 20:35:40 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBEKZdUs070126; Thu, 14 Dec 2017 20:35:39 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBEKZdnW070124; Thu, 14 Dec 2017 20:35:39 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201712142035.vBEKZdnW070124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 14 Dec 2017 20:35:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456352 - head X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head X-SVN-Commit-Revision: 456352 X-SVN-Commit-Repository: ports 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.25 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, 14 Dec 2017 20:35:40 -0000 Author: adamw Date: Thu Dec 14 20:35:39 2017 New Revision: 456352 URL: https://svnweb.freebsd.org/changeset/ports/456352 Log: Move the deprecated variables announcement from CHANGES to UPDATING. These are user variables, not just developer variables. Modified: head/CHANGES head/UPDATING Modified: head/CHANGES ============================================================================== --- head/CHANGES Thu Dec 14 20:32:26 2017 (r456351) +++ head/CHANGES Thu Dec 14 20:35:39 2017 (r456352) @@ -10,25 +10,6 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. -20171214: -AUTHOR: adamw@FreeBSD.org - - Support for some deprecated variables is going to be removed soon. If - you use any of the following constructs (usually in /etc/make.conf), - you must switch to the new incantations: - - OLD NEW - ------------------------------- ------------------------------ - WITH_[...] OPTIONS_SET= [...] - WITHOUT_[...] OPTIONS_UNSET= [...] - WITHOUT_NLS OPTIONS_UNSET= NLS - NOPORTDOCS OPTIONS_UNSET= DOCS - NOPORTEXAMPLES OPTIONS_UNSET= EXAMPLES - WITH_BDB_VER=[...] DEFAULT_VERSIONS+= bdb=[...] - OVERRIDE_LINUX_BASE_PORT=[...] DEFAULT_VERSIONS+= linux=[...] - WITH_OPENSSL_BASE DEFAULT_VERSIONS+= ssl=base - WITH_OPENSSL_PORT DEFAULT_VERSIONS+= ssl=port - 20171130: AUTHOR: mat@FreeBSD.org Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Dec 14 20:32:26 2017 (r456351) +++ head/UPDATING Thu Dec 14 20:35:39 2017 (r456352) @@ -5,6 +5,26 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20171214: + AFFECTS: all ports users + AUTHOR: adamw@FreeBSD.org + + Support for some deprecated variables is going to be removed soon. If + you use any of the following constructs (usually in /etc/make.conf), + you must switch to the new incantations: + + OLD NEW + ------------------------------- ------------------------------ + WITH_[...] OPTIONS_SET= [...] + WITHOUT_[...] OPTIONS_UNSET= [...] + WITHOUT_NLS OPTIONS_UNSET= NLS + NOPORTDOCS OPTIONS_UNSET= DOCS + NOPORTEXAMPLES OPTIONS_UNSET= EXAMPLES + WITH_BDB_VER=[...] DEFAULT_VERSIONS+= bdb=[...] + OVERRIDE_LINUX_BASE_PORT=[...] DEFAULT_VERSIONS+= linux=[...] + WITH_OPENSSL_BASE DEFAULT_VERSIONS+= ssl=base + WITH_OPENSSL_PORT DEFAULT_VERSIONS+= ssl=port + 20171205: AFFECTS: users of dns/powerdns AUTHOR: krion@FreeBSD.org