pkgsrc-WIP-changes archive

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

zoneminder: Restore REPLACE_PERL



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sun Jan 14 20:35:41 2024 -0500
Changeset:	b121efc88a07ef41dc650644bd96277a86cd5f19

Modified Files:
	zoneminder/Makefile

Log Message:
zoneminder: Restore REPLACE_PERL

It seems more likely than not that it belongs...

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

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, 20 insertions(+)

diffs:
diff --git a/zoneminder/Makefile b/zoneminder/Makefile
index 04f24f243d..ab0f11c0e6 100644
--- a/zoneminder/Makefile
+++ b/zoneminder/Makefile
@@ -192,6 +192,26 @@ DEPENDS+=	p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
 DEPENDS+=	p5-Number-Bytes-Human-[0-9]*:../../textproc/p5-Number-Bytes-Human
 DEPENDS+=	p5-libwww-[0-9]*:../../www/p5-libwww
 
+# All perl scripts need interpreter patching (REPLACE_PERL), while a large
+# subset also need an include PATH line modified (ZM_REPLACE_PERL).
+ZM_REPLACE_PERL+=	scripts/zmaudit.pl.in
+ZM_REPLACE_PERL+=	scripts/zmcamtool.pl.in
+ZM_REPLACE_PERL+=	scripts/zmcontrol.pl.in
+ZM_REPLACE_PERL+=	scripts/zmdc.pl.in
+ZM_REPLACE_PERL+=	scripts/zmfilter.pl.in
+REPLACE_PERL+=		scripts/zmonvif-probe.pl.in
+ZM_REPLACE_PERL+=	scripts/zmpkg.pl.in
+ZM_REPLACE_PERL+=	scripts/zmstats.pl.in
+REPLACE_PERL+=		scripts/zmsystemctl.pl.in
+ZM_REPLACE_PERL+=	scripts/zmtelemetry.pl.in
+ZM_REPLACE_PERL+=	scripts/zmtrack.pl.in
+ZM_REPLACE_PERL+=	scripts/zmtrigger.pl.in
+ZM_REPLACE_PERL+=	scripts/zmupdate.pl.in
+ZM_REPLACE_PERL+=	scripts/zmvideo.pl.in
+ZM_REPLACE_PERL+=	scripts/zmwatch.pl.in
+ZM_REPLACE_PERL+=	scripts/zmx10.pl.in
+REPLACE_PERL+=	${ZM_REPLACE_PERL}
+
 # \todo Still necessary?
 # SUBST_CLASSES+=			systemd-perl
 # SUBST_MESSAGE.systemd-perl=	Adjusting systemd pkexec perl.


Home | Main Index | Thread Index | Old Index