Re: Quick question: how to "clear" earlier variants list?

2015-09-17 Thread Brandon Allbery
On Thu, Sep 17, 2015 at 12:40 PM, Kennedy, Smith (Wireless Architect) < smith.kenn...@hp.com> wrote: > I've been struggling with getting Wireshark 1.12.7 to build lately - there > seems to be some issue with the Lua bindings. I tried to disable the Lua > bindings in the build, but the set of

Quick question: how to "clear" earlier variants list?

2015-09-17 Thread Kennedy, Smith (Wireless Architect)
Hello, I've been struggling with getting Wireshark 1.12.7 to build lately - there seems to be some issue with the Lua bindings. I tried to disable the Lua bindings in the build, but the set of variants I had previously set seem to be "sticky", even after I do a "sudo port clean --all

Re: Xcode major version upgrades, migration?

2015-09-17 Thread Brandon Allbery
On Thu, Sep 17, 2015 at 2:13 PM, Bradley Giesbrecht wrote: > The migration guide [1] says the migration is not if you are only > upgrading Xcode. Does this hold for Xcode major version upgrades? Yes; while it may provide new compilers, the runtime part of libraries such

Re: Quick question: how to "clear" earlier variants list?

2015-09-17 Thread Kennedy, Smith (Wireless Architect)
Thanks. I understand why they are sticky, I'm just fighting with the Wireshark port and need it to build... I ended up wiping out all of /opt and reinstalling MacPorts 2.3.3 to try from scratch. And now I also just blew up my build environment by installing Xcode 7...and there is no OS X

Xcode major version upgrades, migration?

2015-09-17 Thread Bradley Giesbrecht
The migration guide [1] says the migration is not if you are only upgrading Xcode. Does this hold for Xcode major version upgrades? [1] http://trac.macports.org/wiki/Migration Regards, Bradley Giesbrecht (pixilla) ___ macports-users mailing list

Re: Quick question: how to "clear" earlier variants list?

2015-09-17 Thread Ryan Schmidt
On Sep 17, 2015, at 11:40 AM, Kennedy, Smith wrote: > I've been struggling with getting Wireshark 1.12.7 to build lately - there > seems to be some issue with the Lua bindings. I tried to disable the Lua > bindings in the build, but the set of variants I had previously set seem to > be

Using Libraries

2015-09-17 Thread Thomas Bodlien
Hello, how do I add a Library from Mac-ports like libgmp to a XCode-Project, so that it gets bundled with the App? I have added libgmp.a and libgmp.10.dylib to the Project, but the App is still looking for the dynlib in /opt/local/lib/libgmp.10.dylib Thomas Bodlien

Re: Xcode major version upgrades, migration?

2015-09-17 Thread Bradley Giesbrecht
Thank you Brandon. Regards, Bradley Giesbrecht (pixilla) > On Sep 17, 2015, at 11:22 AM, Brandon Allbery wrote: > > On Thu, Sep 17, 2015 at 2:13 PM, Bradley Giesbrecht > wrote: > The migration guide [1] says the