Re: googlecode livecheck

2009-04-24 Thread Perry Lee
On Apr 24, 2009, at 11:12 PM, Perry Lee wrote: I think the problematic line in port1.0/portlivecheck.tcl is: set livecheck.regex [list "http://[quotemeta $ {livecheck.name}].googlecode.com/files/[quotemeta $ {livecheck.distname}]\""] In particular: [quotemeta ${livecheck.distname}] quotemet

Re: googlecode livecheck

2009-04-24 Thread Perry Lee
On Apr 24, 2009, at 10:33 PM, Jeremy Lavergne wrote: Has anyone else witnessed the default livecheck.regex failing when using master_sites googlecode? For me, it looks like there is style info and whitespace breaking the pattern. I've witnessed this problem in distcc and libofa, both of w

googlecode livecheck

2009-04-24 Thread Jeremy Lavergne
Has anyone else witnessed the default livecheck.regex failing when using master_sites googlecode? For me, it looks like there is style info and whitespace breaking the pattern. smime.p7s Description: S/MIME cryptographic signature ___ macports-d

Re: NewHelpSystem & man pages

2009-04-24 Thread Ryan Schmidt
On Apr 24, 2009, at 21:02, ma...@macports.org wrote: Similarly, I've almost never looked at the chunked Guide. I load the single-page Guide, so that I can press Command-F, type my search string, press return, and find what I'm looking for. Which isn't to say we shouldn't have the chunked Guide;

Re: NewHelpSystem & man pages

2009-04-24 Thread markd
>> This is also the reason why I am splitting this into multiple smaller >> man pages describing one command only. This makes it much easier to >> find >> what you are after than searching a long port(1). > >Just to talk about this one point for a moment, perl has its manpages >split up into seve

Re: NewHelpSystem

2009-04-24 Thread markd
>First I want to apologize for being inactive in the last months. >I only have sporadic access to a Mac at the moment (I switched to >Linux with my main machine) so my activity was very low. But I >like the MacPorts project and will continue to update my ports >when I have time and access to my Mac

Re: lengthy build - changed Portfile - need to continue without removing build results

2009-04-24 Thread Bryan Blackburn
On Fri, Apr 24, 2009 at 01:37:48PM -0700, Darren Weber said: > I'm working on vtk-devel Portfile and I have: > a) completed a lengthy build of VTK > b) edited parts of the Portfile that affect downstream stages from the build > (ie, destroot command) > > How can I continue with the downstream stag

Re: ruby_select experimental implementation

2009-04-24 Thread kimura wataru
Hi, On Thu, 23 Apr 2009 00:02:30 +0200, Rainer Müller wrote: > kimura wataru wrote: >> I write experimental ruby_select for ruby186 and ruby18. >> >> http://trac.macports.org/browser/users/kimuraw/ruby_select > > Will ruby19 be moved to ruby? Or what will happen to the existing ruby > port at

Re: ruby_select experimental implementation

2009-04-24 Thread kimura wataru
Hi Florian, On Fri, 24 Apr 2009 08:52:48 +0200, C. Florian Ebeling wrote: > On Wed, Apr 22, 2009 at 3:00 PM, kimura wataru wrote: >> I write experimental ruby_select for ruby186 and ruby18. >> >> http://trac.macports.org/browser/users/kimuraw/ruby_select > > I will test it shortly and try to a

lengthy build - changed Portfile - need to continue without removing build results

2009-04-24 Thread Darren Weber
I'm working on vtk-devel Portfile and I have: a) completed a lengthy build of VTK b) edited parts of the Portfile that affect downstream stages from the build (ie, destroot command) How can I continue with the downstream stages without losing the build? The default behavior is to clean everything

Re: [49758] trunk/dports/net

2009-04-24 Thread Jeremy Huddleston
Why was this "universal_variant no"? It builds universal here, and making this not universal breaks building libsoup which is a headache for gnome... so unless you want to !universal all of gnome, I suggest the following: Index: Portfile

Re: [MacPorts] #19386: rtmpdump: libkern/_OSByteOrder.h: No such file or directory

2009-04-24 Thread Uldis Bojars
If here is someone who has access to OS X 10.4, could you please check if the patch attached to ticket [1] solves the compilation problem reported? Thanks, Uldis On Wed, Apr 22, 2009 at 12:35 AM, MacPorts wrote: > #19386: rtmpdump: libkern/_OSByteOrder.h: No such file or directory >

Re: [MacPorts] #19386: rtmpdump: libkern/_OSByteOrder.h: No such file or directory

2009-04-24 Thread Uldis Bojars
There is a follow-up report on SF.net saying that an additional patch patch may also be needed: https://sourceforge.net/forum/message.php?msg_id=7267196 But, again, I can not verify if that is so. [1] http://trac.macports.org/ticket/19386 On Fri, Apr 24, 2009 at 7:57 PM, Uldis Bojars wrote: > I

Re: [spam probable] [50018] php5-eaccelerator Lint Report

2009-04-24 Thread Rainer Müller
Ryan Schmidt wrote: > On Apr 22, 2009, at 16:38, Rainer Müller wrote: >> But we check the primary category against a hardcoded list of valid >> categories and we also check the parent directory of the port >> directory. >> To pass both tests, this list will always have to reflect the current >> e

Re: [50072] trunk/dports/x11/rox-filer/Portfile

2009-04-24 Thread Anders F Björklund
Ryan Schmidt wrote: build.env isn't broken, but it isn't used if you override the build phase, right? Why not use the default build phase? Untested: build.env ${configure.env} build.cmd ./ROX-Filer/AppRun build.args --compile ${configure.args} If I use ${configure.env}, I get: DEBUG: En

Re: [50072] trunk/dports/x11/rox-filer/Portfile

2009-04-24 Thread Ryan Schmidt
On Apr 24, 2009, at 02:26, a...@macports.org wrote: Revision: 50072 http://trac.macports.org/changeset/50072 Author: a...@macports.org Date: 2009-04-24 00:26:05 -0700 (Fri, 24 Apr 2009) Log Message: --- build.env is broken, work around it Modified Paths: --

Re: Avoiding the issue with https and 'fetch.type svn'

2009-04-24 Thread Ryan Schmidt
On Apr 24, 2009, at 02:45, Rainer Müller wrote: Bryan Blackburn wrote: Ports which use 'fetch.type svn' and have an https URL (eg, tickets #17419, #18429, and possibly #18583) will quite likely fail for people in the fetch stage. svn from the current subversion port (version 1.6.1) has th

Re: Avoiding the issue with https and 'fetch.type svn'

2009-04-24 Thread Rainer Müller
Bryan Blackburn wrote: > Ports which use 'fetch.type svn' and have an https URL (eg, tickets #17419, > #18429, and possibly #18583) will quite likely fail for people in the fetch > stage. svn from the current subversion port (version 1.6.1) has the > --trust-server-cert option to avoid this, but /

Re: [50047] trunk/dports/x11/rox-filer/Portfile

2009-04-24 Thread Anders F Björklund
Jeremy Huddleston wrote: In order to use a non-system X11, the port needed the usual workaround: configure.args-append --x-include=${prefix}/include --x-lib=$ {prefix}/lib Just wasn't obvious where to add them, when using Zero Install's -- compile. It should "just work". Not with "use_con