Re: [72457] trunk/dports/devel/ld64/Portfile

2010-10-16 Thread Ryan Schmidt
On Oct 16, 2010, at 04:53, mfe...@macports.org wrote: Revision: 72457 http://trac.macports.org/changeset/72457 Author: mfe...@macports.org Date: 2010-10-16 02:52:57 -0700 (Sat, 16 Oct 2010) Log Message: --- move llvm-config to pre-configure +pre-configure { +

Re: [72457] trunk/dports/devel/ld64/Portfile

2010-10-16 Thread Rainer Müller
On 2010-10-16 14:50 , Ryan Schmidt wrote: On Oct 16, 2010, at 04:53, mfe...@macports.org wrote: Revision: 72457 http://trac.macports.org/changeset/72457 Author: mfe...@macports.org Date: 2010-10-16 02:52:57 -0700 (Sat, 16 Oct 2010) Log Message: --- move llvm-config

Re: [72457] trunk/dports/devel/ld64/Portfile

2010-10-16 Thread Mike Alexander
--On October 16, 2010 7:50:43 AM -0500 Ryan Schmidt ryandes...@macports.org wrote: On Oct 16, 2010, at 04:53, mfe...@macports.org wrote: Revision: 72457 http://trac.macports.org/changeset/72457 Author: mfe...@macports.org Date: 2010-10-16 02:52:57 -0700 (Sat, 16 Oct 2010) Log

Re: [72457] trunk/dports/devel/ld64/Portfile

2010-10-16 Thread Rainer Müller
On 2010-10-16 19:10 , Mike Alexander wrote: There's another problem with this. Since this executes ${prefix}/bin/llvm-config every time the port file is parsed it fails if whatever provides that (maybe llvm?) is not installed. This means that portindex fails with this patch if you don't

Re: [72457] trunk/dports/devel/ld64/Portfile

2010-10-16 Thread Mike Alexander
--On October 16, 2010 8:22:26 PM +0200 Rainer Müller rai...@macports.org wrote: On 2010-10-16 19:10 , Mike Alexander wrote: There's another problem with this. Since this executes ${prefix}/bin/llvm-config every time the port file is parsed it fails if whatever provides that (maybe llvm?) is