Porter's Handbook: Update "Go Libraries" for D19570

Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	bcr
Differential Revision:	https://reviews.freebsd.org/D19813
This commit is contained in:
Tobias Kortkamp 2019-04-08 06:42:55 +00:00
parent e6fb57be14
commit 7f133e2868
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52911

View file

@ -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>