From owner-p4-projects@FreeBSD.ORG Tue Nov 17 12:03:07 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 99AC7106568D; Tue, 17 Nov 2009 12:03:07 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DE2510656A6 for ; Tue, 17 Nov 2009 12:03:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF018FC36 for ; Tue, 17 Nov 2009 12:03:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nAHC37Ej098205 for ; Tue, 17 Nov 2009 12:03:07 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nAHC37mu098203 for perforce@freebsd.org; Tue, 17 Nov 2009 12:03:07 GMT (envelope-from rene@FreeBSD.org) Date: Tue, 17 Nov 2009 12:03:07 GMT Message-Id: <200911171203.nAHC37mu098203@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 170700 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Nov 2009 12:03:08 -0000 http://p4web.freebsd.org/chv.cgi?CH=170700 Change 170700 by rene@rene_self on 2009/11/17 12:02:42 [porters handbook/clang] English lessons from mcl@ and aspell(1) Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#54 edit Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#54 (text+ko) ==== @@ -13607,9 +13607,9 @@ A future version of &os; will likely have the Clang C/C++ compiler as its base compiler. Some modifications to the Ports - Collection are necessary. In general, these are write proper - ports and write proper source code. More - specifically: + Collection are necessary. In general, these involve + generalizing the port and making the source + code portable. More specifically: @@ -13644,7 +13644,7 @@ The -traditional option is not supported, - so existing occurences have to be removed. No concensus has yet + so existing occurrences have to be removed. No consensus has yet been reached on ports abusing this option to preserve white space in text formatting. Note that the Clang preprocessor does not preserve white space. @@ -13666,7 +13666,7 @@ - The maximum useable optimization level is 3. Level 4 is + The maximum usable optimization level is 3. Level 4 is reserved for link-time optimization for the Clang backend.