Page MenuHomeFreeBSD

Document USES=go.
ClosedPublic

Authored by mat on Apr 22 2016, 12:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 10:52 PM
Unknown Object (File)
Fri, Oct 17, 1:37 PM
Unknown Object (File)
Sep 20 2025, 8:34 PM
Unknown Object (File)
Sep 20 2025, 3:47 AM
Unknown Object (File)
Sep 19 2025, 10:47 PM
Unknown Object (File)
Sep 19 2025, 12:11 PM
Unknown Object (File)
Sep 19 2025, 6:52 AM
Unknown Object (File)
Aug 4 2025, 10:36 AM
Subscribers
None

Details

Diff Detail

Event Timeline

mat retitled this revision from to Document USES=go..
mat updated this object.
mat edited the test plan for this revision. (Show Details)
en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
987

Passive->active:

A build-time dependency on <package role="port">lang/go</package>
is added.
989

Counting the number of variables is not required. It doesn't really help the user, and only gets out of date when the number inevitably changes. So just "There are variables" works... but rearranging the sentence helps:

The build process is controlled by several variables:

or

Variables control the build process:
999

"Its" works, but "The" seems better.

1008

Please don't use (s) to form optional plurals. It is unnecessary. A plural formed with just "s" is usually valid for any number of packages, including one. Sort of a generalization. However, it's not clear to me when there would be more than one package, or what this does in that case.

As above for "Its" versus "The".

1019

I like this sentence. Have never seen the <application>C</application> before, but that appears to be the right way to do it. Nice!

mat marked 5 inline comments as done.Apr 22 2016, 1:30 PM
mat added inline comments.
en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml
1008

I admit I lazily adapted the comments at the top of go.mk.

There can be more than one target, there are ports that use it.

Looking at ports using it, it seems that it's some kind of container, like building many .so files and then linking it all together.

This revision was automatically updated to reflect the committed changes.
mat marked an inline comment as done.