Built using poudriere testport, installed and run a minimal config
Details
- Reviewers
- None
- Commits
- rP459193: new port sysutils/circonus-agent: agent for metric collection integrating with…
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
sysutils/circonus-agent/Makefile | ||
---|---|---|
20 | No, following the instructions at the bottom of https://github.com/circonus-labs/circonus-agent, users might expect this name. | |
23–24 | dep wants the build directory in the standard Go layout and on top of that, doesn't want to see the same source twice, so I moved the contents to where a symlink is usually constructed by post-extract in the go uses file. |
sysutils/circonus-agent/Makefile | ||
---|---|---|
17 | I wonder what good is USES=go if you overwrite all the targets it uses. If it is to get the dependency on go, better add it yourself rather than depending on USES=go to do it. |
circonus-agent doesn't specify what version of go it needs to build, changing go>=1.8 to just a dependency on go.
Passes portlint -Aac, builds in {10.4, 11.1, CURRENT}-{i386,amd64} with poudriere testport.
sysutils/circonus-agent/pkg-plist | ||
---|---|---|
2 | Also, might be better to use PLIST_FILES since the plist is so short. |