On Sun, Mar 08, 2020 at 12:40:11PM +0000, Stuart Henderson wrote: > I'm doing a test build now. (Have disabled a couple of large ports that > are nothing to do with qt5, but otherwise a standard bulk). > > Here is the complete diff that I'm building with, it includes WANTLIB > fixes in dependent ports as spotted by cwen@. I have commented-out > qtlottie from x11/qt5/Makefile because I don't have the files and it > isn't needed by anything, so it can wait until the main part is done > (I don't want anything else adding delays :) > > py-sip-qt5 attached for completeness, it is the same as the last one from > Landry. OK sthen@ to import that unhooked, then we can hook it to the build > when switching over. > > If my build doesn't find any more problems then I think we should get > this lot committed ASAP.
my bulk is at 3550 so far, the only thing to fix is the version dependency in devel/spyder/spyder which has x11/py-qt5${MODPY_FLAVOR}<5.12 for some reason: Error: @depend x11/py-qt5,python3:py3-qt5-<5.12:py3-qt5-5.13.2 pattern py3-qt5-<5.12 doesn't match default py3-qt5-5.13.2 the only other failures i have are fetching devel/libtalloc:talloc-2.1.16.tar.gz databases/tdb:tdb-1.3.18.tar.gz but those are totally unrelated, https://download.samba.org/pub/talloc/ returns a 403 to dpb, but i can fetch it locally so i guess it's just a fluke. definitely agree we should go ahead will all this :)