On 06/03/2020 13:18, Greg Troxel wrote:
"Kamil Rytarowski" <kamil%netbsd.org@localhost> writes:Module Name: pkgsrc Committed By: kamil Date: Fri Mar 6 09:19:43 UTC 2020 Modified Files: pkgsrc/emulators/qemu: Makefile Log Message: qemu: Conditionalize NVMM for NetBSD Build NVMM support whenever there is /usr/include/nvmm.h available.I am uncomfortable with this method of conditionalizing, as it seems to move away from repeatable builds. Would it be sufficient/reasonable to instead just enable the option by default on NetBSD >= 9?
It's not that simple. What if NetBSD-9 was built without NVMM support?We can build NetBSD without YP support and have to deal with similar stuff .... see python about that for example.
Also see the curses framework is is very condition based on the platform. Roy