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 7EA281A9239 for ; Fri, 28 Jan 2022 12:06:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B252684E95; Fri, 28 Jan 2022 12:06:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9BC984E8D for ; Fri, 28 Jan 2022 12:06:04 +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 qESkpxBEbMLB for ; Fri, 28 Jan 2022 12:06:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5134C84D38 for ; Fri, 28 Jan 2022 12:06:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4EA8BFB24; Fri, 28 Jan 2022 12:06:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1643371564143120" MIME-Version: 1.0 Date: Fri, 28 Jan 2022 12:06:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/geography/gpsd To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220128120604.4EA8BFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1643371564143120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Jan 28 12:06:04 UTC 2022 Modified Files: pkgsrc/geography/gpsd: Makefile Log Message: gpsd: restrict to python 3.x (reduce py27-gobject3 users) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 pkgsrc/geography/gpsd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1643371564143120 Content-Disposition: inline Content-Length: 690 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gpsd/Makefile diff -u pkgsrc/geography/gpsd/Makefile:1.61 pkgsrc/geography/gpsd/Makefile:1.62 --- pkgsrc/geography/gpsd/Makefile:1.61 Wed Dec 8 16:04:45 2021 +++ pkgsrc/geography/gpsd/Makefile Fri Jan 28 12:06:04 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2021/12/08 16:04:45 adam Exp $ +# $NetBSD: Makefile,v 1.62 2022/01/28 12:06:04 wiz Exp $ DISTNAME= gpsd-3.23.1 PKGREVISION= 1 @@ -29,6 +29,8 @@ USE_CURSES= syncok DEPENDS+= ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3 DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial +PYTHON_VERSIONS_INCOMPATIBLE= 27 + CFLAGS.SunOS= -DLOG_PERROR=0 ## scons arguments --_----------=_1643371564143120--