From owner-svn-doc-all@FreeBSD.ORG Sun Apr 7 02:55:18 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 4E961C46; Sun, 7 Apr 2013 02:55:18 +0000 (UTC) (envelope-from gjb@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 31795ECA; Sun, 7 Apr 2013 02:55:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r372tHqM074086; Sun, 7 Apr 2013 02:55:17 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r372tHbg074082; Sun, 7 Apr 2013 02:55:17 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201304070255.r372tHbg074082@svn.freebsd.org> From: Glen Barber Date: Sun, 7 Apr 2013 02:55:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41389 - in head: de_DE.ISO8859-1/htdocs/ports en_US.ISO8859-1/htdocs/ports ja_JP.eucJP/htdocs/ports ru_RU.KOI8-R/htdocs/ports 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: Sun, 07 Apr 2013 02:55:18 -0000 Author: gjb Date: Sun Apr 7 02:55:16 2013 New Revision: 41389 URL: http://svnweb.freebsd.org/changeset/doc/41389 Log: Attempt to fix build by adding (yet another) hard-coded hostname. With help and patience of: peter Modified: head/de_DE.ISO8859-1/htdocs/ports/Makefile head/en_US.ISO8859-1/htdocs/ports/Makefile head/ja_JP.eucJP/htdocs/ports/Makefile head/ru_RU.KOI8-R/htdocs/ports/Makefile Modified: head/de_DE.ISO8859-1/htdocs/ports/Makefile ============================================================================== --- head/de_DE.ISO8859-1/htdocs/ports/Makefile Sat Apr 6 16:41:29 2013 (r41388) +++ head/de_DE.ISO8859-1/htdocs/ports/Makefile Sun Apr 7 02:55:16 2013 (r41389) @@ -27,7 +27,7 @@ ${INDEX}: .endif HOSTNAME!= hostname -.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" +.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org" CLUSTER_MACHINE= YES .endif Modified: head/en_US.ISO8859-1/htdocs/ports/Makefile ============================================================================== --- head/en_US.ISO8859-1/htdocs/ports/Makefile Sat Apr 6 16:41:29 2013 (r41388) +++ head/en_US.ISO8859-1/htdocs/ports/Makefile Sun Apr 7 02:55:16 2013 (r41389) @@ -25,7 +25,7 @@ ${INDEX}: .endif HOSTNAME!= hostname -.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" +.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org" CLUSTER_MACHINE= YES .endif Modified: head/ja_JP.eucJP/htdocs/ports/Makefile ============================================================================== --- head/ja_JP.eucJP/htdocs/ports/Makefile Sat Apr 6 16:41:29 2013 (r41388) +++ head/ja_JP.eucJP/htdocs/ports/Makefile Sun Apr 7 02:55:16 2013 (r41389) @@ -27,7 +27,7 @@ ${INDEX}: .endif HOSTNAME!= hostname -.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" +.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org" CLUSTER_MACHINE= YES .endif Modified: head/ru_RU.KOI8-R/htdocs/ports/Makefile ============================================================================== --- head/ru_RU.KOI8-R/htdocs/ports/Makefile Sat Apr 6 16:41:29 2013 (r41388) +++ head/ru_RU.KOI8-R/htdocs/ports/Makefile Sun Apr 7 02:55:16 2013 (r41389) @@ -32,7 +32,7 @@ ${INDEX}: .endif HOSTNAME!= hostname -.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" +.if ${HOSTNAME} == "hub.freebsd.org" || ${HOSTNAME} == "freefall.freebsd.org" || ${HOSTNAME} == "www.freebsd.org" || ${HOSTNAME} == "build-web.stream.FreeBSD.org" CLUSTER_MACHINE= YES .endif