Received: by mail.netbsd.org (Postfix, from userid 605) id E8DF984D6F; Mon, 25 May 2020 14:14:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71B0184D3C for ; Mon, 25 May 2020 14:14:38 +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 qs6wNflWrnq6 for ; Mon, 25 May 2020 14:14: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 CB2BD84CE7 for ; Mon, 25 May 2020 14:14:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE792FB27; Mon, 25 May 2020 14:14:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590416077150250" MIME-Version: 1.0 Date: Mon, 25 May 2020 14:14:37 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/gpsbabel To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20200525141437.BE792FB27@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. --_----------=_1590416077150250 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon May 25 14:14:37 UTC 2020 Modified Files: pkgsrc/geography/gpsbabel: Makefile Log Message: gpsbabel: Add comment about needed libusb version To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/geography/gpsbabel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590416077150250 Content-Disposition: inline Content-Length: 752 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gpsbabel/Makefile diff -u pkgsrc/geography/gpsbabel/Makefile:1.27 pkgsrc/geography/gpsbabel/Makefile:1.28 --- pkgsrc/geography/gpsbabel/Makefile:1.27 Sun Apr 12 08:28:46 2020 +++ pkgsrc/geography/gpsbabel/Makefile Mon May 25 14:14:37 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2020/04/12 08:28:46 adam Exp $ +# $NetBSD: Makefile,v 1.28 2020/05/25 14:14:37 gdt Exp $ # DISTNAME= gpsbabel-1.6.0 @@ -37,6 +37,7 @@ LIBS.Darwin+= -lexpat # va_start(args, fmt); # ^ +# gpsbabel 1.6.0 really does need libusb 0.1, and uses usb_interrupt_read .include "../../mk/libusb.buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" --_----------=_1590416077150250--