svn commit: r40529 - head/en_US.ISO8859-1/htdocs/copyright

Simon L. Nielsen simon at FreeBSD.org
Tue Jan 1 13:41:34 UTC 2013


Author: simon
Date: Tue Jan  1 13:41:33 2013
New Revision: 40529
URL: http://svnweb.freebsd.org/changeset/doc/40529

Log:
  Just link to svnweb for ports/LEGAL instead of having to rely ugly
  hacks to get the file into the build.
  
  The specific reason for the fix is that http://svn.FreeBSD.org/
  doesn't work in new www build jail, and while that could be fixed the
  doc build shouldn't go to the interweb to fetch things in the first
  place, so we might as well do this right.

Modified:
  head/en_US.ISO8859-1/htdocs/copyright/Makefile
  head/en_US.ISO8859-1/htdocs/copyright/copyright.xml

Modified: head/en_US.ISO8859-1/htdocs/copyright/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/copyright/Makefile	Mon Dec 31 21:11:09 2012	(r40528)
+++ head/en_US.ISO8859-1/htdocs/copyright/Makefile	Tue Jan  1 13:41:33 2013	(r40529)
@@ -16,11 +16,6 @@ DOCS+=	trademarks.xml
 
 INDEXLINK= copyright.html
 
-DATA+= COPYING COPYING.LIB LEGAL
-
-CLEANFILES+= LEGAL
-
-LEGAL:
-	${FETCH} http://svn.freebsd.org/ports/head/LEGAL
+DATA+= COPYING COPYING.LIB
 
 .include "${DOC_PREFIX}/share/mk/web.site.mk"

Modified: head/en_US.ISO8859-1/htdocs/copyright/copyright.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/copyright/copyright.xml	Mon Dec 31 21:11:09 2012	(r40528)
+++ head/en_US.ISO8859-1/htdocs/copyright/copyright.xml	Tue Jan  1 13:41:33 2013	(r40529)
@@ -21,7 +21,8 @@
 <h2><a href="trademarks.html">Trademark Legend</a></h2>
 <h2><a href="license.html">The BSD Copyright</a></h2>
 <h2><a href="daemon.html">The BSD Daemon</a></h2>
-<h2><a href="LEGAL">FreeBSD Ports redistribution restrictions</a></h2>
+<h2><a href="http://svnweb.FreeBSD.org/ports/head/LEGAL?revision=HEAD&view=co">FreeBSD
+    Ports redistribution restrictions</a></h2>
 <h2><a href="COPYING">GNU GENERAL PUBLIC LICENSE</a></h2>
 <h2><a href="COPYING.LIB">GNU LIBRARY GENERAL PUBLIC LICENSE</a></h2>
 <h2><a href="&base;/privacy.html">FreeBSD's Privacy Policy</a></h2>


More information about the svn-doc-all mailing list