Re: POSTFIX/SMTP SASL and TLS support

2014-04-03 Thread Ryan Schmidt
On Apr 3, 2014, at 00:51, Horst Simon wrote: It is working now, after I completely removed macports and re-installed with +tls+sasl no space between the variants For the record, spaces between variants is not a problem. ___ macports-users mailing

Re: webkit-gtk3 failed to upgrade

2014-04-03 Thread Giuseppe Di Matteo
OK. Done. #43190 Le 2 avr. 2014 à 10:22, Jeremy Huddleston Sequoia jerem...@macports.org a écrit : It looks like you're trying to install webkit-gtk +quartz, but configure is depending on gtk3 configured for X11. Please create a ticket on trac. :info:configure configure: error: Package

build failure dbus 1.8 on OS X 10.6

2014-04-03 Thread René J.V. Bertin
I was doing an upgrade after a selfupdate on my 10.6.8 system, and stumbled across a dbus build failure due to line 262 in bus/dir-watch-kqueue.c , where O_CLOEXEC is passed to open(). Indeed I cannot find this flag in my header files (except iOS headers ...) What are the options here? I'm a

Re: build failure dbus 1.8 on OS X 10.6

2014-04-03 Thread Ryan Schmidt
On Apr 3, 2014, at 16:57, René J.V. Bertin wrote: I was doing an upgrade after a selfupdate on my 10.6.8 system, and stumbled across a dbus build failure due to line 262 in bus/dir-watch-kqueue.c , where O_CLOEXEC is passed to open(). Indeed I cannot find this flag in my header files

Re: build failure dbus 1.8 on OS X 10.6

2014-04-03 Thread René J.V. Bertin
On Apr 04, 2014, at 00:33, Ryan Schmidt wrote: What are the options here? I'm a bit amazed that this flag wasn't passed in earlier dbus versions, as it's been around since Linux kernel 2.6.23 … IIRC, O_CLOEXEC was added to OS X in 10.7. Please report the problem to the developers of dbus

Re: build failure dbus 1.8 on OS X 10.6

2014-04-03 Thread Ryan Schmidt
On Apr 3, 2014, at 17:51, René J.V. Bertin rjvber...@gmail.com wrote: On Apr 04, 2014, at 00:33, Ryan Schmidt wrote: What are the options here? I'm a bit amazed that this flag wasn't passed in earlier dbus versions, as it's been around since Linux kernel 2.6.23 … IIRC, O_CLOEXEC was

Re: build failure dbus 1.8 on OS X 10.6

2014-04-03 Thread René J.V. Bertin
https://bugs.freedesktop.org/show_bug.cgi?id=77032 I checked the source for the version currently in Debian/Testing: O_CLOEXEC is not passed to open() there. Nope, as you can see: ... +startupitem used to be the default, but no longer is. What I meant and thought to understand is that

Re: build failure dbus 1.8 on OS X 10.6

2014-04-03 Thread Jeremy Lavergne
Rather than a variant, it is now a macports-wide setting. On April 3, 2014 7:08:19 PM EDT, René J.V. Bertin rjvber...@gmail.com wrote: https://bugs.freedesktop.org/show_bug.cgi?id=77032 I checked the source for the version currently in Debian/Testing: O_CLOEXEC is not passed to open() there.