Re: libtool warning

2017-07-22 Thread Antoine Jacoutot
On Sat, Jul 22, 2017 at 04:26:56PM +0300, Vadim Zhukov wrote: > This patch fixes some long-standing problems with our libtool, > even allowing it to link more stuff. Antoine, could you please put this > one in the bulk build instead of previous one? > > FYI, here is a list of ports that could be b

Re: Qt 5.9.1 update

2017-07-22 Thread Bryan Linton
On 2017-07-22 20:43:44, Vadim Zhukov wrote: > > BTW, I won't recommend using neither qutebrowser or otter-browser on > wild Internet: they're using QtWebkit which is a heavily outdated > component, security-wise. The proper solution would be switch them to > use QtWebEngine, but it is not ported

[update] mosh-1.3.2

2017-07-22 Thread Jeremie Courreges-Anglas
Released yesterday: https://mailman.mit.edu/pipermail/mosh-devel/2017-July/001499.html When binding to [::] you'll now get this warning: setsockopt( IPV6_V6ONLY, off ): Invalid argument I could patch it out if it annoys people. Reports welcome. Index: Makefile ==

UPDATE: xfishtank to 2.5

2017-07-22 Thread Kaashif Hymabaccus
Hello ports@, Yes, xfishtank has actually had updates recently. Someone took ownership of the project and a few people patched it a bit so it worked on more modern operating systems (hence none of the old patches are needed). According to the LICENSE file: I tracked down John Bradley , who w

Re: Qt 5.9.1 update

2017-07-22 Thread Vadim Zhukov
2017-07-22 15:09 GMT+03:00 Bryan Linton : > On 2017-07-22 14:40:48, Vadim Zhukov wrote: >> >> Yes, I see problems, too. I suspect some problems with gstreamer, >> though - do you see gst-plugin-scanner crash when starting qutebrowser >> with --debug? >> > > Unfortunatly, I don't. I ran "qutebrows

Re: Add "support" for -weak in our libtool

2017-07-22 Thread Antoine Jacoutot
On Sat, Jul 22, 2017 at 08:23:52PM +0300, Vadim Zhukov wrote: > According to documentation [1], the -weak option is meaningful for some > specific cases on AIX and cygwin. We put fake dlopen='' and dlpreopen='' > in .la files anyway, and do not have static arches anymore. Thus I > do not see any re

Add "support" for -weak in our libtool

2017-07-22 Thread Vadim Zhukov
According to documentation [1], the -weak option is meaningful for some specific cases on AIX and cygwin. We put fake dlopen='' and dlpreopen='' in .la files anyway, and do not have static arches anymore. Thus I do not see any reason to actually implement this option. But having it being recognized

UPDATE: gcal to 4.1

2017-07-22 Thread Kaashif Hymabaccus
Hello ports@, This updates gcal from 3.6.3 to 4.1. Builds and runs ok on amd64. ok? diff --git Makefile Makefile index b205c86b0ca..3986cb59439 100644 --- Makefile +++ Makefile @@ -2,8 +2,7 @@ COMMENT = calculate and print calendars -DISTNAME = gcal-3.6.3 -REVISION

Re: [UPDATE] Tor Browser 7.0.2

2017-07-22 Thread attila
attila writes: > Hi ports@, > > Attached is an update from Tor Browser 6.5.2 to the latest release, > 7.0.2. I would really appreciate some testing if anyone has the time. An alert reader pointed out in private email that my patch was missing a new file due to a forgotten cvs add. Revised pat

Re: Qt 5.9.1 update

2017-07-22 Thread Bryan Linton
On 2017-07-22 14:40:48, Vadim Zhukov wrote: > > Yes, I see problems, too. I suspect some problems with gstreamer, > though - do you see gst-plugin-scanner crash when starting qutebrowser > with --debug? > Unfortunatly, I don't. I ran "qutebrowser --debug" inside of a /usr/bin/script session an

Re: libtool warning

2017-07-22 Thread Antoine Jacoutot
On Sat, Jul 22, 2017 at 04:26:56PM +0300, Vadim Zhukov wrote: > This patch fixes some long-standing problems with our libtool, > even allowing it to link more stuff. Antoine, could you please put this > one in the bulk build instead of previous one? > > FYI, here is a list of ports that could be b

Re: libtool warning

2017-07-22 Thread Vadim Zhukov
This patch fixes some long-standing problems with our libtool, even allowing it to link more stuff. Antoine, could you please put this one in the bulk build instead of previous one? FYI, here is a list of ports that could be built without GNU libtool with this patch applied: mail/alpine net/lib

update: lang/rust 1.19.0

2017-07-22 Thread Sebastien Marie
Hi, The following diff updates rustc to 1.19.0. It does several things: - merge devel/cargo to lang/rust : they are both released in the same tarball, and this release makes cargo to be buildable without network. - so we drop devel/cargo package. I hope to have the right things in

Re: Qt 5.9.1 update

2017-07-22 Thread Vadim Zhukov
2017-07-22 8:02 GMT+03:00 Bryan Linton : > On 2017-07-21 18:33:51, Vadim Zhukov wrote: >> Yep. >> >> The issue was in QSslSocket, actually. The Qt library handles OpenSSL >> and his brothers specially, detecting features at run-time rather than >> at compile time. Thus breakage was not noticed ear