Re: llvm-ar

2015-09-14 Thread Rainer Müller
On 2015-09-11 10:39, René J.V. Bertin wrote: > Does base know about llvm-ar yet, or is there a tcl code snippet I > can use to determine the correct command to reinplace llvm-ar with? > I'm guessing there must be a macro or function that returns the > appropriate -mp-3.X string as a function of

Re: llvm-ar

2015-09-14 Thread René J . V . Bertin
On Monday September 14 2015 16:40:33 Rainer Müller wrote: > The only way to get the correct llvm-ar-mp-X.Y would be to recreate what > the base code does. So I guess something like what I came up with: set CXX [file tail ${configure.cxx}] set CXX_dir [file

Re: migration instructions

2015-09-14 Thread Bradley Giesbrecht
> On Sep 14, 2015, at 1:10 PM, David Strubbe wrote: > > Hello all, > > I have just updated to Yosemite and used the migration instructions at > http://trac.macports.org/wiki/Migration > > > I want to point out two issues: > >

Re: migration instructions

2015-09-14 Thread Joshua Root
On 2015-9-15 06:10 , David Strubbe wrote: > Hello all, > > I have just updated to Yosemite and used the migration instructions > at http://trac.macports.org/wiki/Migration > > I want to point out two issues: > > 1. Running "sudo port clean all" takes a huge amount of time. Apparently > many

Re: migration instructions

2015-09-14 Thread David Strubbe
On Mon, Sep 14, 2015 at 8:04 PM, Joshua Root wrote: > > > 2. The list of ports generated in myports.txt and requested.txt will > > include ports that are deactivated, including one line for each version > > of a port, whether active or not. One line total regardless of number

Re: migration instructions

2015-09-14 Thread Ryan Schmidt
On Sep 14, 2015, at 19:04, Joshua Root wrote: > > I've never liked this step much, especially since by definition you > should only be building installed ports during migration. But it is > theoretically possible that someone has a half-finished build for a port > they don't have installed but is

migration instructions

2015-09-14 Thread David Strubbe
Hello all, I have just updated to Yosemite and used the migration instructions at http://trac.macports.org/wiki/Migration I want to point out two issues: 1. Running "sudo port clean all" takes a huge amount of time. Apparently many hours for me; I didn't have the patience to let it finish.