Re: Alternate build directory for CMake-based port?

2012-08-28 Thread Ryan Schmidt
On Aug 23, 2012, at 17:53, Ryan Schmidt wrote: > Some months ago I added to my to-do list, but did not begin to work on, a > project to modify the cmake portgroup to always do an out-of-source build. And forgot I had filed a ticket about it: https://trac.macports.org/ticket/33259 ___

Re: +universal vs the buildbot

2012-08-28 Thread Ryan Schmidt
On Aug 28, 2012, at 22:19, Ryan Stonecipher wrote: > Some ports have +universal as a default variant. > When such ports have "big" dependencies such as qt4-mac, gcc4x, or > atlas they take hours to build and install. > The buildbot makes installing default single-architecture binaries painless. >

+universal vs the buildbot

2012-08-28 Thread Ryan Stonecipher
Some ports have +universal as a default variant. When such ports have "big" dependencies such as qt4-mac, gcc4x, or atlas they take hours to build and install. The buildbot makes installing default single-architecture binaries painless. Could the buildbot be adapted to also provide +universal binar

Re: PortGroups / New to Port File Development, Sorry!

2012-08-28 Thread Bradley Giesbrecht
Apparently you have python.default_version too early in your Portfile, before "name" is declared. Put the python vars later in your Portfile, after checksums for example: checksums rmd160 5a07d156e48d2345aad899370a45eb4db91189ae \ sha256 c73a2a705acb17c9d8231cf54

Re: PortGroups / New to Port File Development, Sorry!

2012-08-28 Thread Ben Smith
When I try to set the default value I get: Failed to parse file office/torchCL/Portfile: can't set "python.default_version": can't read "name": no such variable -- Ben Smith Founder / CSA WBP SYSTEMS http://www.wbpsystems.com On Tue, Aug 28, 2012 at 11:59 AM, Joshua Root wrote: > On 2012-8-29

Re: [MacPorts] #35148: gegl 0.2.0_0 Syntax error before 'AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER'

2012-08-28 Thread Ryan Schmidt
sudo port clean gegl sudo port install gegl configure.compiler=gcc-3.3 On Aug 28, 2012, at 14:12, M. Daniel Becque wrote: > I don't know enough about how to select a different compiler; can someone > give me an idea and I'll be glad to try it out. > > Thanks in advance, > dan > > --

Fwd: [MacPorts] #35148: gegl 0.2.0_0 Syntax error before 'AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER'

2012-08-28 Thread M. Daniel Becque
I don't know enough about how to select a different compiler; can someone give me an idea and I'll be glad to try it out. Thanks in advance, dan -- Forwarded message -- From: MacPorts Date: Mon, Aug 27, 2012 at 2:00 PM Subject: Re: [MacPorts] #35148: gegl 0.2.0_0 Syntax error bef

Re: PortGroups / New to Port File Development, Sorry!

2012-08-28 Thread Joshua Root
On 2012-8-29 04:49 , Joshua Root wrote: > On 2012-8-29 03:05 , Ben Smith wrote: >> But without doing the link myself, it doesn't appear to create the >> link. I'm assuming that this is a common issue because the manual >> method I want to use is exactly what GoogleCL is using. > > python.link_bin

Re: PortGroups / New to Port File Development, Sorry!

2012-08-28 Thread Joshua Root
On 2012-8-29 03:05 , Ben Smith wrote: > Thanks for all of your help. I've taken all of the suggestions of the > various people into account. However, unless I'm misunderstanding > something, I have to do my own linking. > > It has been suggested in the trac ticket to add: > > python.link_binari

Re: PortGroups / New to Port File Development, Sorry!

2012-08-28 Thread Ben Smith
Thanks for all of your help. I've taken all of the suggestions of the various people into account. However, unless I'm misunderstanding something, I have to do my own linking. It has been suggested in the trac ticket to add: python.link_binaries_suffix and switch over to: PortSystem

Re: PortGroups / New to Port File Development, Sorry!

2012-08-28 Thread Joshua Root
On 2012-8-28 11:38 , Ben Smith wrote: > PortGroup python27 1.0 The version-specific python portgroups (python26, python27, etc.) should be considered deprecated. We'd really like to switch everything to use the unified python portgroup like so: PortGroup python 1.0 You'll get

Re: PortGroups / New to Port File Development, Sorry!

2012-08-28 Thread Joshua Root
On 2012-8-28 11:38 , Ben Smith wrote: > distfiles heapCL.tar.gz The name of this distfile looks like it doesn't change with new versions of the software. This is problematic; see for details and a partial workaround.

Re: net/libfetch doesn't build on 10.8 -- still doesn't build

2012-08-28 Thread Ryan Schmidt
On Aug 28, 2012, at 01:57, Daniel wrote: > http://trac.macports.org/ticket/35566 > > Please reopen this ticket, the port still fails with the same error. It builds fine for me on Mountain Lion. Are you sure you ran: sudo port clean libfetch sudo port selfupdate