[kde-freebsd] [SVN Commit] area51/PYQT/devel
Raphael Kubo da Costa
rakuco at FreeBSD.org
Tue Oct 15 21:43:01 UTC 2013
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
More information about the kde-freebsd
mailing list