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
F146390525: D21793.diff
Mon, Mar 2, 7:52 AM
Unknown Object (File)
Mon, Mar 2, 1:29 AM
Unknown Object (File)
Fri, Feb 27, 11:43 AM
Unknown Object (File)
Jan 2 2026, 7:01 PM
Unknown Object (File)
Dec 24 2025, 10:30 PM
Unknown Object (File)
Dec 17 2025, 1:46 PM
Unknown Object (File)
Dec 7 2025, 9:32 PM
Unknown Object (File)
Nov 29 2025, 12:17 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.