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)
Sat, Apr 20, 4:06 PM
Unknown Object (File)
Tue, Apr 9, 11:49 PM
Unknown Object (File)
Mar 16 2024, 4:04 PM
Unknown Object (File)
Mar 16 2024, 4:04 PM
Unknown Object (File)
Mar 16 2024, 4:04 PM
Unknown Object (File)
Mar 16 2024, 3:52 PM
Unknown Object (File)
Feb 26 2024, 8:27 AM
Unknown Object (File)
Feb 13 2024, 9:29 AM
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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sep 25 2019, 10:23 PM
head/dns/knot-resolver/Makefile
96

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

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.