From owner-svn-doc-all@FreeBSD.ORG Mon Jul 29 19:27:08 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 32B0112F; Mon, 29 Jul 2013 19:27:08 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 073202AA6; Mon, 29 Jul 2013 19:27:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TJR7xV002337; Mon, 29 Jul 2013 19:27:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6TJR74g002336; Mon, 29 Jul 2013 19:27:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307291927.r6TJR74g002336@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 29 Jul 2013 19:27:07 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42470 - head/en_US.ISO8859-1/books/porters-handbook 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.14 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: Mon, 29 Jul 2013 19:27:08 -0000 Author: bapt (src,ports committer) Date: Mon Jul 29 19:27:07 2013 New Revision: 42470 URL: http://svnweb.freebsd.org/changeset/doc/42470 Log: Remove reference to WITHOUT_NLS which is deprecated in favor of the NLS option Reviewed by: rene, gavin Approved by: gavin Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Jul 29 14:59:34 2013 (r42469) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Jul 29 19:27:07 2013 (r42470) @@ -4302,13 +4302,6 @@ ${MANPREFIX}/man/de/man3/baz.3.gz - - WITHOUT_NLS - If set, says that internationalization is not - needed, which can save compile time. By default, - internationalization is used. - - WITH_OPENSSL_BASE Use the version of OpenSSL in the base @@ -4322,15 +4315,6 @@ ${MANPREFIX}/man/de/man3/baz.3.gzsecurity/openssl, even if the base is up to date. - - - WITHOUT_X11 - Ports that can be built both with and - without X support are normally - built with X support. If this variable is - defined, then the version that does not have X - support will be built instead. - @@ -5790,8 +5774,7 @@ GNU_CONFIGURE= yes through passing to configure. In that case, your port should use gettext conditionally, - depending on the status of WITHOUT_NLS. + depending on the status of the NLS option. For ports of low to medium complexity, you can rely on the following idiom: