Bug 115195 - Maintainer update 8 ports: Update QT_COMPONENTS since bsd.qt.mk has been changed
Summary: Maintainer update 8 ports: Update QT_COMPONENTS since bsd.qt.mk has been changed
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-04 13:50 UTC by Yinghong. Liu
Modified: 2007-08-11 10:20 UTC (History)
1 user (show)

See Also:


Attachments
deskutils_qlabels_Makefile.diff (326 bytes, patch)
2007-08-04 13:50 UTC, Yinghong. Liu
no flags Details | Diff
devel_alabastra_Makefile.diff (307 bytes, patch)
2007-08-04 13:50 UTC, Yinghong. Liu
no flags Details | Diff
games_djgame2_Makefile.diff (342 bytes, patch)
2007-08-04 13:50 UTC, Yinghong. Liu
no flags Details | Diff
multimedia_smplayer_Makefile.diff (375 bytes, patch)
2007-08-04 13:50 UTC, Yinghong. Liu
no flags Details | Diff
file.diff (347 bytes, patch)
2007-08-04 13:50 UTC, Yinghong. Liu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yinghong. Liu 2007-08-04 13:50:03 UTC
Redefine QT_COMPONENTS. Specifiy the buildtime depended with <component>_build. see bsd.qt.mk 1.8 cvslog.

Fix: --- 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 ---

--- 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 ---

--- 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 ---
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)>
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-08-11 10:17:19 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-08-11 10:17:19 UTC
rafan       2007-08-11 09:17:11 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/qlabels    Makefile 
    deskutils/qtm        Makefile 
    devel/alabastra      Makefile 
    ftp/scythia          Makefile 
    games/djgame2        Makefile 
    games/pokerth        Makefile 
    multimedia/smplayer  Makefile 
    textproc/qstardict   Makefile 
  Log:
  - Change some dependencies into build only after bsd.qt.mk rev 1.3
  
  PR:             ports/115195
  Submitted by:   Yinghong.Liu (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -1      ports/deskutils/qlabels/Makefile
  1.3       +1 -1      ports/deskutils/qtm/Makefile
  1.4       +1 -1      ports/devel/alabastra/Makefile
  1.2       +1 -1      ports/ftp/scythia/Makefile
  1.3       +1 -1      ports/games/djgame2/Makefile
  1.3       +1 -1      ports/games/pokerth/Makefile
  1.3       +1 -1      ports/multimedia/smplayer/Makefile
  1.3       +1 -1      ports/textproc/qstardict/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"