Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2010 22:48:26 +0300
From:      Max Brazhnikov <makc@freebsd.org>
To:        Dirk Meyer <dirk.meyer@dinoex.sub.org>
Cc:        cvs-ports@freebsd.org
Subject:   Re: cvs commit: ports/net-im/licq-qt-gui Makefile pkg-descr pkg-plist ports/net-im/licq-qt-gui/files patch-CMakeLists.txt patch-configure
Message-ID:  <201011272248.27084.makc@freebsd.org>
In-Reply-To: <yVazwnVxVg@dmeyer.dinoex.sub.org>
References:  <201011271226.oARCQu56024184@repoman.freebsd.org> <201011271656.20697.makc@freebsd.org> <yVazwnVxVg@dmeyer.dinoex.sub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 27 Nov 2010 15:42:26 +0100, Dirk Meyer wrote:
> Max Brazhnikov schrieb:,
> 
> Pelase dont send HTML emails.
Sorry, it wasn't intentional. Below is my previous mail.

 .if defined(WITH_KDE)
 KDE_SUFFIX=    -kde
-USE_KDELIBS_VER=3
-CONFIGURE_ARGS+=--with-kde
-CONFIGURE_ENV+=        KDEDIR="${LOCALBASE}"
+USE_KDELIBS_VER=4

I think you want 'USE_KDE4= kdelibs automoc4' here. Since USE_KDE4 does not 
imply Qt4, you need to add the following two lines for any KDE4 port [1]:
USE_QT_VER=     4
QT_COMPONENTS=  qmake_build moc_build rcc_build uic_build

-USE_QT_VER=    3
-PLIST_SUB+=    GUI_NAME=qt
+USE_QT_VER=    4
+QT_COMPONENTS= qmake_build moc_build rcc_build uic_build xml gui linguist

linguist component is usually used for creating l10n files and then it should 
be build only dependency: linguist_build

Max

[1] http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-
kde.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011272248.27084.makc>