On Sat, 5 Jul 2014 20:57:54 +0800
"Alex V. Petrov" <[email protected]> wrote:

> After merge from area51 don't build py27-kde4:
> -- The following REQUIRED packages have been found:
> 
>  * X11
>  * Qt4
>  * Automoc4
>  * Phonon (required version >= 4.3.80)
>  * KDE4Internal
>  * KDE4 (required version >= 4.9.4) , The KDE libraries , <
> http://www.kde.org>
>    Required to build PyKDE4
>  * PythonInterp , The Python interpreter , <http://www.python.org>
>    Required to build PyKDE4
>  * PythonLibrary , The Python Library , <http://www.python.org>
>    Required to build PyKDE4
>  * SIP , The SIP binding generator , <http://riverbankcomputing.com>
>    Required to build PyKDE4
>  * Boost (required version >= 1.34.0) , Boost C++ Libraries , <
> http://www.boost.org>
>    Boost is required by Akonadi
> 
> -- The following REQUIRED packages have not been found:
> 
>  * PyQt4 , The PyQt bindings , <http://riverbankcomputing.com>
>    Required to build PyKDE4
> 
> CMake Error at /usr/local/share/cmake/Modules/FeatureSummary.cmake:430
> (message):
>   feature_summary() Error: REQUIRED package(s) are missing, aborting CMake
>   run.
> Call Stack (most recent call first):
>   CMakeLists.txt:285 (feature_summary)
> 
> [...]

Hi

This package builds fine over here (right now), however there were some
commits concerning PyQt to ports and area51 lately which might make the
difference. Eventually the attached patch (against area51's svn root)
which adds dependencies to everything mentioned in PyKDE4's cmake
project file might help, though those additional dependencies "should"
have been implied by indirect references before.

Alonso
Index: KDE/devel/py-pykde4/Makefile
===================================================================
--- KDE/devel/py-pykde4/Makefile	(revision 10167)
+++ KDE/devel/py-pykde4/Makefile	(working copy)
@@ -12,7 +12,8 @@
 
 LIB_DEPENDS=	libqwt.so:${PORTSDIR}/x11-toolkits/qwt5
 
-BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/PyQt4/QtDesigner.so:${PORTSDIR}/devel/py-qt4-designer \
+BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/PyQt4/QtCore.so:${PORTSDIR}/devel/py-qt4-core \
+		${PYTHON_SITELIBDIR}/PyQt4/QtDesigner.so:${PORTSDIR}/devel/py-qt4-designer \
 		${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \
 		${PYTHON_SITELIBDIR}/PyQt4/QtNetwork.so:${PORTSDIR}/net/py-qt4-network \
 		${PYTHON_SITELIBDIR}/PyQt4/QtOpenGL.so:${PORTSDIR}/x11/py-qt4-opengl \
@@ -28,7 +29,7 @@
 USE_KDE4=	kdehier kdelibs kdeprefix okular pimlibs \
 		akonadi automoc4 soprano
 USE_PYTHON=	2
-USE_QT4=	corelib dbus designer_build gui network xml \
+USE_QT4=	corelib designer_build gui network opengl sql xml svg webkit \
 		qmake_build moc_build uic_build rcc_build
 USES=		cmake:outsource tar:xz
 CMAKE_ARGS+=	-DWITH_PolkitQt:BOOL=FALSE
_______________________________________________
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