Re: nagios-plugins 2.1.1 segmentation fault

2015-09-11 Thread Mathieu Arnold
+--On 10 septembre 2015 17:26:46 +0200 Albert Shih wrote: | Hi, | | I find a bug about nagios-plugins-2.1.1 I don't known if it's the | freebsd-ports version or it's about the plugins himself. Anyway if you do | a | | check_http host | | where the host didn't answer but can be reach (apache

Looking for a commiter: Bug in Mk/Uses/pgsql.mk ?

2015-09-11 Thread Axel Rau
Hi all, I have USES= pgsql:9.0+ in my port www/calendarserver . This works for me with DEFAULT_VERSIONS= pgsql=9.4 in /etc/make.conf, but users of the port report various dependency errors like - - - py27-calendarserver-5.1_3 cannot install: the port wants postgresql-clien

Anyone got RethinkDB working in FreeBSD?

2015-09-11 Thread Peter
Hello! http://www.rethinkdb.com/ I tried compiling it in FreeBSD 9.3, and managed to get past configure and the start of gmake, but then got a lot of these: ./src/errors.hpp:103:9: error: 'BREAKPOINT' was not declared in this scope BREAKPOINT;

rc script problem - pidfile not being recognised

2015-09-11 Thread Kevin Golding
I've been trying to work on a new port and it's my first that uses an rc script so I've been expecting a few bumps, but there's one thing I can't seem to fix and it's a blocker. I can't stop the daemon! It dopes create a pidfile so I have the following line in my script: pidfile="/var/run/${nam

Re: rc script problem - pidfile not being recognised

2015-09-11 Thread Kevin Golding
- Original Message - > From: "Michelle Sullivan" > To: "Kevin Golding" > Cc: freebsd-ports@freebsd.org > Sent: Friday, 11 September, 2015 3:58:58 PM > Subject: Re: rc script problem - pidfile not being recognised > > Kevin Golding wrote: > > It dopes create a pidfile so I have the foll

Re: rc script problem - pidfile not being recognised

2015-09-11 Thread Chris H
On Fri, 11 Sep 2015 15:42:18 +0100 (BST) Kevin Golding wrote > I've been trying to work on a new port and it's my first that uses an rc > script so I've been expecting a few bumps, but there's one thing I can't seem > to fix and it's a blocker. I can't stop the daemon! > > It dopes create a pidf

Re: rc script problem - pidfile not being recognised

2015-09-11 Thread RW via freebsd-ports
On Fri, 11 Sep 2015 15:42:18 +0100 (BST) Kevin Golding wrote: > I've been trying to work on a new port and it's my first that uses an > rc script so I've been expecting a few bumps, but there's one thing I > can't seem to fix and it's a blocker. I can't stop the daemon! > > It dopes create a pidf

Re: Anyone got RethinkDB working in FreeBSD?

2015-09-11 Thread Kurt Jaeger
Hi! > http://www.rethinkdb.com/ > > I tried compiling it in FreeBSD 9.3, and managed > to get past configure and the start of gmake, but > then got a lot of these: Here's a shar file, which overcomes the BREAKPOINT stuff and quite a bit more, but still needs more patching. So it's still a work i

Re: rc script problem - pidfile not being recognised

2015-09-11 Thread Kevin Golding
- Original Message - > From: "RW via freebsd-ports" > Sent: Friday, 11 September, 2015 4:18:50 PM > > On Fri, 11 Sep 2015 15:42:18 +0100 (BST) > Kevin Golding wrote: > > > I've been trying to work on a new port and it's my first that uses > > an > > rc script so I've been expecting a few

Re: rc script problem - pidfile not being recognised

2015-09-11 Thread Michelle Sullivan
Kevin Golding wrote: > I've been trying to work on a new port and it's my first that uses an rc > script so I've been expecting a few bumps, but there's one thing I can't seem > to fix and it's a blocker. I can't stop the daemon! > > It dopes create a pidfile so I have the following line in my sc

Re: nagios-plugins 2.1.1 segmentation fault

2015-09-11 Thread Michael Butler
On 09/11/15 03:18, Mathieu Arnold wrote: > > > +--On 10 septembre 2015 17:26:46 +0200 Albert Shih > wrote: > | Hi, > | > | I find a bug about nagios-plugins-2.1.1 I don't known if it's the > | freebsd-ports version or it's about the plugins himself. Anyway if you do > | a > | > | check_http

Re: rc script problem - pidfile not being recognised

2015-09-11 Thread RW via freebsd-ports
On Fri, 11 Sep 2015 16:55:58 +0100 (BST) Kevin Golding wrote: > - Original Message - > > From: "RW via freebsd-ports" > > Sent: Friday, 11 September, 2015 4:18:50 PM > > > > did you set the command_interpreter variable, probably you need > > > > command_interpreter=/usr/local/bin/pytho

Re: Anyone got RethinkDB working in FreeBSD?

2015-09-11 Thread Peter
On Fri, Sep 11, 2015 at 05:21:18PM +0200, Kurt Jaeger wrote: > Hi! > > > http://www.rethinkdb.com/ > > > > I tried compiling it in FreeBSD 9.3, and managed > > to get past configure and the start of gmake, but > > then got a lot of these: > > Here's a shar file, which overcomes the BREAKPOINT st

Re: [HEADSUP] portmaster/portupgrade support for new features

2015-09-11 Thread Bryan Drewery
On 6/29/2015 2:22 AM, Baptiste Daroussin wrote: > hi all, > > A couple of new features are coming to the ports tree. The first of which has > landed in the ports tree and should not be used before a while, still before > we > start using it, it would be a very good idea to bring support for it to

Re: rc script problem - pidfile not being recognised

2015-09-11 Thread Roger Marquis
RW via freebsd-ports wrote: It needs both. It won't use just the pid file because the pid might have been reassigned to another process if the original daemon died without deleting its pid file. Why would this rc script *require* a command_interpreter variable to use the pidfile variable? I'm

Re: rc script problem - pidfile not being recognised

2015-09-11 Thread RW via freebsd-ports
On Fri, 11 Sep 2015 09:46:31 -0700 (PDT) Roger Marquis wrote: > RW via freebsd-ports wrote: > > It needs both. It won't use just the pid file because the pid > > might have been reassigned to another process if the original daemon > > died without deleting its pid file. > > Why would this rc scri

Re: Anyone got RethinkDB working in FreeBSD?

2015-09-11 Thread Kurt Jaeger
Hi! > I tried your file, but didn't get very far unfortunately. > > I had to do these two changes to your Makefile to get past > the configure step: > > Add CXX=c++48 I suggest you go straight to clang, I'm not sure if USES= compiler:c++11-lib would do the trick, but I'll try as soon as I g

Re: Anyone got RethinkDB working in FreeBSD?

2015-09-11 Thread Kurt Jaeger
Hi! Right now, I'm in the part where it tries to link the build/external/v8_3.30.33.16/build/out stuff and fails because the clang loader does not handle liba files 8-( -- p...@opsec.eu+49 171 3101372 5 years to go ! ___

Re: nagios-plugins 2.1.1 segmentation fault

2015-09-11 Thread Albert Shih
Le 11/09/2015 à 12:20:04-0400, Michael Butler a écrit > On 09/11/15 03:18, Mathieu Arnold wrote: > > > > > > +--On 10 septembre 2015 17:26:46 +0200 Albert Shih > > wrote: > > | Hi, > > | > > | I find a bug about nagios-plugins-2.1.1 I don't known if it's the > > | freebsd-ports version or it's ab

Re: rc script problem - pidfile not being recognised

2015-09-11 Thread Michelle Sullivan
Roger Marquis wrote: > RW via freebsd-ports wrote: >> It needs both. It won't use just the pid file because the pid >> might have been reassigned to another process if the original daemon >> died without deleting its pid file. > > Why would this rc script *require* a command_interpreter variable to