From owner-svn-doc-all@freebsd.org Tue Jan 5 22:45:45 2016 Return-Path: Delivered-To: svn-doc-all@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 82229A6133F; Tue, 5 Jan 2016 22:45:45 +0000 (UTC) (envelope-from brd@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 378741E66; Tue, 5 Jan 2016 22:45:45 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u05MjiMk001219; Tue, 5 Jan 2016 22:45:44 GMT (envelope-from brd@FreeBSD.org) Received: (from brd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u05Mjirr001218; Tue, 5 Jan 2016 22:45:44 GMT (envelope-from brd@FreeBSD.org) Message-Id: <201601052245.u05Mjirr001218@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brd set sender to brd@FreeBSD.org using -f From: Brad Davis Date: Tue, 5 Jan 2016 22:45:44 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47955 - head/en_US.ISO8859-1/books/porters-handbook/uses X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2016 22:45:45 -0000 Author: brd Date: Tue Jan 5 22:45:44 2016 New Revision: 47955 URL: https://svnweb.freebsd.org/changeset/doc/47955 Log: Add c++14 lang bits and improve wording around supporting compiler features Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Tue Jan 5 19:02:42 2016 (r47954) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Tue Jan 5 22:45:44 2016 (r47955) @@ -160,20 +160,20 @@ <literal>compiler</literal> - Possible arguments: (none), c++0x, + Possible arguments: (none), c++14-lang, c++11-lang, gcc-c++11-lib, - c++11-lib, c11, - openmp, nestedfct, - features + c++11-lib, c++0x, + c11, openmp, + nestedfct, features Determines which compiler to use based on any given wishes. - Use c++11-lang if the port needs a - C++11-capable compiler, gcc-c++11-lib if the + Use c++14-lang if the port needs a + C++14-capable compiler, gcc-c++11-lib if the port needs the g++ compiler with a C++11 - library, and c++11-lib if the port also needs + library, or c++11-lib if the port needs a C++11-ready standard library. If the port needs a compiler - understanding C++0X, C11, OpenMP, or nested functions, the - corresponding parameters can be used. Use + understanding C++11, C++0X, C11, OpenMP, or nested functions, + the corresponding parameters can be used. Use features to request a list of features supported by the default compiler. After including bsd.port.pre.mk the port can inspect the