Re: Update to mythtv-core.25

2012-10-01 Thread Jeremy Huddleston Sequoia
On Oct 1, 2012, at 6:06 PM, Craig Treleaven wrote: > At 12:29 PM -0700 9/30/12, Jeremy Huddleston Sequoia wrote: >> On Sep 30, 2012, at 9:06 AM, Bradley Giesbrecht wrote: >> >> >> I want to fallback to macports-clang-3.0 on XCode 4.4 AND 4.5. Is that >> >> what is happening? >> Yes. It shou

Re: Update to mythtv-core.25

2012-10-01 Thread Craig Treleaven
At 12:29 PM -0700 9/30/12, Jeremy Huddleston Sequoia wrote: On Sep 30, 2012, at 9:06 AM, Bradley Giesbrecht wrote: I want to fallback to macports-clang-3.0 on XCode 4.4 AND 4.5. Is that what is happening? Yes. It should be. Jeremy, I believe the mythtv-core.25 port will only work (on XCo

Re: MacPorts and sandboxing

2012-10-01 Thread Jordan K. Hubbard
On Sep 27, 2012, at 1:09 PM, Clemens Lang wrote: > chroot certainly is a way to solve this problem, but I think it's too > heavyweight and slow for our needs. And, as Joshua already pointed out, it suffers from a number of flaws. chroot(8) on OS X has become essentially deprecated due to all

Re: Running Test Phase after Mpkg/Destroot

2012-10-01 Thread Joshua Root
On 2012-10-2 04:34 , Jeremy Lavergne wrote: > I installed a package (with auto-clean on), then created a pkg from it. I > then tried running test phase which error'd out because the build dir wasn't > around to run tests (e.g. `make check`). > > Are unarchive/mpkg/mdmg phases that allow the test

Running Test Phase after Mpkg/Destroot

2012-10-01 Thread Jeremy Lavergne
I installed a package (with auto-clean on), then created a pkg from it. I then tried running test phase which error'd out because the build dir wasn't around to run tests (e.g. `make check`). Are unarchive/mpkg/mdmg phases that allow the test phase? m-vm-108:pspp-devel aeetes$ cat work/.macport

Re: [MacPorts] #36398: mythtv-core.25 on G5 processing failed

2012-10-01 Thread Craig Treleaven
Hey Joann: I *think* the fix may be to change a single line in each of two files: /mythtv/libs/libmythtv/mythavformatwriter.cpp /mythtv/libs/libmythtv/NuppelVideoRecorder.cpp Change: #include "byteswap.h" To: #include "libmythbase/byteswap.h" If you are willing, I need someone to test. To d