Received: by mail.netbsd.org (Postfix, from userid 605) id 464E584D6F; Mon, 14 Oct 2019 11:43:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C164384D56 for ; Mon, 14 Oct 2019 11:43:20 +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 Hnqw1y2l_rPB for ; Mon, 14 Oct 2019 11:43:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1E69284C6C for ; Mon, 14 Oct 2019 11:43:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 18293FBF4; Mon, 14 Oct 2019 11:43:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1571053400228510" MIME-Version: 1.0 Date: Mon, 14 Oct 2019 11:43:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/c-icap To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191014114320.18293FBF4@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. --_----------=_1571053400228510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 14 11:43:20 UTC 2019 Modified Files: pkgsrc/www/c-icap: Makefile Log Message: c-icap: reorder lines to unconfuse pkglint. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/c-icap/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1571053400228510 Content-Disposition: inline Content-Length: 937 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/c-icap/Makefile diff -u pkgsrc/www/c-icap/Makefile:1.24 pkgsrc/www/c-icap/Makefile:1.25 --- pkgsrc/www/c-icap/Makefile:1.24 Mon Oct 14 11:00:56 2019 +++ pkgsrc/www/c-icap/Makefile Mon Oct 14 11:43:19 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2019/10/14 11:00:56 sborrill Exp $ +# $NetBSD: Makefile,v 1.25 2019/10/14 11:43:19 wiz Exp $ DISTNAME= c_icap-0.5.5 PKGNAME= ${DISTNAME:S/_/-/} @@ -23,12 +23,13 @@ CONF_FILES+= ${EGDIR}/c-icap.magic.defau BUILD_DEFS+= VARBASE SUBST_CLASSES+= fix-path -SUBST_CLASSES+= fix-ldap SUBST_STAGE.fix-path= pre-configure SUBST_MESSAGE.fix-path= Fixing paths. SUBST_FILES.fix-path= c-icap.conf.in SUBST_SED.fix-path= -e 's, @prefix@/var, ${VARBASE},g' SUBST_SED.fix-path+= -e 's, /var, ${VARBASE},g' + +SUBST_CLASSES+= fix-ldap SUBST_STAGE.fix-ldap= post-configure SUBST_MESSAGE.fix-ldap= Fixing LDAP. SUBST_FILES.fix-ldap= modules/Makefile --_----------=_1571053400228510--