Selecting a specific perl version

2010-09-11 Thread Thomas Keller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I'm going a bit mad while I'm working on #26320 (background: the port in question specifically needs Perl 5.10 or newer as some functionality fails on 5.8). I added two variants a couple of days ago, one for perl5.10 and one for perl5.12, but hav

Re: trouble building new libpano portfile

2010-09-11 Thread Rainer Müller
On 2010-09-11 22:05 , Harry van der Wolf wrote: > I tried: > > if {[variant_isset universal]} { > configure.ldflags-append ${configure.universal_ldflags} > } else { > configure.ldflags-append ${configure.ld_archflags} > } > > That doesn't work. Do I use it incorrect

Re: trouble building new libpano portfile

2010-09-11 Thread Harry van der Wolf
Thanks for your help. 2010/9/11 Rainer Müller > On 2010-09-11 17:18 , Bradley Giesbrecht wrote: > > Replace curly braces with double quotes for reinplace regex. > > > > post-configure { > > if {[variant_isset universal]} { > > foreach arch ${universal_archs} { > >reinpl

Ports waiting in the submitted queue

2010-09-11 Thread Francois Claire
Hello, I know everybody is busy but I'd like to know if someone could follow up on the ports I've submitted: #26174 - xymon client #26175 - xymon-server #26325 - asused Thanks a lot, fclaire. ___ macports-dev mailing list macports-dev@lists.macosf

Re: trouble building new libpano portfile

2010-09-11 Thread Rainer Müller
On 2010-09-11 17:18 , Bradley Giesbrecht wrote: > Replace curly braces with double quotes for reinplace regex. > > post-configure { > if {[variant_isset universal]} { > foreach arch ${universal_archs} { >reinplace -E "s|-dynamiclib|-dynamiclib -arch ${arch}|" $ > {works

Re: trouble building new libpano portfile

2010-09-11 Thread Bradley Giesbrecht
On Sep 11, 2010, at 5:31 AM, Harry van der Wolf wrote: Hi, libpano13-2.9.17 has just been released. I wanted to update the Portfile and need to patch libtool for universal builds as libpano's libtool doesn't work correctly. I did the following (among many other attempts) post-configure {

trouble building new libpano portfile

2010-09-11 Thread Harry van der Wolf
Hi, libpano13-2.9.17 has just been released. I wanted to update the Portfile and need to patch libtool for universal builds as libpano's libtool doesn't work correctly. I did the following (among many other attempts) post-configure { if {[variant_isset universal]} { foreach arch ${un

reinplace -n option

2010-09-11 Thread Ryan Schmidt
Any objections to adding sed's -n switch to reinplace? Having this available would let us solve a problem with perl ports. The proposal and patch are here: http://trac.macports.org/ticket/26406 ___ macports-dev mailing list macports-dev@lists.macosfor