pkgsrc-WIP-changes archive

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

zoneminder: Add some onvif deps



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Wed Jun 7 11:59:49 2023 -0400
Changeset:	a8a81b45329f1d49957d5b88a03cd49066ebb3cc

Modified Files:
	zoneminder/Makefile
	zoneminder/TODO

Log Message:
zoneminder: Add some onvif deps

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

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

diffstat:
 zoneminder/Makefile | 7 ++++++-
 zoneminder/TODO     | 2 ++
 2 files changed, 8 insertions(+), 1 deletion(-)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index f5c191cae9..01988b169c 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.42 2019/06/18 12:36:59 gdt Exp $
 
 VERSION=	1.32.3
-PKGREVISION=	7
+PKGREVISION=	8
 # Distfile is ZoneMinder but package and tarball contents are zoneminder.
 NAME_DIST=	ZoneMinder
 NAME_LOWER=	zoneminder
@@ -179,13 +179,18 @@ PERL5_REQD+=		5.6.0
 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-Class-Std-[0-9]*:../../devel/p5-Class-Std
+DEPENDS+=	p5-Class-Std-Fast-[0-9]*:../../devel/p5-Class-Std-Fast
+DEPENDS+=	p5-Data-UUID-[0-9]*:../../devel/p5-Data-UUID
 DEPENDS+=	p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip
 DEPENDS+=	p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
 DEPENDS+=	p5-PHP-Serialization-[0-9]*:../../devel/p5-PHP-Serialization
 DEPENDS+=	p5-Sys-Mmap-[0-9]*:../../devel/p5-Sys-Mmap
 DEPENDS+=	p5-MIME-Lite-[0-9]*:../../mail/p5-MIME-Lite
 DEPENDS+=	p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools
+DEPENDS+=	p5-IO-Socket-Multicast-[0-9]*:../../net/p5-IO-Socket-Multicast
 DEPENDS+=	p5-Net-SFTP-Foreign-[0-9]*:../../net/p5-Net-SFTP-Foreign
+DEPENDS+=	p5-SOAP-WSDL-[0-9]*:../../net/p5-SOAP-WSDL
 DEPENDS+=	p5-Sys-MemInfo-[0-9]*:../../sysutils/p5-Sys-MemInfo
 DEPENDS+=	p5-Number-Bytes-Human-[0-9]*:../../textproc/p5-Number-Bytes-Human
 DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww
diff --git a/zoneminder/TODO b/zoneminder/TODO
index 9ecf2b48f7..419b17bedf 100644
--- a/zoneminder/TODO
+++ b/zoneminder/TODO
@@ -24,3 +24,5 @@
 
    Resolve nph-zms vs zms, or decide it's an upstream choice that this
    package doesn't need to address.
+
+   Add packages need for onvif to work.


Home | Main Index | Thread Index | Old Index