[kde-freebsd] Maintainer update 8 ports: Update QT_COMPONENTS since bsd.qt.mk has been changed
relaxbsd at gmail.com
relaxbsd at gmail.com
Sat Aug 4 14:42:55 CEST 2007
>Submitter-Id: current-users
>Originator: Yinghong.Liu
>Organization:
>Confidential: no
>Synopsis: Maintainer update 8 ports: Update QT_COMPONENTS since bsd.qt.mk has been changed
>Severity: non-critical
>Priority: low
>Category: ports
>Class: maintainer-update
>Release: FreeBSD 6.2-STABLE i386
>Environment:
System: FreeBSD relaxbsd.org 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu May 10 21:42:19 CST 2007 hamigua at relaxbsd.org:/usr/src/sys/i386/compile/LYH i386
>Description:
Redefine QT_COMPONENTS. Specifiy the buildtime depended with <component>_build. see bsd.qt.mk 1.8 cvslog.
>How-To-Repeat:
The ports list:
deskutils/qlabels/Makefile
deskutils/qtm/Makefile
devel/alabastra/Makefile
ftp/scythia/Makefile
games/djgame2/Makefile
games/pokerth/Makefile
multimedia/smplayer/Makefile
textproc/qstardict/Makefile
code/input/activities to reproduce the problem (multiple lines)>
>Fix:
--- deskutils_qlabels_Makefile.diff begins here ---
--- Makefile.orig Sat Aug 4 20:03:43 2007
+++ Makefile Sat Aug 4 20:04:35 2007
@@ -17,7 +17,7 @@
USE_BZIP2= yes
USE_QT_VER= 4
-QT_COMPONENTS= xml gui corelib qmake uic moc rcc
+QT_COMPONENTS= xml gui corelib qmake_build uic_build moc_build rcc_build
WRKSRC= ${WRKDIR}/${DISTNAME:C/_/-/}
DESKTOP_ENTRIES= "qlabels" \
--- deskutils_qlabels_Makefile.diff ends here ---
--- deskutils_qtm_Makefile.diff begins here ---
--- Makefile.orig Sat Aug 4 20:05:58 2007
+++ Makefile Sat Aug 4 20:06:33 2007
@@ -15,7 +15,7 @@
COMMENT= Blog management application based on Qt 4
USE_QT_VER= 4
-QT_COMPONENTS= gui network corelib qmake uic xml moc
+QT_COMPONENTS= gui network corelib xml qmake_build uic_build moc_build
PLIST_FILES= bin/QTM
PORTDOCS= COPYING Changelog INSTALL README
--- deskutils_qtm_Makefile.diff ends here ---
--- devel_alabastra_Makefile.diff begins here ---
--- Makefile.orig Sat Aug 4 20:07:37 2007
+++ Makefile Sat Aug 4 20:08:22 2007
@@ -16,7 +16,7 @@
COMMENT= C++ Editor writen with QT4
USE_QT_VER= 4
-QT_COMPONENTS= qmake moc gui xml uic rcc
+QT_COMPONENTS= gui xml qmake_build moc_build uic_build rcc_build
WRKSRC= ${WRKDIR}/Alabastra-${PORTVERSION}
--- devel_alabastra_Makefile.diff ends here ---
--- ftp_scythia_Makefile.diff begins here ---
--- Makefile.orig Sat Aug 4 20:09:49 2007
+++ Makefile Sat Aug 4 20:10:34 2007
@@ -16,7 +16,7 @@
COMMENT= A small ftp client unpretentious based on QT4
USE_QT_VER= 4
-QT_COMPONENTS= gui network corelib qmake uic moc rcc
+QT_COMPONENTS= gui network corelib qmake_build uic_build moc_build rcc_build
INSTALLS_ICONS= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
--- ftp_scythia_Makefile.diff ends here ---
--- games_djgame2_Makefile.diff begins here ---
--- Makefile.orig Sat Aug 4 20:11:22 2007
+++ Makefile Sat Aug 4 20:12:38 2007
@@ -18,7 +18,7 @@
NO_BUILD= yes
USE_ZIP= yes
USE_QT_VER= 4
-QT_COMPONENTS= qmake gui moc qt3support uic rcc
+QT_COMPONENTS= gui qt3support qmake_build uic_build rcc_build moc_build
QMAKE?= qmake-qt4
QMAKESPEC?= ${LOCALBASE}/share/qt4/mkspecs/freebsd-g++
--- games_djgame2_Makefile.diff ends here ---
--- games_pokerth_Makefile.diff begins here ---
--- Makefile.orig Sat Aug 4 20:13:10 2007
+++ Makefile Sat Aug 4 20:13:32 2007
@@ -24,7 +24,7 @@
USE_BZIP2= yes
USE_GMAKE= yes
USE_QT_VER= 4
-QT_COMPONENTS= gui corelib qmake moc rcc uic
+QT_COMPONENTS= gui corelib qmake_build moc_build rcc_build uic_build
USE_SDL= mixer
WRKSRC= ${WRKDIR}/PokerTH-${PORTVERSION}
--- games_pokerth_Makefile.diff ends here ---
--- multimedia_smplayer_Makefile.diff begins here ---
--- Makefile.orig Sat Aug 4 20:21:04 2007
+++ Makefile Sat Aug 4 20:16:26 2007
@@ -18,7 +18,7 @@
.if defined(PKGNAMESUFFIX) && ${PKGNAMESUFFIX} == "-qt4"
USE_QT_VER= 4
-QT_COMPONENTS= qmake porting moc uic qt3support uic3 corelib gui
+QT_COMPONENTS= qt3support corelib gui qmake_build moc_build uic_build uic3_build porting_build
ALL_TARGET= prep src/smplayer
.else
--- multimedia_smplayer_Makefile.diff ends here ---
--- textproc_qstardict_Makefile.diff begins here ---
--- Makefile.orig Sat Aug 4 20:22:04 2007
+++ Makefile Sat Aug 4 20:22:36 2007
@@ -16,7 +16,7 @@
USE_BZIP2= yes
USE_QT_VER= 4
-QT_COMPONENTS= gui corelib qmake uic moc rcc
+QT_COMPONENTS= gui corelib qmake_build uic_build moc_build rcc_build
DICPATH= ${PREFIX}/share/gnome/stardict/dic
--- textproc_qstardict_Makefile.diff ends here ---
More information about the kde-freebsd
mailing list