pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/py-sip6



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Jun  8 11:35:30 UTC 2025

Modified Files:
        pkgsrc/x11/py-sip6: Makefile

Log Message:
x11/py-sip6: Note that both newer versions are troubled

Both 6.11.1 and 6.12.0 cause the qgis build to fail, in a way that
suggests that upstream has made API/ABI breaks (hard to say if this is
P or B, but that's not the point).  I don't want to rush dealing with
this just before freeze, and will be trying to resolve the problems
for after the branch.

(If you want to test, updates to either are merely changing the
version/distinfo and building; there are not even PLIST changes.)


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/py-sip6/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/py-sip6/Makefile
diff -u pkgsrc/x11/py-sip6/Makefile:1.25 pkgsrc/x11/py-sip6/Makefile:1.26
--- pkgsrc/x11/py-sip6/Makefile:1.25    Sun Apr 13 08:33:26 2025
+++ pkgsrc/x11/py-sip6/Makefile Sun Jun  8 11:35:29 2025
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.25 2025/04/13 08:33:26 adam Exp $
+# $NetBSD: Makefile,v 1.26 2025/06/08 11:35:29 gdt Exp $
 
 # Before updating sip, geography/qgis (as the most demanding sip user
-# currently known) must be tested to build ok.  The 6.8.0 release of
-# sip was very broken, and .0 releases of sip should be viewed with
-# extreme caution and probably skipped.
+# currently known) must be tested to build and run ok.  The 6.8.0
+# release of sip was very broken, and .0 releases of sip should be
+# viewed with extreme caution and probably skipped.
+# 6.11.1: qgis fails to build
+# 6.12.0: qgis fails to build
 DISTNAME=      sip-6.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/sip/sip6/}
 PKGREVISION=   1



Home | Main Index | Thread Index | Old Index