[Bug 259121] databases/tdbc has fixed dependency on mysql client 5.7

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 18 Oct 2021 04:39:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259121

--- Comment #3 from Peter Dean <p.dean@internode.on.net> ---
--- Makefile.orig       2021-10-17 06:43:19.803773000 +1000
+++ Makefile    2021-10-17 06:44:52.853493000 +1000
@@ -36,7 +36,7 @@

 # MySQL
 MYSQL_VARS=            MODULES+=tdbcmysql
-MYSQL_USES=            mysql:client
+MYSQL_USES=            mysql
 MYSQL_DISTFILES=       ${PORTNAME}mysql${PORTVERSION}${EXTRACT_SUFX}

 # ODBC


make install
pkg lock tdbc

but it would be better if you made the change.  Why force people to install
mysql-client, they simply can if they need it.

-- 
You are receiving this mail because:
You are the assignee for the bug.