SVN commit 9624 by rakuco: Set DESTDIRNAME for some PyQt ports.
They were failing to build properly with staging support. In short, a few releases ago the PyQt-related ports (SIP, PyQt, QScintilla) started switching to a new configuration script that replaces the old one. In some cases, we also switched our Makefiles, while in others we kept using the new configure-old.py scripts. I have not fully investigated the differences between the new and old configuration scripts, but the .pro files and Makefiles generated by the old scripts used DESTDIR, while the ones generated by the new scripts use INSTALL_ROOT. As I said in the TODOs added in the comments, once we move all the PyQt ports to the new configuration scripts, we can move the DESTDIRNAME definition to bsd.pyqt.mk itself. M +5 -0 py-qt4-designerplugin/Makefile M +5 -0 py-qt4-qscintilla2/Makefile _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information