Re: Compile/Link 101

2013-10-05 Thread Ryan Schmidt
On Oct 5, 2013, at 18:13, Craig Treleaven wrote: > At 4:06 PM -0500 10/5/13, Ryan Schmidt wrote: >> >>> My somewhat hazy recollection is that it might have started working in > 4.4. Unfortunately I don't have that version handy to check. >> >> http://trac.macports.org/ticket/36339#comment:3

Re: Compile/Link 101

2013-10-05 Thread Craig Treleaven
At 4:06 PM -0500 10/5/13, Ryan Schmidt wrote: >>> My somewhat hazy recollection is that it might have started working in 4.4. Unfortunately I don't have that version handy to check. http://trac.macports.org/ticket/36339#comment:3 says 4.4.1's clang doesn't support LIBRARY_PATH either. 4.5's

Re: Compile/Link 101

2013-10-05 Thread Ryan Schmidt
>>> My somewhat hazy recollection is that it might have started working in >>> 4.4. Unfortunately I don't have that version handy to check. http://trac.macports.org/ticket/36339#comment:3 says 4.4.1's clang doesn't support LIBRARY_PATH either. 4.5's does. So since the build system is so finicky

Re: Compile/Link 101

2013-10-05 Thread Craig Treleaven
Sorry, I'd had a few different tabs open and must have pasted the link from the wrong one. I've bent Michael's ear on this before, but Myth's build system is extremely hard for me to follow particularly due to QMake. Different platforms get different qmkspec files--which are actually a chai

Re: Compile/Link 101

2013-10-05 Thread Michael Dickens
I think Craig is referring to the comment within the Portfile for qt4-mac, about 2/5 of the way down under "Block various compilers". MacPorts' build of Qt4 requires the use of CPATH and LIBRARY_PATH, and post-configure I remove any -I${prefix}/lib entries to keep them from appearing at inappropria

Re: Compile/Link 101

2013-10-05 Thread Joshua Root
On 2013-10-6 00:53 , Craig Treleaven wrote: > At 11:03 PM -0400 10/4/13, Lawrence Velázquez wrote: >> MacPorts sets the LIBRARY_PATH environment variable in the configure >> phase, which sufficiently recent compilers take into account when >> linking. I don't know exactly when Clang started respect

Re: Compile/Link 101

2013-10-05 Thread Joshua Root
On 2013-10-6 00:53 , Craig Treleaven wrote: > BTW, I realize I could set a -L flag in LDFLAGS but Myth includes > modified versions of FFMPEG, dvdnav and a few other libraries. The > contents of LDFLAGS gets included early in the link line and therefore > will try to link against any MacPorts-inst

Re: [111903] trunk/dports/kde

2013-10-05 Thread Ryan Schmidt
On Oct 5, 2013, at 09:13, ni...@macports.org wrote: > Revision: 111903 > https://trac.macports.org/changeset/111903 > Author: ni...@macports.org > Date: 2013-10-05 07:13:57 -0700 (Sat, 05 Oct 2013) > Log Message: > --- > kdeedu ports: update to 4.11.2 > Modified: trunk/dpo

Re: Compile/Link 101

2013-10-05 Thread Craig Treleaven
At 11:03 PM -0400 10/4/13, Lawrence Velázquez wrote: On Oct 4, 2013, at 9:39 PM, Craig Treleaven wrote: I actually don't know how the test _can succeed_ with XCode 5? There is no '-L' flag to indicate that the library is under /opt/local/lib. MacPorts sets the LIBRARY_PATH environment v

Re: New wiki page describing commit rules needed or nonsense?

2013-10-05 Thread Rainer Müller
On 2013-10-04 20:00, mk-macpo...@techno.ms wrote: > I figured that a section about rules concerning properly formatted commit > messages are missing in the wiki (not to talk about the Guide), which is why > I created the following page: > > https://trac.macports.org/wiki/CommitRules > > b