From owner-svn-ports-all@FreeBSD.ORG Mon Mar 23 04:08:28 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A523E1FC; Mon, 23 Mar 2015 04:08:28 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 90F58674; Mon, 23 Mar 2015 04:08:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2N48SGN015519; Mon, 23 Mar 2015 04:08:28 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2N48SZH015518; Mon, 23 Mar 2015 04:08:28 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201503230408.t2N48SZH015518@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 23 Mar 2015 04:08:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381980 - head X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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, 23 Mar 2015 04:08:28 -0000 Author: bdrewery Date: Mon Mar 23 04:08:27 2015 New Revision: 381980 URL: https://svnweb.freebsd.org/changeset/ports/381980 QAT: https://qat.redports.org/buildarchive/r381980/ Log: Undocument BSDMAKE from r381977 as I have thought of a better way and will likely revert it. With hat: portmgr Modified: head/CHANGES Modified: head/CHANGES ============================================================================== --- head/CHANGES Mon Mar 23 04:07:08 2015 (r381979) +++ head/CHANGES Mon Mar 23 04:08:27 2015 (r381980) @@ -10,13 +10,6 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. -20150322: - AUTHOR: bdrewery@FreeBSD.org - - There is now a BSDMAKE that can be overriden for the location of - /usr/bin/make. It is a safer alternative to overriding MAKE_CMD which - will be force reset for gmake/fmake/scons ports. - 20150319: AUTHOR: bdrewery@FreeBSD.org