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

Glen Barber gjb at FreeBSD.org
Sun Apr 7 02:55:18 UTC 2013


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
 


More information about the svn-doc-all mailing list