Re: port configure dovecot

2010-01-28 Thread Bradley Giesbrecht
On Jan 28, 2010, at 11:39 PM, Bradley Giesbrecht wrote: On Jan 28, 2010, at 11:30 PM, Ryan Schmidt wrote: On Jan 29, 2010, at 01:23, Bradley Giesbrecht wrote: On Jan 28, 2010, at 11:21 PM, Ryan Schmidt wrote: On Jan 29, 2010, at 01:12, Bradley Giesbrecht wrote: Why would the current dov

Re: port configure dovecot

2010-01-28 Thread Bradley Giesbrecht
On Jan 28, 2010, at 11:30 PM, Ryan Schmidt wrote: On Jan 29, 2010, at 01:23, Bradley Giesbrecht wrote: On Jan 28, 2010, at 11:21 PM, Ryan Schmidt wrote: On Jan 29, 2010, at 01:12, Bradley Giesbrecht wrote: Why would the current dovecot Portfile want to build mysql5 when I do "port config

Re: XCode Project Portfile Question

2010-01-28 Thread Ryan Schmidt
On Jan 28, 2010, at 14:36, Altoine Barker wrote: > I'm trying to build a Portfile based off of an xcode project but I > need to ask a few questions. So presumably you'd use the xcode portgroup. > 1. How do you build -alltargets like this command example: >xcodebuild -project myProject -all

Re: port configure dovecot

2010-01-28 Thread Ryan Schmidt
On Jan 29, 2010, at 01:23, Bradley Giesbrecht wrote: > On Jan 28, 2010, at 11:21 PM, Ryan Schmidt wrote: > >> On Jan 29, 2010, at 01:12, Bradley Giesbrecht wrote: >> >>> Why would the current dovecot Portfile want to build mysql5 when I do "port >>> configure dovecot +mysql5"? >>> >>> b...@tre

Re: port configure dovecot

2010-01-28 Thread Bradley Giesbrecht
On Jan 28, 2010, at 11:21 PM, Ryan Schmidt wrote: On Jan 29, 2010, at 01:12, Bradley Giesbrecht wrote: Why would the current dovecot Portfile want to build mysql5 when I do "port configure dovecot +mysql5"? b...@trex ~ $ port installed mysql5 The following ports are currently installed: m

Re: port configure dovecot

2010-01-28 Thread Reid Nichol
> Why would the current dovecot Portfile want to build mysql5 when I do > "port configure dovecot +mysql5"? I think it does that when a port is out of date. Does mysql5 show up in that (i.e. port outdated) output? -Reid ___ macports-dev mailing list

Re: port configure dovecot

2010-01-28 Thread Ryan Schmidt
On Jan 29, 2010, at 01:12, Bradley Giesbrecht wrote: > Why would the current dovecot Portfile want to build mysql5 when I do "port > configure dovecot +mysql5"? > > b...@trex ~ $ port installed mysql5 > The following ports are currently installed: > mysql5 @5.1.41_0 (active) It's probably upg

Re: Can't access configure.env in portfile

2010-01-28 Thread Ryan Schmidt
On Dec 11, 2009, at 16:36, Joshua Root wrote: >> Yes, but if you set (rather than append to) configure.env in a portfile, you >> overwrite the default environment. > > Can't say I've ever encountered this. Steps to reproduce? Just to provide closure on this question, I was wrong about my state

port configure dovecot

2010-01-28 Thread Bradley Giesbrecht
Why would the current dovecot Portfile want to build mysql5 when I do "port configure dovecot +mysql5"? b...@trex ~ $ port installed mysql5 The following ports are currently installed: mysql5 @5.1.41_0 (active) b...@trex ~ $ file /opt/local/bin/mysql_config5 /opt/local/bin/mysql_config5: sym

Re: [63189] trunk/dports/_resources/port1.0/group

2010-01-28 Thread Ryan Schmidt
On Jan 28, 2010, at 16:41, s...@macports.org wrote: > Revision: 63189 > http://trac.macports.org/changeset/63189 > Author: s...@macports.org > Date: 2010-01-28 14:41:21 -0800 (Thu, 28 Jan 2010) > Log Message: > --- > change portgroups from ui_msg to notes I fear these chan

Re: Can't access configure.env in portfile

2010-01-28 Thread Ryan Schmidt
On Jan 28, 2010, at 16:26, Dan Ports wrote: > On Fri, Dec 11, 2009 at 04:12:30PM -0600, Ryan Schmidt wrote: >> > >> On Dec 11, 2009, at 15:33, Rainer M?ller wrote: >> >>> On 2009-11-29 15:33 , Ryan Schmidt wrote: >>> See, both before and after the configure phase, configure.env only

Re: Updated portfile for wview 5.12.5 -- Please commit

2010-01-28 Thread Frank Schima
On Jan 28, 2010, at 8:07 PM, M. Brooks Clark wrote: > Can someone please commit the updated portfile for wview? Thanks. > > https://trac.macports.org/ticket/23463 Done! Cheers! Frank ___ macports-dev mailing list macports-dev@lists.macosforge.org h

Updated portfile for wview 5.12.5 -- Please commit

2010-01-28 Thread M. Brooks Clark
Can someone please commit the updated portfile for wview? Thanks. https://trac.macports.org/ticket/23463 ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Re: Can't access configure.env in portfile

2010-01-28 Thread Dan Ports
On Fri, Dec 11, 2009 at 04:12:30PM -0600, Ryan Schmidt wrote: > > On Dec 11, 2009, at 15:33, Rainer M?ller wrote: > > > On 2009-11-29 15:33 , Ryan Schmidt wrote: > > > >> See, both before and after the configure phase, configure.env only > >> contains the "FOO=bar" variable I added. But what I a

XCode Project Portfile Question

2010-01-28 Thread Altoine Barker
I'm trying to build a Portfile based off of an xcode project but I need to ask a few questions. 1. How do you build -alltargets like this command example: xcodebuild -project myProject -alltargets 2. How do you include cmake commands in a portfile like the following example: cmake -DPYTHO

Peer review request: changes to portutil.tcl

2010-01-28 Thread Ryan Schmidt
Could I get another pair of eyes to review my proposed changes? http://trac.macports.org/ticket/23456 I'm changing a fundamental function in MacPorts base, with the intended result that arguments should retain any quoting. It seems to work for me for the case I'm interested in at the moment, bu

Re: build.env in post-build

2010-01-28 Thread Joshua Root
On 2010-1-28 21:30 , Ryan Schmidt wrote: > > On Jan 28, 2010, at 03:53, Cristiano Fontana wrote: > >> It seems that in the post-build phase the environment of build.env is not >> set. >> How can I set it? > > Can you show us a portfile that demonstrates this problem? It's not a bug, build.env

Re: build.env in post-build

2010-01-28 Thread Ryan Schmidt
On Jan 28, 2010, at 03:53, Cristiano Fontana wrote: > It seems that in the post-build phase the environment of build.env is not set. > How can I set it? Can you show us a portfile that demonstrates this problem? ___ macports-dev mailing list macports

build.env in post-build

2010-01-28 Thread Cristiano Fontana
It seems that in the post-build phase the environment of build.env is not set. How can I set it? Cristiano ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Re: [MacPorts] #22993: new port for dovecot-sieve

2010-01-28 Thread Ryan Schmidt
On Jan 28, 2010, at 01:52, Ryan Schmidt wrote: > I haven't even begun to look at your dovecot-sieve portfile yet; I was just > interested in getting dovecot updated to 1.2.10. I was referring to > irrelevancies in the patch that was supplied in this ticket to perform that > update: > > http://