svn commit: r52911 - head/en_US.ISO8859-1/books/porters-handbook/special

Tobias Kortkamp tobik at FreeBSD.org
Mon Apr 8 06:42:56 UTC 2019


Author: tobik (ports committer)
Date: Mon Apr  8 06:42:55 2019
New Revision: 52911
URL: https://svnweb.freebsd.org/changeset/doc/52911

Log:
  Porter's Handbook: Update "Go Libraries" for D19570
  
  Submitted by:	Dmitri Goutnik <dg at syrec.org>
  Approved by:	bcr
  Differential Revision:	https://reviews.freebsd.org/D19813

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Tue Apr  2 22:22:28 2019	(r52910)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Mon Apr  8 06:42:55 2019	(r52911)
@@ -7256,8 +7256,6 @@ GROUPS=	pulse pulse-access pulse-rt</programlisting>
     <title>Go Libraries</title>
 
     <para>Ports must not package or install Go libs or source code.
-      Only <filename>lang/go*</filename> should install into
-      <varname>GO_SRCDIR</varname> and <varname>GO_LIBDIR</varname>.
       Go ports must fetch the required deps at the normal fetch time
       and should only install the programs and things users need, not
       the things Go developers would need.</para>
@@ -7272,7 +7270,7 @@ GROUPS=	pulse pulse-access pulse-rt</programlisting>
 
       <listitem>
 	<para>Fetch the versions of deps specified by upstream (in the
-	  case of vendor.json or similar).</para>
+	  case of go.mod, vendor.json or similar).</para>
       </listitem>
 
       <listitem>


More information about the svn-doc-all mailing list