Summary: | adjust dependencies for a bundle of qt4 ports | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Max Brazhnikov <makc> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-kde (group) <kde> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Max Brazhnikov
2008-05-03 11:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->kde Over to a maintainers group. On Sat, May 03, 2008 at 10:15:43AM +0000, Max Brazhnikov wrote: > > --- astro/stellarium/Makefile.orig 2008-05-03 13:25:41.000000000 +0400 > +++ astro/stellarium/Makefile 2008-05-03 13:27:44.000000000 +0400 > @@ -22,7 +22,7 @@ > BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake > > USE_QT_VER= 4 > -QT_COMPONENTS= qmake moc gui rcc uic opengl > +QT_COMPONENTS= qmake_build moc_build gui rcc_build uic_build opengl > USE_GETTEXT= yes > USE_GL= yes > USE_SDL= sdl mixer > --- audio/esperanza/Makefile.orig 2008-05-03 13:25:41.000000000 +0400 > +++ audio/esperanza/Makefile 2008-05-03 13:27:44.000000000 +0400 [...] This might not be relevant to your job, but could QT_COMPONENTS not better be split in QT_COMPONENTS_RUN and QT_COMPONENTS_BUILD? Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/ arved 2008-08-01 09:46:54 UTC FreeBSD ports repository Modified files: editors/lfhex Makefile graphics/qcomicbook Makefile net-im/tapioca-qt Makefile net-im/decibel Makefile print/lyx15 Makefile net-im/telepathy-qt Makefile math/freemat Makefile math/qwtplot3d-qt4 Makefile Log: Remove unneeded rundeps on qt4 buildtools PR: 123362 Submitted by: Max Brazhnikov Revision Changes Path 1.26 +2 -2 ports/editors/lfhex/Makefile 1.22 +2 -2 ports/graphics/qcomicbook/Makefile 1.22 +2 -2 ports/math/freemat/Makefile 1.10 +2 -2 ports/math/qwtplot3d-qt4/Makefile 1.6 +2 -2 ports/net-im/decibel/Makefile 1.5 +2 -2 ports/net-im/tapioca-qt/Makefile 1.5 +2 -2 ports/net-im/telepathy-qt/Makefile 1.125 +2 -2 ports/print/lyx15/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" State Changed From-To: open->patched I committed those that are maintained by (arved|ports|kde|makc). State Changed From-To: patched->closed all committed by max |