pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

zoneminder: add a warning that the mysql option is troubled



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Jul 28 19:33:56 2026 -0400
Changeset:	a3473ed1246905adbd6ac9c1c2655e53a2be846d

Modified Files:
	zoneminder/Makefile

Log Message:
zoneminder: add a warning that the mysql option is troubled

(There are no users, per a query on pkgsrc-users@.)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a3473ed1246905adbd6ac9c1c2655e53a2be846d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 zoneminder/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index b441772cfb..67eb6ce366 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -237,6 +237,9 @@ CMAKE_CONFIGURE_ARGS+=		-DZM_DB_TYPE=MariaDB
 DEPENDS+=			p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
 MYSQL_VERSIONS_ACCEPTED=	80
 CMAKE_CONFIGURE_ARGS+=		-DZM_DB_TYPE=mysql
+# WARNING: Omit the mysql hunk in the CMakeLists patch, if wanting to
+# use mysql, and feel free to send in a cleaner solution -- omitted
+# for now because there appear to be zero mysql users.
 .endif
 
 .include "../../mk/mysql.buildlink3.mk"


Home | Main Index | Thread Index | Old Index