pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/zoneminder



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 20 08:55:41 UTC 2025

Modified Files:
        pkgsrc/security/zoneminder: Makefile

Log Message:
zoneminder: comment out p5-DBD-mysql

p5-DBD-mysql pulls in mysql, but mysql.bl3.mk by default pulls in mariadb,
and the two conflict

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/security/zoneminder/Makefile

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

Modified files:

Index: pkgsrc/security/zoneminder/Makefile
diff -u pkgsrc/security/zoneminder/Makefile:1.86 pkgsrc/security/zoneminder/Makefile:1.87
--- pkgsrc/security/zoneminder/Makefile:1.86    Fri Jul  4 08:48:06 2025
+++ pkgsrc/security/zoneminder/Makefile Wed Aug 20 08:55:41 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2025/07/04 08:48:06 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2025/08/20 08:55:41 wiz Exp $
 
 VERSION=       1.36.35
 # Distfile is ZoneMinder but package and tarball contents are zoneminder.
@@ -6,7 +6,7 @@ NAME_DIST=      ZoneMinder
 NAME_LOWER=    zoneminder
 
 PKGNAME=       ${DISTNAME:S/${NAME_DIST}-/${NAME_LOWER}-/}
-PKGREVISION=   1
+PKGREVISION=   2
 DISTNAME=      ${NAME_DIST}-${VERSION}
 WRKSRC=                ${WRKDIR}/${NAME_LOWER}-${VERSION}
 CATEGORIES=    security
@@ -165,7 +165,7 @@ CMAKE_CONFIGURE_ARGS+=      -DPERL_EXECUTABLE
 
 DEPENDS+=      p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
 DEPENDS+=      p5-Device-SerialPort-[0-9]*:../../comms/p5-Device-SerialPort
-DEPENDS+=      p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
+#DEPENDS+=     p5-DBD-mysql-[0-9]*:../../databases/p5-DBD-mysql
 DEPENDS+=      p5-Class-Std-[0-9]*:../../devel/p5-Class-Std
 DEPENDS+=      p5-Class-Std-Fast-[0-9]*:../../devel/p5-Class-Std-Fast
 DEPENDS+=      p5-Data-Dump-[0-9]*:../../devel/p5-Data-Dump



Home | Main Index | Thread Index | Old Index