Received: by mail.netbsd.org (Postfix, from userid 605) id D86C984E06; Sat, 18 Apr 2020 22:03:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6318484DD4 for ; Sat, 18 Apr 2020 22:03:10 +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 xsh2CvYaqGka for ; Sat, 18 Apr 2020 22:03:10 +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 BDA4784D28 for ; Sat, 18 Apr 2020 22:03:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BB60EFB27; Sat, 18 Apr 2020 22:03:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158724738957120" MIME-Version: 1.0 Date: Sat, 18 Apr 2020 22:03:09 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/misc/usbprog To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200418220309.BB60EFB27@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. --_----------=_158724738957120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Sat Apr 18 22:03:09 UTC 2020 Modified Files: pkgsrc/misc/usbprog: Makefile Log Message: Ignore portability of configure.in after patching configure itself To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/misc/usbprog/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158724738957120 Content-Disposition: inline Content-Length: 700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/usbprog/Makefile diff -u pkgsrc/misc/usbprog/Makefile:1.51 pkgsrc/misc/usbprog/Makefile:1.52 --- pkgsrc/misc/usbprog/Makefile:1.51 Tue Mar 10 22:10:36 2020 +++ pkgsrc/misc/usbprog/Makefile Sat Apr 18 22:03:09 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2020/03/10 22:10:36 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2020/04/18 22:03:09 joerg Exp $ # DISTNAME= usbprog-0.2.0 @@ -16,6 +16,9 @@ GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes +# Patching configure already +CHECK_PORTABILITY_SKIP+= configure.in + .include "../../www/curl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../devel/libusb/buildlink3.mk" --_----------=_158724738957120--