pkgsrc-WIP-changes archive

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

zoneminder: Drop some perl-path-patching



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Jan 14 14:14:51 2024 -0500
Changeset:	8901a4467fe4efbf73db91e02081348158a6bd83

Modified Files:
	zoneminder/Makefile

Log Message:
zoneminder: Drop some perl-path-patching

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

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

diffstat:
 zoneminder/Makefile | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index ef79627f15..e70d632c35 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -218,20 +218,12 @@ ZM_REPLACE_PERL+=	scripts/zmwatch.pl.in
 ZM_REPLACE_PERL+=	scripts/zmx10.pl.in
 REPLACE_PERL+=		${ZM_REPLACE_PERL}
 
-# The intention of zmsystemctl.pl is to use bin/pkexec to allow the
-# apache user to start and stop the ZoneMinder services on operating
-# systems using systemd and adequately recent Polkit.  Rather than
-# trying to express dependencies, we just let it be and hope that it
-# will work in environments where it can.  In other environments, we
-# hope that no one runs the command.
-CHECK_INTERPRETER_SKIP+=	bin/zmsystemctl.pl
-
-# \todo Why isn't this just REPLACE_PERL?
-SUBST_CLASSES+=			systemd-perl
-SUBST_MESSAGE.systemd-perl=	Adjusting systemd pkexec perl.
-SUBST_STAGE.systemd-perl=	pre-configure
-SUBST_FILES.systemd-perl=	scripts/zmsystemctl.pl.in
-SUBST_SED.systemd-perl=		-e 's|/usr/bin/perl|${PERL5}|g'
+# \todo Still necessary?
+# SUBST_CLASSES+=			systemd-perl
+# SUBST_MESSAGE.systemd-perl=	Adjusting systemd pkexec perl.
+# SUBST_STAGE.systemd-perl=	pre-configure
+# SUBST_FILES.systemd-perl=	scripts/zmsystemctl.pl.in
+# SUBST_SED.systemd-perl=		-e 's|/usr/bin/perl|${PERL5}|g'
 
 ## PHP
 


Home | Main Index | Thread Index | Old Index