Received: by mail.netbsd.org (Postfix, from userid 605) id 1ABCB84D7B; Sat, 16 May 2020 17:57:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 98B4384D59 for ; Sat, 16 May 2020 17:57:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DBBB3zQ7HJ29 for ; Sat, 16 May 2020 17:57:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F1BB484C8B for ; Sat, 16 May 2020 17:57:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EEE1DFB27; Sat, 16 May 2020 17:57:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15896518651310" MIME-Version: 1.0 Date: Sat, 16 May 2020 17:57:45 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/security/zoneminder To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200516175745.EEE1DFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15896518651310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat May 16 17:57:45 UTC 2020 Modified Files: pkgsrc/security/zoneminder: Makefile Log Message: security/zoneminder: fix build in SUBST_NOOP_OK=no mode To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/security/zoneminder/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15896518651310 Content-Disposition: inline Content-Length: 983 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/zoneminder/Makefile diff -u pkgsrc/security/zoneminder/Makefile:1.49 pkgsrc/security/zoneminder/Makefile:1.50 --- pkgsrc/security/zoneminder/Makefile:1.49 Wed Apr 22 23:17:05 2020 +++ pkgsrc/security/zoneminder/Makefile Sat May 16 17:57:45 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2020/04/22 23:17:05 dsainty Exp $ +# $NetBSD: Makefile,v 1.50 2020/05/16 17:57:45 rillig Exp $ # See wip/zoneminder for a draft update to 1.29.0. PKGNAME= ${DISTNAME:S/ZoneMinder-/zoneminder-/} @@ -197,7 +197,7 @@ SUBST_SED.dbpaths-path+= -e 's|/cgi-bin/ SUBST_CLASSES+= script-path SUBST_MESSAGE.script-path= Adjusting paths in scripts. SUBST_STAGE.script-path= pre-configure -SUBST_FILES.script-path= ${REPLACE_PERL} ${EXTRA_PERL} +SUBST_FILES.script-path= ${REPLACE_PERL} ${EXTRA_PERL:Nscripts/zmsystemctl.pl.in} SUBST_SED.script-path= -e "s|^\\([\$$]ENV{PATH} *= *'\\).*';\$$|\\1${PREFIX}/bin:/bin:/usr/bin';|g" SUBST_CLASSES+= files --_----------=_15896518651310--