[Bug 244362] dns/yadifa: Add OPTIONS, Fix FreeBSD 13.x issues

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 11 14:41:07 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244362

--- Comment #8 from Leo Vandewoestijne <freebsd at dns.company> ---
(In reply to Tobias C. Berner from comment #7)
Because of the defaults of the software's configure;
in some cases you really need to disable specificaly.

As I do not wish to keep track of the defaults, I've defined everything, while
maybe half of them are strictly needed.

Of course I initially ended with:

BLA_CONFIGURE_ENABLE= bla
BLA_CONFIGURE_OFF=    --disable-bla

But I think that:

BLA_CONFIGURE_ON=     --enable-bla
BLA_CONFIGURE_OFF=    --disable-bla

gives a clearer overview / makes it easy to spot typo's.
And in number of lines it doesn't matter.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list