Re: qt5-qtwebkit on < 10.9 (without libc++ being default)

2016-01-11 Thread Marcus Calhoun-Lopez
It was not so much intentional breakage as a reflection of what was happening anyway. By default, qmake (the build system of qtwebkit) ignores the MacPorts build environment. Some care must be taken to mimic what MacPorts expects. Prior to the recent changes, you were probably building qtwebkit

qt5-qtwebkit on < 10.9 (without libc++ being default)

2016-01-11 Thread Mojca Miklavec
Hi, I have the following port installed: qt5-qtwebkit @5.5.1_2 (active) But after http://trac.macports.org/changeset/144467/trunk/dports/aqua/qt5 it no longer compiles: Error: qt5-qtwebkit does not support your selected MacPorts C++ runtime. libc++ must be selected and C++-based

Re: [144513] trunk/dports/perl/p5-crypt-gcrypt/Portfile

2016-01-11 Thread David Evans
On 1/10/16 4:56 PM, s...@macports.org wrote: > Revision > 144513 > Author > s...@macports.org > Date > 2016-01-10 16:56:20 -0800 (Sun, 10 Jan 2016) > > > Log Message > > p5-crypt-gcrypt: remove older perl support > > >

pkg-config v. -I/opt/local/include

2016-01-11 Thread Craig Treleaven
Hi: I’m having buiild failures due to includes pointing to old/other headers installed in /opt/local/include. As I understand it, 'pig-config —cflags’ returns an empty string when a header is installed in /usr/include. The port I’m working on, MythTV 0.28-pre, uses pkg-config to check for

Re: pkg-config v. -I/opt/local/include

2016-01-11 Thread Craig Treleaven
> On Jan 11, 2016, at 10:03 AM, Craig Treleaven wrote: > I’m having buiild failures due to includes pointing to old/other headers > installed in /opt/local/include. > > As I understand it, 'pig-config —cflags’ returns an empty string when a > header is installed in