Re: WIP: transmission 2.11

2010-10-23 Thread Landry Breuil
On Sat, Oct 23, 2010 at 03:49:48PM +, Christian Weisgerber wrote: Christian Weisgerber na...@mips.inka.de wrote: * Add -qt client (and no_qt flavor). lib-depends-check reports some extra libraries for -qt. That's an artifact of linking only against libcurl without explicitly

Re: WIP: transmission 2.11

2010-10-23 Thread Christian Weisgerber
Landry Breuil: The -qt subpackage is only enabled on gcc4 archs. +.if !${FLAVOR:L:Mno_qt} ${COMPILER_VERSION:L:Mgcc4*} +MULTI_PACKAGES+=-qt I think ONLY_FOR_ARCHS-qt=${GCC4_ARCHS} makes more sense. dpb doesn't really like when MULTI_PACKAGES is raped in .if blocks...

Re: WIP: transmission 2.11

2010-10-18 Thread Christian Weisgerber
* Update to 2.11. * Rename -gui to -gtk. Index: Makefile === RCS file: /cvs/ports/net/transmission/Makefile,v retrieving revision 1.56 diff -u -p -r1.56 Makefile --- Makefile11 Oct 2010 08:16:52 - 1.56 +++ Makefile18

Re: WIP: transmission 2.11

2010-10-18 Thread roberth
On Mon, 18 Oct 2010 12:57:21 + (UTC) na...@mips.inka.de (Christian Weisgerber) wrote: * Update to 2.11. * Rename -gui to -gtk. Still works for me on amd64, -gtk and -deamon. Thanks!

Re: WIP: transmission 2.11

2010-10-18 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote: * Update to 2.11. * Rename -gui to -gtk. * Add -qt client (and no_qt flavor). Maybe that should go into a separate commit... lib-depends-check reports some extra libraries for -qt. That's an artifact of linking only against libcurl without

Re: WIP: transmission 2.11

2010-10-18 Thread Brad
On Monday 18 October 2010 15:56:39 Christian Weisgerber wrote: Christian Weisgerber na...@mips.inka.de wrote: * Update to 2.11. * Rename -gui to -gtk. * Add -qt client (and no_qt flavor). Maybe that should go into a separate commit... lib-depends-check reports some extra libraries for