Received: by mail.netbsd.org (Postfix, from userid 605) id 7739884D78; Tue, 30 Apr 2019 16:13:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F364184C81 for ; Tue, 30 Apr 2019 16:13:42 +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 RF8gzMkyqo4A for ; Tue, 30 Apr 2019 16:13:42 +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 57CF884C6C for ; Tue, 30 Apr 2019 16:13:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 529DEFB16; Tue, 30 Apr 2019 16:13:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1556640822282030" MIME-Version: 1.0 Date: Tue, 30 Apr 2019 16:13:42 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/ham/gr-osmosdr To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20190430161342.529DEFB16@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. --_----------=_1556640822282030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Tue Apr 30 16:13:42 UTC 2019 Modified Files: pkgsrc/ham/gr-osmosdr: Makefile Log Message: ham/gr-osmosdr: Mark python 36 and 37 as not ok Both 36 and 37 result in build errors. The package builds ok with 27. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/ham/gr-osmosdr/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1556640822282030 Content-Disposition: inline Content-Length: 838 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/ham/gr-osmosdr/Makefile diff -u pkgsrc/ham/gr-osmosdr/Makefile:1.16 pkgsrc/ham/gr-osmosdr/Makefile:1.17 --- pkgsrc/ham/gr-osmosdr/Makefile:1.16 Thu Apr 25 07:33:00 2019 +++ pkgsrc/ham/gr-osmosdr/Makefile Tue Apr 30 16:13:42 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2019/04/25 07:33:00 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/04/30 16:13:42 gdt Exp $ DISTNAME= gr-osmosdr-0.1.4 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= ham MASTER_SITES+= http://git.osmocom.org/gr-osmosdr/snapshot/ @@ -22,6 +22,8 @@ CMAKE_ARGS+= -DGNURADIO_BLOCKS_INCLUDE_D PLIST_SUBST+= PYSITELIB=${PYSITELIB} +# Python 36 and 37 result in build errors; 27 builds ok. +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 REPLACE_PYTHON+= apps/osmocom_siggen_base.py .include "../../devel/boost-headers/buildlink3.mk" --_----------=_1556640822282030--