On Sunday 26 January 2014 13:40:32 Adriaan de Groot wrote:
> On Sunday 26 January 2014 01:26:41 Adriaan de Groot wrote:
> > I've started to (try to) build Qt 5.2.0 ports. The ones in area51 trunk
> > are
> 
> > 5.2.0-beta1. Some things have changed since the beta:
> Following that, I needed this change to qt5-buildtools to get it to install.

The attached patch gets qt5-core to build:
 - remove -no-gstreamer argument to configure (reasons earlier in this thread)
 - QTrace is gone?
 - the .pri is now generated _private, just like in buildtools.

I wonder about the effect of that change in the name of the .pri, since I get 
strange (suggestive) errors in later Qt ports, like this:

Project ERROR: Unknown module(s) in QT: core

[ade]
Index: QT/devel/qt5-core/Makefile
===================================================================
--- QT/devel/qt5-core/Makefile	(revision 9898)
+++ QT/devel/qt5-core/Makefile	(working copy)
@@ -24,7 +24,7 @@
 		-no-feature-iconv -no-dbus -no-xcb -no-opengl \
 		-no-feature-glib -no-feature-alsa \
 		-no-feature-concurrent -no-feature-evdev \
-		-no-fontconfig -no-freetype -no-gstreamer \
+		-no-fontconfig -no-freetype \
 		-no-gtkstyle -no-feature-inotify -no-feature-libudev \
 		-no-feature-pulseaudio -no-feature-xcb -no-xinput \
 		-no-xkb -no-xrender -no-xshape -no-xsync -no-xvideo \
Index: QT/devel/qt5-core/pkg-plist
===================================================================
--- QT/devel/qt5-core/pkg-plist	(revision 9898)
+++ QT/devel/qt5-core/pkg-plist	(working copy)
@@ -410,8 +410,6 @@
 %%QT_INCDIR%%/QtCore/QTimeZone
 %%QT_INCDIR%%/QtCore/QTimer
 %%QT_INCDIR%%/QtCore/QTimerEvent
-%%QT_INCDIR%%/QtCore/QTraceGuard
-%%QT_INCDIR%%/QtCore/QTracer
 %%QT_INCDIR%%/QtCore/QTranslator
 %%QT_INCDIR%%/QtCore/QTypeInfo
 %%QT_INCDIR%%/QtCore/QTypeInfoMerger
@@ -532,7 +530,6 @@
 %%QT_INCDIR%%/QtCore/qeventtransition.h
 %%QT_INCDIR%%/QtCore/qexception.h
 %%QT_INCDIR%%/QtCore/qfactoryinterface.h
-%%QT_INCDIR%%/QtCore/qfeatures.h
 %%QT_INCDIR%%/QtCore/qfile.h
 %%QT_INCDIR%%/QtCore/qfiledevice.h
 %%QT_INCDIR%%/QtCore/qfileinfo.h
@@ -676,7 +673,7 @@
 %%QT_LIBDIR%%/libQt5Core.so.%%SHORTVER%%
 %%QT_LIBDIR%%/libQt5Core.so.%%FULLVER%%
 %%DEBUG%%%%QT_LIBDIR%%/libQt5Core.so.%%FULLVER%%.debug
-%%QT_MKSPECDIR%%/modules/qt_lib_core.pri
+%%QT_MKSPECDIR%%/modules/qt_lib_core_private.pri
 libdata/pkgconfig/Qt5Core.pc
 @dirrmtry %%QT_MKSPECDIR%%/modules
 @dirrmtry %%QT_MKSPECDIR%%
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to