Re: [108866] trunk/dports/net/samba3/Portfile

2013-08-05 Thread Joshua Root
On 2013-8-5 13:59 , Jeremy Huddleston Sequoia wrote: On Aug 4, 2013, at 14:57, Ryan Schmidt ryandes...@macports.org wrote: On Aug 4, 2013, at 13:49, Ryan Schmidt wrote: On Aug 4, 2013, at 12:02, Jeremy Huddleston Sequoia wrote: dylib ids are all messed up in samba3 after this update.

Re: Subversion 1.7 and 1.8

2013-08-05 Thread Joshua Root
On 2013-8-5 01:53 , Adam Mercer wrote: On Sat, Aug 3, 2013 at 6:53 PM, Ryan Schmidt ryandes...@macports.org wrote: It needn't be. If Subversion 1.7 doesn't have the problem, you can downgrade back to that. https://trac.macports.org/wiki/howto/InstallingOlderPort I just find doing that a

Re: [108866] trunk/dports/net/samba3/Portfile

2013-08-05 Thread Ryan Schmidt
On Aug 5, 2013, at 03:03, Joshua Root wrote: On 2013-8-5 13:59 , Jeremy Huddleston Sequoia wrote: On Aug 4, 2013, at 14:57, Ryan Schmidt wrote: On Aug 4, 2013, at 13:49, Ryan Schmidt wrote: On Aug 4, 2013, at 12:02, Jeremy Huddleston Sequoia wrote: dylib ids are all messed up in

Re: Subversion 1.7 and 1.8

2013-08-05 Thread Jim Jagielski
Look for posts regarding how svn 1.8 has dropped neon and the phrase 'svn_delta already in use' You'll find posts from the svn team saying that its a git problem and the git team saying svn has changed the API, etc... On Sun, Aug 4, 2013 at 10:36 PM, Lawrence Velázquez lar...@macports.orgwrote:

Re: [Macports] QT5 For Mac port

2013-08-05 Thread Michael Dickens
Hi Conrad - Qt maintains a blog at [1]http://blog.qt.digia.com , and has GIT repositories for a bunch of different parts of Qt at [2]https://codereview.qt-project.org/ . I watch the 4.8 branch at [3]https://codereview.qt-project.org/p/qt/qt for important Qt changes for OSX; I do not watch or

update to libxc

2013-08-05 Thread David Strubbe
Hi committers, I submitted a ticket about a month ago regarding updating libxc to 2.0.2 ( https://trac.macports.org/ticket/39697). There hasn't been any response. Can someone take a look and commit the patch? Thanks, David ___ macports-dev mailing list

Re: update to libxc

2013-08-05 Thread Ryan Schmidt
On Aug 5, 2013, at 13:49, David Strubbe wrote: I submitted a ticket about a month ago regarding updating libxc to 2.0.2 (https://trac.macports.org/ticket/39697). There hasn't been any response. Can someone take a look and commit the patch? Done; thanks.

Re: [108909] trunk/dports/audio

2013-08-05 Thread David Evans
On 8/4/13 2:00 PM, Jeremy Huddleston Sequoia wrote: On Aug 4, 2013, at 10:53, dev...@macports.org wrote: +configure.compiler macports-gcc-4.7 Why? Can you please add comments including radars and or llvm.org bug reports for why clang won't work? Thanks, Jeremy As you have indicated in

Re: Request for comments: mpi and using multiple compilers

2013-08-05 Thread Sean Farley
ebori...@macports.org writes: On Thu, Jul 25, 2013 at 9:31 PM, Sean Farley s...@macports.org wrote: ebori...@macports.org writes: Again, I haven't scoured the whole thread, but would making sub-ports rather than variants for the different compilers help? The dependent's +gcc44+mpich could

compiler.blacklist ignored on snow leopard

2013-08-05 Thread Mark Moll
In the ompl port I noticed that *gcc-4.2 and older don’t compile certain Boost Graph library constructs used by OMPL. I tried to fix this by adding this line to the Portfile: compiler.blacklist llvm-gcc-4.2 apple-gcc-4.2 apple-gcc-4.0 gcc-4.2 gcc-4.0 gcc-3.3 But if you look at the

Re: compiler.blacklist ignored on snow leopard

2013-08-05 Thread Ryan Schmidt
On Aug 5, 2013, at 18:50, Mark Moll wrote: In the ompl port I noticed that *gcc-4.2 and older don’t compile certain Boost Graph library constructs used by OMPL. I tried to fix this by adding this line to the Portfile: compiler.blacklist llvm-gcc-4.2 apple-gcc-4.2 apple-gcc-4.0