Received: by mail.netbsd.org (Postfix, from userid 605) id E40FD84D60; Mon, 27 Apr 2020 17:37:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B5AC84D3C for ; Mon, 27 Apr 2020 17:37:38 +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 wZYIF-CeiEii for ; Mon, 27 Apr 2020 17:37:38 +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 E4E9384D33 for ; Mon, 27 Apr 2020 17:37:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2AA1FB27; Mon, 27 Apr 2020 17:37:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158800905735010" MIME-Version: 1.0 Date: Mon, 27 Apr 2020 17:37:37 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/mail/safecat To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200427173737.E2AA1FB27@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. --_----------=_158800905735010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Mon Apr 27 17:37:37 UTC 2020 Modified Files: pkgsrc/mail/safecat: Makefile Log Message: mail/safecat: does not need the error.h hack To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/safecat/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158800905735010 Content-Disposition: inline Content-Length: 631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/safecat/Makefile diff -u pkgsrc/mail/safecat/Makefile:1.21 pkgsrc/mail/safecat/Makefile:1.22 --- pkgsrc/mail/safecat/Makefile:1.21 Mon Sep 4 18:00:57 2017 +++ pkgsrc/mail/safecat/Makefile Mon Apr 27 17:37:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2017/09/04 18:00:57 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2020/04/27 17:37:37 rillig Exp $ # DISTNAME= safecat-1.13 @@ -15,6 +15,7 @@ MAKE_JOBS_SAFE= no DJB_RESTRICTED= NO DJB_BUILD_TARGETS+= install instcheck DJB_CONFIG_HOME= conf-root +DJB_ERRNO_HACK= no SUBST_CLASSES+= pkgmandir SUBST_STAGE.pkgmandir= pre-configure --_----------=_158800905735010--