Page MenuHomeFreeBSD

dns/knot-resolver: Remove redundant lang/go build dependency
ClosedPublic

Authored by dmgk on Sep 25 2019, 7:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 6:31 AM
Unknown Object (File)
Tue, Jul 21, 12:32 AM
Unknown Object (File)
Sat, Jul 11, 2:40 PM
Unknown Object (File)
Mon, Jul 6, 5:44 AM
Unknown Object (File)
Sun, Jul 5, 10:26 PM
Unknown Object (File)
Sun, Jul 5, 8:35 AM
Unknown Object (File)
Fri, Jul 3, 6:33 AM
Unknown Object (File)
Thu, Jul 2, 9:27 PM
Subscribers

Details

Summary

dns/knot-resolver: Remove redundant lang/go build dependency

go.mk already configures BUILD_DEPENDS, adding lang/go second time
just adds a duplicate (and conflicting) dependency when another
Go port (e.g. lang/go-devel) is selected with GO_PORT.

Test Plan

poudriere testport: OK (113a, 120a)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 26699
Build 25063: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Sep 25 2019, 10:23 PM
head/dns/knot-resolver/Makefile
96 ↗(On Diff #62574)

I just want to say: there is really no point in keeping all the code which was comment out. At least i can't see any. What am i missing?

head/dns/knot-resolver/Makefile
96 ↗(On Diff #62574)

Looks like its just leftovers accumulated over the last few updates. I don't see the point either, but didn't want to touch unrelated parts of Makefile.

Not directly related, but thank you both for the quick approvals, of this and past reviews :) Appreciate it.