When trying to update port, nothing happens

2016-12-20 Thread Артур Истомин
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: devel/quirks # always-update -> quirks-2.241

Re: NEW: sysutils/riemann

2016-12-20 Thread Stuart Henderson
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 simple > > sed -i). > > Fixed. One more in the rc script; fixed one attac

Re: NEW: sysutils/riemann

2016-12-20 Thread Pavel Korovin
Oops, my bad: uid 785 was just reserved for _uucp. The updated port/patch attached. Sorry for the noise. -- With best regards, Pavel Korovin riemann.tar.gz Description: application/tar-gz Index: user.list === RCS file: /cvs/ports/

Re: NEW: sysutils/riemann

2016-12-20 Thread Pavel Korovin
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 simple > sed -i). Fixed. > Similarly /var/log should be ${LOCALSTATEDIR}/log. > > PLIST should have the next free uid from

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-20 Thread 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). > > Thanks, but unfortunately it does not. > > I

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-20 Thread Paul Irofti
> 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). Thanks, but unfortunately it does not. I patched and installed libtool, anything else I should have done?

Re: NEW: sysutils/riemann

2016-12-20 Thread Stuart Henderson
On 2016/12/20 22:21, Pavel Korovin wrote: > Hi all, > > Yet another try to add sysutils/riemann port. May be this time I'll be lucky. > > Riemann is an event processor which gets events from various inputs, > aggregates/analyses/filters/processes them and sends the results to some > output. > I'

NEW: sysutils/riemann

2016-12-20 Thread Pavel Korovin
Hi all, Yet another try to add sysutils/riemann port. May be this time I'll be lucky. Riemann is an event processor which gets events from various inputs, aggregates/analyses/filters/processes them and sends the results to some output. I'm using it for more than two years for different purposes a

Re: UPDATE: multimedia/mlt

2016-12-20 Thread Rafael Sadowski
*ping* On Sun Nov 27, 2016 at 12:18:03PM +0100, Rafael Sadowski wrote: > Hi, > > after my patch for 6.0.0 here's an update for 6.4.1. Regression tests > are fine as well as the old ones: > > "Totals: 55 passed, 1 failed, 0 skipped" > > Rafael > > Index: Makefile > =

Re: UPDATE: net/gajim

2016-12-20 Thread Rafael Sadowski
On Sun Nov 27, 2016 at 04:56:51PM +0100, Dmitrij D. Czarkoff wrote: > Rafael Sadowski wrote: > > >here's an update to gajim 0.16.6. There are lot of changes between > >0.15.4 and 0.16.6 but everything looks good on amd64. > > > >Tested with my XMPP account and some gajim plugins without any > >si

Re: UPDATE - sysutils/borgbackup

2016-12-20 Thread Daniel Jakots
On Tue, 20 Dec 2016 05:37:51 +0100, Björn Ketelaars wrote: > Please find enclosed a diff for updating sysutils/borgbackup to > 1.0.9. This update fixes 2 security issues and a couple of bugs: > > https://github.com/borgbackup/borg/blob/1.0.9/docs/changes.rst#version-109-2016-12-20 > Thanks com

Re: Stop polluting whatis database via Catalyst manual

2016-12-20 Thread Ingo Schwarze
Hi Vadim, Vadim Zhukov wrote on Tue, Dec 20, 2016 at 06:45:03PM +0300: > This patch removes extra words from whatis.db, coming via somewhat > badly formatted POD files. This makes apropos output much a saner > place for me, since I don't get half of the screen filled with garbage > each time I us

Stop polluting whatis database via Catalyst manual

2016-12-20 Thread Vadim Zhukov
Hello all. This patch removes extra words from whatis.db, coming via somewhat badly formatted POD files. This makes apropos output much a saner place for me, since I don't get half of the screen filled with garbage each time I use words "app" or "FastCGI". Okay? -- WBR, Vadim Zhukov Index: M

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-20 Thread Vadim Zhukov
2016-12-20 15:01 GMT+03:00 Pascal Stumpf : > On Tue, 20 Dec 2016 12:33:47 +0200, Paul Irofti wrote: >> Hi, >> >> The new Octave version requires a modern C++ compiler and so I switched >> to gcc 4.9. All compiles and seems to be running fine until an exception >> is raised, then the program faults.

Re: gcc4.9 and _Unwind_Resume segfaults

2016-12-20 Thread Pascal Stumpf
On Tue, 20 Dec 2016 12:33:47 +0200, Paul Irofti wrote: > Hi, > > The new Octave version requires a modern C++ compiler and so I switched > to gcc 4.9. All compiles and seems to be running fine until an exception > is raised, then the program faults. > > This seems to happen on all errors, not jus

Re: [New] games/tome4 (previously t-engine)

2016-12-20 Thread Solène Rapenne
Le 2016-12-12 12:42, Frederic Cambus a écrit : On Mon, Dec 05, 2016 at 04:14:03PM +0100, Sol??ne Rapenne wrote: I'm ok for the MAINTAINER line, my Makefile is in utf-8 so it was supposed to be a "??" character. We can use "e" instead so it works in any case. Latest version in attachment Tri

gcc4.9 and _Unwind_Resume segfaults

2016-12-20 Thread Paul Irofti
Hi, The new Octave version requires a modern C++ compiler and so I switched to gcc 4.9. All compiles and seems to be running fine until an exception is raised, then the program faults. This seems to happen on all errors, not just Octave specific errors. Could this be something we are doing wrong?

Re: UPDATE: sysutils/rancid 3.6.1

2016-12-20 Thread Pavel Korovin
On 12/20, Pierre-Emmanuel André wrote: > Diff looks good. Works fine on @amd64. > Are you ok to take maintainership ? In this case, i will commit your update > and update MAINTAINER. Pierre-Emmanuel, I'm OK to take the maintainership. Please see the corrected diff attached. -- With best regards,

Re: UPDATE: sysutils/rancid 3.6.1

2016-12-20 Thread Pierre-Emmanuel André
On Tue, Dec 20, 2016 at 11:49:00AM +0300, Pavel Korovin wrote: > Hi all, > > Please see the update to sysutils/rancid attached. > > -- > With best regards, > Pavel Korovin Hi Pavel, Diff looks good. Works fine on @amd64. Are you ok to take maintainership ? In this case, i will commit your upd

UPDATE: sysutils/rancid 3.6.1

2016-12-20 Thread Pavel Korovin
Hi all, Please see the update to sysutils/rancid attached. -- With best regards, Pavel Korovin Index: Makefile === RCS file: /cvs/ports/sysutils/rancid/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile2

Re: add OpenBSD defs to llvm aarch64 target

2016-12-20 Thread Patrick Wildt
On Tue, Dec 20, 2016 at 03:11:09AM +1100, Jonathan Gray wrote: > Same change patrick made to llvm in base. > > With this aarch64-unknown-openbsd6.0 defines now include > > #define __ELF__ 1 > #define __OpenBSD__ 1 > #define __unix 1 > #define __unix__ 1 > #define unix 1 > > Index: Makefile > ===