Received: by mail.netbsd.org (Postfix, from userid 605) id 564C884EAE; Mon, 28 Nov 2022 19:07:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 868D084E9A for ; Mon, 28 Nov 2022 19:07:53 +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 wVuPe3wLjyii for ; Mon, 28 Nov 2022 19:07:53 +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 CD20684C2C for ; Mon, 28 Nov 2022 19:07:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C5626FA90; Mon, 28 Nov 2022 19:07:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166966247235930" MIME-Version: 1.0 Date: Mon, 28 Nov 2022 19:07:52 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/x11/py-sip To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20221128190752.C5626FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166966247235930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Nov 28 19:07:52 UTC 2022 Modified Files: pkgsrc/x11/py-sip: Makefile.common Log Message: x11/py-sip: Rototill caution comment Record results of trying to use sip5; progress but we aren't there yet. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/py-sip/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166966247235930 Content-Disposition: inline Content-Length: 1328 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/py-sip/Makefile.common diff -u pkgsrc/x11/py-sip/Makefile.common:1.13 pkgsrc/x11/py-sip/Makefile.common:1.14 --- pkgsrc/x11/py-sip/Makefile.common:1.13 Fri Nov 25 13:31:35 2022 +++ pkgsrc/x11/py-sip/Makefile.common Mon Nov 28 19:07:52 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2022/11/25 13:31:35 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2022/11/28 19:07:52 gdt Exp $ # # used by x11/py-sip/Makefile # used by x11/py-sip-qt5/Makefile @@ -7,9 +7,13 @@ DISTNAME= sip-4.19.25 CATEGORIES= x11 devel python MASTER_SITES= https://www.riverbankcomputing.com/static/Downloads/sip/${PKGVERSION_NOREV}/ -# Before updating, please check that any new version works with qgis. -# Apparently, there are problems with 5 and 6 with qgis 3.16 as of -# 2021-11. +# As of 2022-11 the plan seems to be to have sip(4), sip5 and sip6 in +# parallel. +# Before updating, please ensure that qgis builds and works. sip4 and +# sip5 are not compatible, and apparently one must use the same sip to +# build py-qt5 and perhaps py-qt5-qscintilla as qgis. Some hints: +# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964132 +# 2022-11: qgis 3.28.1 with pkgsrc py-qt5 fails to build with py-sip5 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://riverbankcomputing.com/software/sip/ --_----------=_166966247235930--