From owner-svn-src-stable-9@freebsd.org Fri Jan 6 21:36:52 2017 Return-Path: Delivered-To: svn-src-stable-9@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 C19DFCA3447; Fri, 6 Jan 2017 21:36:52 +0000 (UTC) (envelope-from ngie@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 91AB21EFB; Fri, 6 Jan 2017 21:36:52 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v06Lapbk002100; Fri, 6 Jan 2017 21:36:51 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v06LapwF002099; Fri, 6 Jan 2017 21:36:51 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201701062136.v06LapwF002099@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Fri, 6 Jan 2017 21:36:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r311555 - stable/9/tools/build/options X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2017 21:36:52 -0000 Author: ngie Date: Fri Jan 6 21:36:51 2017 New Revision: 311555 URL: https://svnweb.freebsd.org/changeset/base/311555 Log: MFstable/10 r311552: MFstable/11 r311551: MFC r311136: Add WITH_SSP to silence complaints from mkman about there not being a file Added: stable/9/tools/build/options/WITH_SSP - copied unchanged from r311552, stable/10/tools/build/options/WITH_SSP Modified: Directory Properties: stable/9/ (props changed) stable/9/tools/ (props changed) stable/9/tools/build/ (props changed) stable/9/tools/build/options/ (props changed) Copied: stable/9/tools/build/options/WITH_SSP (from r311552, stable/10/tools/build/options/WITH_SSP) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ stable/9/tools/build/options/WITH_SSP Fri Jan 6 21:36:51 2017 (r311555, copy of r311552, stable/10/tools/build/options/WITH_SSP) @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to build world with propolice stack smashing protection.