K 10 svn:author V 6 jbeich K 8 svn:date V 27 2021-02-09T21:07:10.654472Z K 7 svn:log V 889 MFH: r564820 x11/foot: unbreak if devel/ncurses is installed In-base ncurses uses termcap, so ports/ don't support populating terminfo yet. For example, devel/ncurses has --with-hashed-db which confuses Meson. [2/3] /usr/local/bin/meson install --no-rebuild Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 140, in run return options.run_func(options) File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 554, in run installer.do_install(datafilename) File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 372, in do_install self.install_targets(d) File "/usr/local/lib/python3.7/site-packages/mesonbuild/minstall.py", line 468, in install_targets raise RuntimeError('File {!r} could not be found'.format(t.fname)) RuntimeError: File 'f' could not be found END