From owner-svn-doc-all@FreeBSD.ORG Sat Jun 8 15:43:44 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]) by hub.freebsd.org (Postfix) with ESMTP id 062CF619; Sat, 8 Jun 2013 15:43:44 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id EC40511F0; Sat, 8 Jun 2013 15:43:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r58FhhVc007731; Sat, 8 Jun 2013 15:43:43 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r58FhhoJ007730; Sat, 8 Jun 2013 15:43:43 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201306081543.r58FhhoJ007730@svn.freebsd.org> From: Sergey Kandaurov Date: Sat, 8 Jun 2013 15:43:43 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41877 - 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: Sat, 08 Jun 2013 15:43:44 -0000 Author: pluknet Date: Sat Jun 8 15:43:43 2013 New Revision: 41877 URL: http://svnweb.freebsd.org/changeset/doc/41877 Log: - Adjust apache versions - Remove deprecated (and dead) USE_APACHE2 PR: docs/177484 Submitted by: ohauer 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 Sat Jun 8 15:31:51 2013 (r41876) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Sat Jun 8 15:43:43 2013 (r41877) @@ -7373,8 +7373,8 @@ USE_QT4= moc_build qmake_build rcc_build USE_APACHE The port requires Apache. Possible values: yes (gets any version), - 20, 22, - 20-22, 20+, + 22, 24, + 22-24, 22+, etc. The default APACHE version is 22. More details are available in ports/Mk/bsd.apache.mk and @@ -7383,12 +7383,6 @@ USE_QT4= moc_build qmake_build rcc_build - WITH_APACHE2 - This variable is deprecated and should - not be used any more. - - - APXS Full path to the apxs binary. Can be overridden in your port. @@ -7406,8 +7400,8 @@ USE_QT4= moc_build qmake_build rcc_build (read-only variable). This variable is only available after inclusion of bsd.port.pre.mk. Possible - values: 20, - 22. + values: 22, + 24.