Subject: CVS commit: pkgsrc/databases
From: Jonathan Perkin
Date: 2023-08-17 10:20:28
Message id: 20230817082028.468A6FBDB@cvs.NetBSD.org

Log Message:
mariadb*-client: Force HAVE_CURSES_H when using ncurses.

For some reason mariadb removed any cmake detection for HAVE_CURSES_H so it is
never defined, but the source is still littered with it, causing compilation
problems because curses.h never gets included.

The whole thing is incredibly messy, and this is the least likely to
accidentally break some alternate configuration, but implementations that use
curses.h which isn't ncurses are likely to still be broken.

Files:
RevisionActionfile
1.4modifypkgsrc/databases/mariadb1011-client/Makefile.common
1.18modifypkgsrc/databases/mariadb104-client/Makefile.common
1.24modifypkgsrc/databases/mariadb105-client/Makefile.common
1.20modifypkgsrc/databases/mariadb106-client/Makefile.common