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:   dsainty
Date:           Fri Dec 31 12:07:55 UTC 2021

Modified Files:
        pkgsrc/security/zoneminder: MESSAGE Makefile

Log Message:
The web interface PHP uses the PHP sockets extension, at least from
share/zoneminder/htdocs/ajax/stream.php.

Because all the PHP extensions self-enable in this decade, there's no need
to configure php-sockets.  The same is also true of all the other
extensions, so just remove those unnecessary instructions from MESSAGE.

Bump PKGREVISION to 7 and bump year to 2022 (NZDT).


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/zoneminder/MESSAGE
cvs rdiff -u -r1.57 -r1.58 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/MESSAGE
diff -u pkgsrc/security/zoneminder/MESSAGE:1.4 pkgsrc/security/zoneminder/MESSAGE:1.5
--- pkgsrc/security/zoneminder/MESSAGE:1.4      Tue Oct  5 12:24:27 2021
+++ pkgsrc/security/zoneminder/MESSAGE  Fri Dec 31 12:07:55 2021
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.4 2021/10/05 12:24:27 dsainty Exp $
+$NetBSD: MESSAGE,v 1.5 2021/12/31 12:07:55 dsainty Exp $
 
 All documentation for ZoneMinder is now online at:
 
@@ -43,10 +43,6 @@ To enable the web interface via Apache, 
 
   Include ${PREFIX}/share/examples/zoneminder/apache/zoneminder.conf
 
-Also follow the configuration instructions for www/ap-php,
-databases/php-mysql, databases/php-pdo and databases/php-pdo_mysql packages.
-Use pkg_info to read their MESSAGE files.
-
 PHP may log warnings if the PHP date.timezone configuration is not set.
 Consider assigning a default system time zone to date.timezone in
 ${PKG_SYSCONFDIR}/php.ini.

Index: pkgsrc/security/zoneminder/Makefile
diff -u pkgsrc/security/zoneminder/Makefile:1.57 pkgsrc/security/zoneminder/Makefile:1.58
--- pkgsrc/security/zoneminder/Makefile:1.57    Sun Sep 19 00:11:15 2021
+++ pkgsrc/security/zoneminder/Makefile Fri Dec 31 12:07:55 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.57 2021/09/19 00:11:15 dsainty Exp $
+# $NetBSD: Makefile,v 1.58 2021/12/31 12:07:55 dsainty Exp $
 
 VERSION=       1.29.0
 # Sometimes the distfile unpacks to ZoneMinder and sometimes zoneminder.
 NAME_DIST=     ZoneMinder
 NAME_LOWER=    zoneminder
-PKGREVISION=   6
+PKGREVISION=   7
 
 PKGNAME=       ${DISTNAME:S/${NAME_DIST}-/${NAME_LOWER}-/}
 DISTNAME=      ${NAME_DIST}-${VERSION}
@@ -139,11 +139,12 @@ MAKE_DIRS_PERMS+= ${VARBASE}/run/zm ${RE
 CONFIGURE_ARGS+=       --with-webuser=${APACHE_USER}
 CONFIGURE_ARGS+=       --with-webgroup=${APACHE_GROUP}
 
-# If we're using Apache we're going to need PHP, and PHP MySQL support.
+# If we're using Apache we're going to need PHP, and PHP extensions.
 .include "../../lang/php/phpversion.mk"
 DEPENDS+=      ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}-[0-9]*:../../www/ap-php
 DEPENDS+=      ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql
 DEPENDS+=      ${PHP_PKG_PREFIX}-pdo_mysql-[0-9]*:../../databases/php-pdo_mysql
+DEPENDS+=      ${PHP_PKG_PREFIX}-sockets-[0-9]*:../../net/php-sockets
 .endif
 
 # \todo Somehow, this permission setup still fails.



Home | Main Index | Thread Index | Old Index