Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-21 Thread Vadim Zhukov
2016-12-22 1:36 GMT+03:00 Karel Gardas : > On Wed, Dec 21, 2016 at 11:24 PM, Paul Irofti wrote: >>> the port (if everything there is C++-based, tweaking CONFIGURE_ENV >> >> Teach me how :) >> >> It doesn't work with this >> >> CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-21 Thread Vadim Zhukov
2016-12-22 1:24 GMT+03:00 Paul Irofti : >> the port (if everything there is C++-based, tweaking CONFIGURE_ENV > > Teach me how :) > > It doesn't work with this > > CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ > -I${LOCALBASE}/include/ereadline" \ >

UPDATE net/nmap 7.40

2016-12-21 Thread David CARLIER
Hi, there is the update to the newest version. Cheers. Index: Makefile === RCS file: /cvs/ports/net/nmap/Makefile,v retrieving revision 1.122 diff -u -p -r1.122 Makefile --- Makefile6 Oct 2016 05:47:35 - 1.122 +++ Makef

spurious crash dialog box, fail to start

2016-12-21 Thread Ed Ahlsen-Girard
I run the version from -current (version: 5.2.2.2.0+ Build ID: 20m0(Build:2)) and for some time now, if I start LibreOffice by itself, without a file specified, I receive a Document Recovery dialog box to the effect that LibreOffice crashed and was going to try to recover documents, with no documen

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-21 Thread Karel Gardas
On Wed, Dec 21, 2016 at 11:24 PM, Paul Irofti wrote: >> the port (if everything there is C++-based, tweaking CONFIGURE_ENV > > Teach me how :) > > It doesn't work with this > > CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ > -I${LOCALBASE}/include/ereadlin

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-21 Thread Paul Irofti
> the port (if everything there is C++-based, tweaking CONFIGURE_ENV Teach me how :) It doesn't work with this CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include \ -I${LOCALBASE}/include/ereadline" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib

Re: Update: www/w3m (0.5.3+git20161120)

2016-12-21 Thread Christian Weisgerber
On 2016-12-17, Christian Weisgerber wrote: > This is a security update and complete overhaul of the www/w3m port. > It uses the Debian version as upstream, which fixes 23 (!) CVEs, > and follows the Debian package in some other respects. I have committed this. Given the extensive changes, I'm u

libestdc++ magic for libtool

2016-12-21 Thread Vadim Zhukov
Hi, all. The patch below makes libtool remove -lstdc++ when -lestdc++ exists. This is needed to fix another poppler linking issue, and likely some other ports that get both -lstdc++ and -lestdc++ linked in (which is bad by definition). A side effect of this patch could/should be some stdc++ entri

samba-4.4.8 patches for -stable

2016-12-21 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Hi, > > I committed an update to samba-4.5.2 on -current earlier today. Below > there's a diff to update to samba-4.5.3, a security update. > > o CVE-2016-2123 (Samba NDR Parsing ndr_pull_dnsp_name Heap-based Buffer >Overflow Remote Code Execution Vulnerab

build postgres on arm with ports gcc for atomics

2016-12-21 Thread Jonathan Gray
Before the change to add arm to the --disable-spinlocks list the postgres build on arm would error with: gmake[4]: Entering directory '/usr/pobj/postgresql-9.6.1/postgresql-9.6.1/src/backend/access/brin' cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -

Re: NEW: sysutils/riemann

2016-12-21 Thread Landry Breuil
On Tue, Dec 20, 2016 at 10:06:24PM +, Stuart Henderson wrote: > On 2016/12/21 00:42, Pavel Korovin wrote: > > On 12/20, Stuart Henderson wrote: > > > > > There are a couple of "/etc/riemann.config", /etc should be replaced > > > with ${SYSCONFDIR} one way or another (either via SUBST_CMD or a

Re: When trying to update port, nothing happens

2016-12-21 Thread Stuart Henderson
On 2016/12/21 10:26, Артур Истомин wrote: > I'm trying update some ports, but when I invoke "make update" nothing > happens. > > Collecting installed packages: ok > Collecting port versions: ok > Collecting port signatures|**Collecting port signatures: ok > Outdated ports: > > de

Re: When trying to update port, nothing happens

2016-12-21 Thread Marc Espie
On Wed, Dec 21, 2016 at 10:26:24AM +0500, ?? ?? wrote: > I'm trying update some ports, but when I invoke "make update" nothing > happens. > > Collecting installed packages: ok > Collecting port versions: ok > Collecting port signatures|**Collecting port signatu

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-21 Thread Vadim Zhukov
2016-12-21 13:52 GMT+03:00 Paul Irofti : >> I've added a patch to avoid picking up Qt5. > > Your change is fine, thank you! > >> But the first issue I see is enormous space eating, due to static >> libraries (?). I had to remove all port working directories to allow >> Octave to build, this didn't

Re: UPDATE: math/maxima

2016-12-21 Thread Paul Irofti
On Sun, Dec 18, 2016 at 11:20:00AM +0100, Ingo Feinerer wrote: > Update math/maxima 5.38.1 -> 5.39.0 > > Changes: > https://sourceforge.net/p/maxima/code/ci/master/tree/ChangeLog-5.39.md > > Tested on amd64. > > Now requires a recent texinfo to build -> BUILD_DEPENDS on print/texinfo. > > OK?

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-21 Thread Paul Irofti
> I've added a patch to avoid picking up Qt5. Your change is fine, thank you! > But the first issue I see is enormous space eating, due to static > libraries (?). I had to remove all port working directories to allow > Octave to build, this didn't happen with 4.0 at all. It still builds. > :-\ Y

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-21 Thread Vadim Zhukov
2016-12-21 0:24 GMT+03:00 Paul Irofti : > On Tue, Dec 20, 2016 at 11:16:45PM +0200, Paul Irofti wrote: >> > Given that math/octave uses libtool, the chances are that a libtool >> > patch being tested right now will fix the issue. Or maybe not. :) You >> > may give it a try anyway (attached). >> >>