Received: by mail.netbsd.org (Postfix, from userid 605) id 5452C84EBD; Sun, 22 May 2022 00:53:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8BDD884EA9 for ; Sun, 22 May 2022 00:53:17 +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 vtjO89w_kjVA for ; Sun, 22 May 2022 00:53:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 20CBE84D09 for ; Sun, 22 May 2022 00:53:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3B5D3FAEB; Sun, 22 May 2022 00:54:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16531808406720" MIME-Version: 1.0 Date: Sun, 22 May 2022 00:54:00 +0000 From: "Rui-Xiang Guo" Subject: CVS commit: pkgsrc/print/libcups To: pkgsrc-changes@NetBSD.org Reply-To: rxg@netbsd.org X-Mailer: log_accum Message-Id: <20220522005400.3B5D3FAEB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16531808406720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rxg Date: Sun May 22 00:54:00 UTC 2022 Modified Files: pkgsrc/print/libcups: Makefile Log Message: error: Autoconf version 2.71 or higher is required for libcups-2.4.1 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/print/libcups/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16531808406720 Content-Disposition: inline Content-Length: 646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/libcups/Makefile diff -u pkgsrc/print/libcups/Makefile:1.16 pkgsrc/print/libcups/Makefile:1.17 --- pkgsrc/print/libcups/Makefile:1.16 Wed May 11 16:21:51 2022 +++ pkgsrc/print/libcups/Makefile Sun May 22 00:54:00 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2022/05/11 16:21:51 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2022/05/22 00:54:00 rxg Exp $ .include "../../print/cups/Makefile.common" @@ -66,6 +66,7 @@ SUBST_STAGE.piefix= pre-configure PKGCONFIG_OVERRIDE+= cups.pc PKGCONFIG_OVERRIDE_STAGE= post-configure +AUTOCONF_REQD= 2.71 pre-configure: cd ${WRKSRC} && aclocal && autoconf --_----------=_16531808406720--