https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234070
Adriaan de Groot <adr...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adr...@freebsd.org --- Comment #3 from Adriaan de Groot <adr...@freebsd.org> --- The patch looks ok. I rebuilt qt5-core with it and noticed that the number of "private" symbols goes up: ``` [adridg@beastie .../devel/qt5-core]$ for l in /usr/local/lib/qt5/libQt5*.so; do readelf -a $l | grep @Qt_5_PRIVATE; done | wc -l 4926 # Rebuild here [adridg@beastie .../devel/qt5-core]$ for l in /usr/local/lib/qt5/libQt5*.so; do readelf -a $l | grep @Qt_5_PRIVATE; done | wc -l 5780 ``` But this will need an exp-run (I'm going to leave that to you) and probably a runtime-test (e.g. start some big-ass Qt5 application like www/falkon) as well. And bumps to all the Qt5 ports. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-toolchain@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"