Page MenuHomeFreeBSD

sysutils/datadog: new port PR208561
ClosedPublic

Authored by dch on Nov 11 2020, 7:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 18 2024, 8:21 AM
Unknown Object (File)
Feb 9 2024, 9:54 AM
Unknown Object (File)
Jan 29 2024, 8:43 AM
Unknown Object (File)
Dec 26 2023, 1:52 PM
Unknown Object (File)
Dec 24 2023, 5:23 AM
Unknown Object (File)
Dec 24 2023, 5:23 AM
Unknown Object (File)
Dec 24 2023, 5:23 AM
Unknown Object (File)
Dec 24 2023, 3:59 AM
Subscribers

Details

Summary

Eponymous server and application monitoring and reporting agent from
DataDogHQ.com

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dch requested review of this revision.Nov 11 2020, 7:38 PM
dch created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Nov 11 2020, 8:25 PM
This revision was automatically updated to reflect the committed changes.
mikael added inline comments.
head/sysutils/datadog/Makefile
3

Why the port is named datadog and not datadog-agent?

15

What kind of failures?

17–19

not sorted

21

Why don't you use go:modules?

28

GH_ACCOUNT is not needed

30–31

Why these 2 lines are needed?

35

404

321

Why do you delete go.mod?

351–359

You can use GO_TARGET and put CGO_CFLAGS, CGO_LDFLAGS and GO_BUILDFLAGS in their own lines.
do-build is probably not needed

372–376

You can use one MKDIR only.

383–385

any reason to skip dogstatsd? for loop?

390

make -C ${WRKSRC}/rtloader

398–399

You can use a glob

head/sysutils/datadog/Makefile
23

That seems really weird as a prefix: /usr/local/bin/datadog

23–25

These variables should be defined later (after the USE_*)

310

It should be defined with the other USE_x