[KDE/Mac] dbus 1.8.12 vs 1.8.14

René J.V. Bertin rjvbertin at gmail.com
Mon Jan 12 13:41:59 PST 2015


On Monday January 12 2015 21:41:48 Marko Käning wrote:

Hi Marko,

> 
> if you eventually come up with your ultimate configure parameters,
> please post them here, so that I can also use them for my OSX/CI system.
> Be it for 5.3.2 or 5.4! :)

Ask and thou shalt receive!

Everything required to install qt5-mac (Qt 5.3.2) "co-installably" with qt4-mac is at https://trac.macports.org/ticket/46496
Configures using `configure -prefix ${prefix} -archdatadir ${prefix}/libexec/qt5 -docdir ${prefix}/share/doc/qt5 -headerdir ${prefix}/include/qt5 -plugindir ${prefix}/share/qt5/plugins -importdir ${prefix}/share/qt5/imports -qmldir ${prefix}/share/qt5/qml -datadir ${prefix}/share/qt5 -libdir ${prefix}/libexec/qt5/Library/Frameworks -bindir ${prefix}/libexec/qt5/bin -libexecdir ${prefix}/libexec/qt5/libexec -translationdir ${prefix}/share/qt5/translations -sysconfdir ${prefix}/etc/qt5 -examplesdir ${prefix}/share/qt5/examples -testsdir ${prefix}/share/qt5/tests -hostbindir ${prefix}/libexec/qt5/bin -hostlibdir ${prefix}/libexec/qt5/Library/Frameworks -hostdatadir ${prefix}/share/qt5 -v -release -opensource -confirm-license -shared -process -no-mtdev -no-harfbuzz -openssl-linked -no-xinput2 -no-xcb-xlib -no-libudev -no-egl -make libs -make tools -nomake examples -nomake tests -verbose -nis -cups -iconv -no-evdev -icu -fontconfig -no-pch -dbus-linked -no-xcb -glib -directfb -no-linuxfb -no-kms -framework -optimized-qmake -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds -platform macx-clang -no-openvg -force-debug-info -no-strip -no-separate-debug-info`

Everything required to install qt5-mac-devel (Qt 5.4.0) "co-installably" with qt4-mac is at https://trac.macports.org/ticket/46536
NB: deactivate qt5-mac before installing qt5-mac-devel! (Everything up to `port destroot` should be fine, though.)
Configures for out-of-tree build using `../qt-everywhere-opensource-src-5.4.0/configure -prefix ${prefix} -archdatadir ${prefix}/libexec/qt5 -docdir ${prefix}/share/doc/qt5 -headerdir ${prefix}/include/qt5 -plugindir ${prefix}/share/qt5/plugins -importdir ${prefix}/share/qt5/imports -qmldir ${prefix}/share/qt5/qml -datadir ${prefix}/share/qt5 -libdir ${prefix}/libexec/qt5/Library/Frameworks -bindir ${prefix}/libexec/qt5/bin -libexecdir ${prefix}/libexec/qt5/libexec -translationdir ${prefix}/share/qt5/translations -sysconfdir ${prefix}/etc/qt5 -examplesdir ${prefix}/share/qt5/examples -testsdir ${prefix}/share/qt5/tests -hostbindir ${prefix}/libexec/qt5/bin -hostlibdir ${prefix}/libexec/qt5/Library/Frameworks -hostdatadir ${prefix}/share/qt5 -v -release -opensource -confirm-license -shared -force-pkg-config -no-mtdev -no-harfbuzz -openssl-linked -no-xinput2 -no-xcb-xlib -no-libudev -no-egl -make libs -make tools -nomake examples -nomake tests -verbose -nis -cups -iconv -no-evdev -icu -fontconfig -no-pch -dbus-linked -no-xcb -glib -directfb -no-linuxfb -no-kms -framework -optimized-qmake -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds -platform macx-clang -no-openvg -force-debug-info -no-strip -no-separate-debug-info`


Enjoy!
R


More information about the macports-users mailing list