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:   gdt
Date:           Tue Sep  1 00:48:01 UTC 2020

Modified Files:
        pkgsrc/security/zoneminder: Makefile

Log Message:
security/zoneminder: Re-eanable a SUBST

I was confused about which SUBST was not ok, and had removed two, when
only one was troubled.

This is probably still not quite right, but zoneminder needs an update
of multiple major versions anyway.

Thanks to rillig@ for review and hints.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 pkgsrc/security/zoneminder/Makefile:1.54
--- pkgsrc/security/zoneminder/Makefile:1.53    Mon Aug 31 18:11:22 2020
+++ pkgsrc/security/zoneminder/Makefile Tue Sep  1 00:48:01 2020
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.53 2020/08/31 18:11:22 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2020/09/01 00:48:01 gdt Exp $
 
 VERSION=       1.29.0
 # Sometimes the distfile unpacks to ZoneMinder and sometimes zoneminder.
 NAME_DIST=     ZoneMinder
 NAME_LOWER=    zoneminder
-PKGREVISION=   3
+PKGREVISION=   4
 
 PKGNAME=       ${DISTNAME:S/${NAME_DIST}-/${NAME_LOWER}-/}
 DISTNAME=      ${NAME_DIST}-${VERSION}
@@ -182,15 +182,11 @@ REPLACE_PERL+=    scripts/zmx10.pl.in
 
 CHECK_INTERPRETER_SKIP+=       bin/zmsystemctl.pl
 
-#EXTRA_PERL+=                  scripts/zmsystemctl.pl.in
-
-# \todo: Re-enable this, because it seems ok.
-#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'
-
+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'
 
 SUBST_CLASSES+=                        dbpaths-path
 SUBST_MESSAGE.dbpaths-path=    Adjusting default paths in configuration.



Home | Main Index | Thread Index | Old Index