Re: DESTDIR not supported

2012-03-30 Thread Joshua Root
On 2012-3-31 09:54 , Ryan Schmidt wrote: > > On Mar 30, 2012, at 15:45, Craig Treleaven wrote: > >> Well, it's been an interesting exercise getting this far and now I find out >> that MythTV doesn't support DESTDIR. Is there a standard approach to >> handling this problem? (Myth's configure i

Re: [91344] trunk/dports/graphics/freeimage/Portfile

2012-03-30 Thread Ryan Schmidt
On Mar 30, 2012, at 07:56, c...@macports.org wrote: > Revision: 91344 > https://trac.macports.org/changeset/91344 > Author: c...@macports.org > Date: 2012-03-30 05:56:34 -0700 (Fri, 30 Mar 2012) > Log Message: > --- > freeimage: Install freeimageplus (nomaintainer) With th

Re: [91377] trunk/dports/x11/xorg-xcb-util/Portfile

2012-03-30 Thread Jeremy Huddleston
On Mar 30, 2012, at 7:06 PM, Ryan Schmidt wrote: >> +if {${configure.compiler} == "gcc-4.0"} { >> +configure.compiler gcc-4.2 >> +} > > This will (still?) be broken on Tiger, of course, since Tiger has no gcc-4.2. Yes, it will still be broken there. It's on my list of things to look at wh

Re: [91377] trunk/dports/x11/xorg-xcb-util/Portfile

2012-03-30 Thread Ryan Schmidt
On Mar 30, 2012, at 20:20, jerem...@macports.org wrote: > Revision: 91377 > https://trac.macports.org/changeset/91377 > Author: jerem...@macports.org > Date: 2012-03-30 18:20:18 -0700 (Fri, 30 Mar 2012) > Log Message: > --- > xorg-xcb-util: Fix build failure on Leopard > >

Re: DESTDIR not supported

2012-03-30 Thread Craig Treleaven
At 5:54 PM -0500 3/30/12, Ryan Schmidt wrote: On Mar 30, 2012, at 15:45, Craig Treleaven wrote: Well, it's been an interesting exercise getting this far and now I find out that MythTV doesn't support DESTDIR. Is there a standard approach to handling this problem? (Myth's configure is >5,000

Re: [91355] trunk/dports/devel/libiodbc/Portfile

2012-03-30 Thread Jeremy Lavergne
>>> Does it need to fetch from git, or could it use the tarball? >> >> I didn't notice how to convince it to use the tarball. I'll revisit as that >> should be entirely doable. > > Simply remove the "fetch.type git" line, and add the "checksums" lines. Ah, perfect. Thanks >>> I get this error

Re: [91355] trunk/dports/devel/libiodbc/Portfile

2012-03-30 Thread Ryan Schmidt
On Mar 30, 2012, at 17:55, Jeremy Lavergne wrote: >> Does it need to fetch from git, or could it use the tarball? > > I didn't notice how to convince it to use the tarball. I'll revisit as that > should be entirely doable. Simply remove the "fetch.type git" line, and add the "checksums" lines.

Re: [91355] trunk/dports/devel/libiodbc/Portfile

2012-03-30 Thread Jeremy Lavergne
> Does it need to fetch from git, or could it use the tarball? I didn't notice how to convince it to use the tarball. I'll revisit as that should be entirely doable. > I get this error either way: > > ../../iodbcinst/unicode.h:116: error: expected declaration specifiers or > '...' before 'u_sh

Re: DESTDIR not supported

2012-03-30 Thread Ryan Schmidt
On Mar 30, 2012, at 15:45, Craig Treleaven wrote: > Well, it's been an interesting exercise getting this far and now I find out > that MythTV doesn't support DESTDIR. Is there a standard approach to > handling this problem? (Myth's configure is >5,000 lines; I'm concerned > about trying to p

Re: [91355] trunk/dports/devel/libiodbc/Portfile

2012-03-30 Thread Ryan Schmidt
On Mar 30, 2012, at 14:02, s...@macports.org wrote: > Revision: 91355 > https://trac.macports.org/changeset/91355 > Author: s...@macports.org > Date: 2012-03-30 12:02:51 -0700 (Fri, 30 Mar 2012) > Log Message: > --- > libiodbc: update to 3.52.8, bootstrap for universal-capa

Re: DESTDIR not supported

2012-03-30 Thread Jeremy Lavergne
> Well, it's been an interesting exercise getting this far and now I find out > that MythTV doesn't support DESTDIR. Is there a standard approach to > handling this problem? (Myth's configure is >5,000 lines; I'm concerned > about trying to path it.) You can manually destroot things via the `

DESTDIR not supported

2012-03-30 Thread Craig Treleaven
Hi: Well, it's been an interesting exercise getting this far and now I find out that MythTV doesn't support DESTDIR. Is there a standard approach to handling this problem? (Myth's configure is >5,000 lines; I'm concerned about trying to path it.) Craig

Re: [90977] trunk/dports/devel/libzookeeper/Portfile

2012-03-30 Thread Hiroshi Umemoto
On Mar 30, 2012, at 9:41 AM, Jeremy Huddleston wrote: > Please make an effort to actually address build failures rather than just > falling back on older compilers. At minimum, please explain why you are > falling back in a comment or in the change log. > > Here's a better fix: Thanks for the