On 2020/04/19 11:06, Claus Assmann wrote: > I'm probably doing something wrong, but just in case: > these warnings where displayed when I ran > make > in ports/net/isc-bind/ > > configure: WARNING: unrecognized options: --enable-filter-aaaa, > --enable-threads, --with-randomdev, --disable-silent-rules, --disable-gtk-doc > > Maybe those options are used to build other versions of ISC bind? > Below is a trivial patch to remove those options in the list which > are in Makefile:
Thanks, committed. The options were removed upstream; > - --enable-filter-aaaa \ this is now built by default as a plugin filter > - --enable-threads \ not sure when this was removed, possibly with the move to libuv, though it was on by default prior to removal anyway > - --with-randomdev=/dev/random \ RAND_bytes is used instead now