[Bug 259121] databases/tdbc has fixed dependency on mysql client 5.7
Date: Mon, 18 Oct 2021 07:46:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259121 --- Comment #4 from Pietro Cerutti <gahr@FreeBSD.org> --- You can configure tdbc with the drivers that you need with `make config`. Of course, the binary package from the FreeBSD repositories has a default config, which is all the backends enabled, so if you pick your own, you'll need to build your port from sources. I guess we could split the port into per-backend subpackages or slave ports, tdbc-sqlite3, tdbc-mysql, tdbc-postgresql, tdbc-odbc. I might try and find the time to do that, but I don't think that's particularly urgent given the OPTIONs described above. You can read more about that in the handbook: https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-options -- You are receiving this mail because: You are the assignee for the bug.