Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6C15D1A9239 for ; Sun, 7 Nov 2021 18:49:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AA0EB84D66; Sun, 7 Nov 2021 18:49:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0CED84D2E for ; Sun, 7 Nov 2021 18:49:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Kjla-2nWoWMz for ; Sun, 7 Nov 2021 18:49:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DA19C84D2C for ; Sun, 7 Nov 2021 18:49:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7517FAEC; Sun, 7 Nov 2021 18:49:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163631096898180" MIME-Version: 1.0 Date: Sun, 7 Nov 2021 18:49:28 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/mk/pkgformat/pkg To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20211107184928.D7517FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163631096898180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sun Nov 7 18:49:28 UTC 2021 Modified Files: pkgsrc/mk/pkgformat/pkg: metadata.mk Log Message: Also substitute SYSCONFBASE in MESSAGE files To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/mk/pkgformat/pkg/metadata.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163631096898180 Content-Disposition: inline Content-Length: 844 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/pkgformat/pkg/metadata.mk diff -u pkgsrc/mk/pkgformat/pkg/metadata.mk:1.31 pkgsrc/mk/pkgformat/pkg/metadata.mk:1.32 --- pkgsrc/mk/pkgformat/pkg/metadata.mk:1.31 Fri Oct 9 20:18:30 2020 +++ pkgsrc/mk/pkgformat/pkg/metadata.mk Sun Nov 7 18:49:28 2021 @@ -1,4 +1,4 @@ -# $NetBSD: metadata.mk,v 1.31 2020/10/09 20:18:30 jperkin Exp $ +# $NetBSD: metadata.mk,v 1.32 2021/11/07 18:49:28 khorben Exp $ ###################################################################### ### The targets below are all PRIVATE. @@ -298,6 +298,7 @@ MESSAGE_SUBST+= PKGNAME=${PKGNAME} \ EMULSUBDIR=${EMULSUBDIR} \ LOCALBASE=${LOCALBASE} \ X11BASE=${X11BASE} \ + SYSCONFBASE=${SYSCONFBASE} \ PKG_SYSCONFDIR=${PKG_SYSCONFDIR} \ ROOT_GROUP=${REAL_ROOT_GROUP} \ ROOT_USER=${REAL_ROOT_USER} --_----------=_163631096898180--