Date: Sun, 7 Apr 2013 02:55:17 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> 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 Message-ID: <201304070255.r372tHbg074082@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304070255.r372tHbg074082>