Re: Reinplace

2012-04-02 Thread Ryan Schmidt
On Apr 2, 2012, at 19:55, Craig Treleaven wrote: > At 4:27 PM -0500 4/2/12, Ryan Schmidt wrote: >> On Apr 2, 2012, at 14:35, Joshua Root wrote: >> >>> Does just "find ${configure.dir} -name Makefile" also give unexpected >>> results? >> >> The "find" correctly finds 28 files named "Makefile". I

Re: Reinplace

2012-04-02 Thread Craig Treleaven
At 6:31 PM -0700 4/2/12, Bradley Giesbrecht wrote: Content-type: multipart/signed; boundary=Apple-Mail-15-774700747; protocol="application/pkcs7-signature"; micalg=sha1 On Apr 2, 2012, at 6:04 PM, Craig Treleaven wrote: At 8:55 PM -0400 4/2/12, Craig Treleaven wrote: At 4:27 PM -0500 4/2/

Re: Reinplace

2012-04-02 Thread Bradley Giesbrecht
On Apr 2, 2012, at 6:04 PM, Craig Treleaven wrote: > At 8:55 PM -0400 4/2/12, Craig Treleaven wrote: >> At 4:27 PM -0500 4/2/12, Ryan Schmidt wrote: >>> On Apr 2, 2012, at 14:35, Joshua Root wrote: >>> Does just "find ${configure.dir} -name Makefile" also give unexpected results? >>>

Re: Reinplace

2012-04-02 Thread Craig Treleaven
At 8:55 PM -0400 4/2/12, Craig Treleaven wrote: At 4:27 PM -0500 4/2/12, Ryan Schmidt wrote: On Apr 2, 2012, at 14:35, Joshua Root wrote: Does just "find ${configure.dir} -name Makefile" also give unexpected results? The "find" correctly finds 28 files named "Makefile". It correctly remov

Re: Reinplace

2012-04-02 Thread Craig Treleaven
At 4:27 PM -0500 4/2/12, Ryan Schmidt wrote: On Apr 2, 2012, at 14:35, Joshua Root wrote: Does just "find ${configure.dir} -name Makefile" also give unexpected results? The "find" correctly finds 28 files named "Makefile". It correctly removes " -L " from 22 of them. The remaining 6 are in

Re: Reinplace

2012-04-02 Thread Ryan Schmidt
On Apr 2, 2012, at 14:35, Joshua Root wrote: > Does just "find ${configure.dir} -name Makefile" also give unexpected > results? The "find" correctly finds 28 files named "Makefile". It correctly removes " -L " from 22 of them. The remaining 6 are in the directory mythplugins/mythweather/mythwe

Re: Reinplace

2012-04-02 Thread Craig Treleaven
At 3:14 PM -0500 4/2/12, Ryan Schmidt wrote: On Apr 2, 2012, at 14:13, Craig Treleaven wrote: Ryan, for building, remember that you need qt-4mac +mysql +debug. You said I needed +mysql before so I rebuilt with that. Why do I need +debug as well? I don't want my computer slow for another en

Re: [91385] trunk/dports/devel/orc/Portfile

2012-04-02 Thread Joshua Root
On 2012-4-1 05:13 , Jeremy Huddleston wrote: > > On Mar 31, 2012, at 11:24 AM, Joshua Root wrote: > >> My understanding was that the extra >> optflags here should have just used -O1 for the i386 build, and done >> nothing for other archs. > > Notice that in the +1 muniversal revision, this func

Re: Reinplace

2012-04-02 Thread Ryan Schmidt
On Apr 2, 2012, at 14:13, Craig Treleaven wrote: > Ryan, for building, remember that you need qt-4mac +mysql +debug. You said I needed +mysql before so I rebuilt with that. Why do I need +debug as well? I don't want my computer slow for another entire day while I rebuild qt4-mac yet again. _

Re: Reinplace

2012-04-02 Thread Joshua Root
On 2012-4-3 05:25 , Craig Treleaven wrote: > At 5:14 AM +1000 4/3/12, Joshua Root wrote: >> On 2012-4-3 04:01 , Jeremy Lavergne wrote: >>> I'm wondering if ' versus " matters here. All the Tcl documentation >>> and all our existinting replace using " >> >> Yes, that is going to be an issue. Single

Re: Reinplace

2012-04-02 Thread Jeremy Lavergne
Think so: It's being parsed by tcl and then passed through Craig Treleaven wrote: >At 5:14 AM +1000 4/3/12, Joshua Root wrote: >>On 2012-4-3 04:01 , Jeremy Lavergne wrote: Nope, none of those characters have special meanings to Tcl nor to the regular expression engine. It looks like a

Re: Reinplace

2012-04-02 Thread Craig Treleaven
At 3:25 PM -0400 4/2/12, Craig Treleaven wrote: At 5:14 AM +1000 4/3/12, Joshua Root wrote: On 2012-4-3 04:01 , Jeremy Lavergne wrote: Nope, none of those characters have special meanings to Tcl nor to the regular expression engine. It looks like a perfectly valid regular expression to me. Ho

Re: Reinplace

2012-04-02 Thread Craig Treleaven
At 5:14 AM +1000 4/3/12, Joshua Root wrote: On 2012-4-3 04:01 , Jeremy Lavergne wrote: Nope, none of those characters have special meanings to Tcl nor to the regular expression engine. It looks like a perfectly valid regular expression to me. Hopefully it will become clearer to me when I actu

Re: Reinplace

2012-04-02 Thread Joshua Root
On 2012-4-3 04:01 , Jeremy Lavergne wrote: >> Nope, none of those characters have special meanings to Tcl nor to the >> regular expression engine. It looks like a perfectly valid regular >> expression to me. Hopefully it will become clearer to me when I actually try >> to build the port. Please

Re: Reinplace

2012-04-02 Thread Craig Treleaven
At 12:56 PM -0500 4/2/12, Ryan Schmidt wrote: On Apr 2, 2012, at 12:39, Craig Treleaven wrote: Maybe that's the problem--it is not supposed to be a "regular expression"; it is a literal string of 'space-hyphen-capital ell-space'. Does hyphen have special meaning in a regex? Nope, none of t

Re: Disabling a port

2012-04-02 Thread vincent habchi
Ryan, > You could add a block like this: > > pre-fetch { >ui_error "This port is broken and cannot currently be installed" >return -code error "broken port" > } Thanks! That’s what I did. pgRouting seems to be alive, but the development team is almost diaphanous, so it takes a lot of ti

Re: Reinplace

2012-04-02 Thread Jeremy Lavergne
> Nope, none of those characters have special meanings to Tcl nor to the > regular expression engine. It looks like a perfectly valid regular expression > to me. Hopefully it will become clearer to me when I actually try to build > the port. Please hold on. My computer is currently occupied upgr

Re: Reinplace

2012-04-02 Thread Ryan Schmidt
On Apr 2, 2012, at 12:39, Craig Treleaven wrote: > Maybe that's the problem--it is not supposed to be a "regular expression"; it > is a literal string of 'space-hyphen-capital ell-space'. Does hyphen have > special meaning in a regex? Nope, none of those characters have special meanings to Tc

Re: Traversing the source directories

2012-04-02 Thread Craig Treleaven
At 12:17 PM -0500 4/2/12, Ryan Schmidt wrote: On Apr 1, 2012, at 20:17, Craig Treleaven wrote: http://dl.dropbox.com/u/26787680/Portfile.2012Apr01 In this email I'll offer some suggestions on how the Portfile is written. Later, I'll try to build the port, and in a second email I'll try to

Re: Reinplace

2012-04-02 Thread Craig Treleaven
At 12:31 PM -0500 4/2/12, Ryan Schmidt wrote: On Apr 1, 2012, at 08:53, Craig Treleaven wrote: At 10:20 AM -0400 3/31/12, Jeremy Lavergne wrote: > cd cd "/opt/local/var/macports/build/_Users_craigtreleaven_MacPortsTemp_Myth.25/mythtv/work/mythtv-v0.25-rc-0-g92f7d1f/mythtv" sudo find . -name

Re: Reinplace

2012-04-02 Thread Ryan Schmidt
On Apr 1, 2012, at 08:53, Craig Treleaven wrote: > At 10:20 AM -0400 3/31/12, Jeremy Lavergne wrote: >> > cd cd >> > "/opt/local/var/macports/build/_Users_craigtreleaven_MacPortsTemp_Myth.25/mythtv/work/mythtv-v0.25-rc-0-g92f7d1f/mythtv" >>> sudo find . -name "Makefile" -exec sed -i '' 's/ -L / /g

Re: ruby question

2012-04-02 Thread Ryan Schmidt
On Apr 1, 2012, at 16:16, Aljaž Srebrnič wrote: > I was trying to craft a port for the earthquake ruby gem (a CLI for twitter), > but I stumbled on some puzzling things: apparently, earthquake needs ruby > 1.9, why is ruby available as ruby19 and not simply ruby (whih installs the > 1.8 versio

Re: Traversing the source directories

2012-04-02 Thread Ryan Schmidt
On Apr 1, 2012, at 20:17, Craig Treleaven wrote: > http://dl.dropbox.com/u/26787680/Portfile.2012Apr01 In this email I'll offer some suggestions on how the Portfile is written. Later, I'll try to build the port, and in a second email I'll try to help you figure out why there are empty "-L" arg

Re: Disabling a port

2012-04-02 Thread Ryan Schmidt
On Apr 2, 2012, at 11:37, vincent habchi wrote: > the pgRouting port I maintain is out of date, but the newest version is two > years old and requires an obsolete version of boost which is incompatible > with the present distribution (some headers have moved, other have > disappeared). > > I’d

Disabling a port

2012-04-02 Thread vincent habchi
Hi there, the pgRouting port I maintain is out of date, but the newest version is two years old and requires an obsolete version of boost which is incompatible with the present distribution (some headers have moved, other have disappeared). I’d like to disable this port while I try to contact t