From f42b5431e9f9d7047c4b854d2a8834d8899d3553 Mon Sep 17 00:00:00 2001 From: rakuco Date: Mon, 5 May 2014 20:47:22 +0000 Subject: The KDE on FreeBSD team presents Qt 4.8.6. This is a minor bugfix release that fortunately contains quite a few patches that we have upstreamed in the past months. See http://blog.qt.digia.com/blog/2014/04/24/qt-4-8-6-released/ for a summary of changes, and http://download.qt-project.org/official_releases/qt/4.8/4.8.6/changes-4.8.6 for a detailed list of changes. This patch contains commits by me, makc@ and Schaich Alonso. PR: ports/189213 --- cad/qcad/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cad') diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 21685d283bb5..8d4400b1d5fb 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -54,6 +54,13 @@ pre-configure: ${REINPLACE_CMD} -e "s|%%DATADIR%%|${DATADIR}|" \ ${WRKSRC}/src/core/RSettings.cpp +# Temporary hack for Qt 4.8.6 support while upstream does not add proper +# bindings. + (cd ${WRKSRC}/src/3rdparty/qt-labs-qtscriptgenerator-4.8.5 && \ + ${COPYTREE_SHARE} . ../qt-labs-qtscriptgenerator-4.8.6) + (cd ${WRKSRC}/src/3rdparty/qt-labs-qtscriptgenerator-4.8.6 && \ + mv qt-labs-qtscriptgenerator-4.8.5.pro qt-labs-qtscriptgenerator-4.8.6.pro) + do-install: ${INSTALL_PROGRAM} ${RESDIR}/qcad-bin ${STAGEDIR}${PREFIX}/bin/ ${LN} -sf ${PREFIX}/bin/qcad-bin ${STAGEDIR}${PREFIX}/bin/qcad -- cgit