Re: FreeBSD 11.1-STABLE #0 r331865: mariadb102-server-10.2.14 compilation fails

2018-04-03 Thread Dimitry Andric
On 3 Apr 2018, at 21:27, Michael Grimm wrote: > > Dimitry Andric wrote: >>> On 3 Apr 2018, at 19:34, Michael Grimm wrote: > >>> With "USE_CXXSTD=gnu++98" added into that port's Makefile poudriere has >>> been able to compile that

Re: FreeBSD 11.1-STABLE #0 r331865: geomWatch compilation fails

2018-04-03 Thread Dimitry Andric
On 3 Apr 2018, at 21:23, Michael Grimm wrote: > > Dimitry Andric wrote: >> On 3 Apr 2018, at 19:34, Michael Grimm wrote: > >>> Well, this time, after adding "USE_CXXSTD=gnu++98" into that port's >>> Makefile, poudriere has not been

Re: FreeBSD 11.1-STABLE #0 r331865: mariadb102-server-10.2.14 compilation fails

2018-04-03 Thread Michael Grimm
Dimitry Andric wrote: >> On 3 Apr 2018, at 19:34, Michael Grimm wrote: >> With "USE_CXXSTD=gnu++98" added into that port's Makefile poudriere has been >> able to compile that port. Thank you. > > Alternatively, please try the patch in

Re: FreeBSD 11.1-STABLE #0 r331865: geomWatch compilation fails

2018-04-03 Thread Michael Grimm
Dimitry Andric wrote: > On 3 Apr 2018, at 19:34, Michael Grimm wrote: >> Well, this time, after adding "USE_CXXSTD=gnu++98" into that port's >> Makefile, poudriere has not been able to compile that port. Sadly. But thank >> you anyway. > > Please try

Re: FreeBSD 11.1-STABLE #0 r331865: mariadb102-server-10.2.14 compilation fails

2018-04-03 Thread Dimitry Andric
> On 3 Apr 2018, at 19:34, Michael Grimm wrote: > > Dimitry Andric wrote: >> On 2 Apr 2018, at 21:40, Michael Grimm wrote: > >>> since the recent upgrade of llvm et al in STABLE-11.1 >>> mariadb102-server-10.2.14 fails to compile

Re: FreeBSD 11.1-STABLE #0 r331865: geomWatch compilation fails

2018-04-03 Thread Dimitry Andric
On 3 Apr 2018, at 19:34, Michael Grimm wrote: > > Dimitry Andric wrote: >> On 2 Apr 2018, at 21:33, Michael Grimm wrote: >>> since the recent upgrade of llvm et al in STABLE-11.1 geomWatch fails to >>> compile (poudriere): >>> >>>

Re: FreeBSD 11.1-STABLE #0 r331865: mariadb102-server-10.2.14 compilation fails

2018-04-03 Thread Michael Grimm
Dimitry Andric wrote: > On 2 Apr 2018, at 21:40, Michael Grimm wrote: >> since the recent upgrade of llvm et al in STABLE-11.1 >> mariadb102-server-10.2.14 fails to compile (poudriere): >> >> --- storage/connect/CMakeFiles/connect.dir/all --- >> ---

Re: FreeBSD 11.1-STABLE #0 r331865: geomWatch compilation fails

2018-04-03 Thread Michael Grimm
Dimitry Andric wrote: > On 2 Apr 2018, at 21:33, Michael Grimm wrote: >> since the recent upgrade of llvm et al in STABLE-11.1 geomWatch fails to >> compile (poudriere): >> >> In file included from geomWatch.cpp:41: >> In file included from

Re: unreliable pkg upgrade of pecl / pear packages after flavors

2018-04-03 Thread Miroslav Lachman
Mathieu Arnold wrote on 2018/04/03 17:34: On Tue, Apr 03, 2018 at 05:07:22AM -0700, David Wolfskill wrote: On Tue, Apr 03, 2018 at 01:59:50PM +0200, Mathieu Arnold wrote: On Mon, Apr 02, 2018 at 10:14:06PM +0200, Miroslav Lachman wrote: UPDATING entry says it should be upgraded automatically

Re: unreliable pkg upgrade of pecl / pear packages after flavors

2018-04-03 Thread Mateusz Piotrowski
On Tue, 3 Apr 2018 17:34:25 +0200 Mathieu Arnold wrote: >On Tue, Apr 03, 2018 at 05:07:22AM -0700, David Wolfskill wrote: >> How would someone performing only binary package updates know to >> look at ports/UPDATING, and how would that be done? Such an >> installation may well

Re: flavors and rc scripts

2018-04-03 Thread Mathieu Arnold
On Tue, Apr 03, 2018 at 03:01:45PM +0200, Gerhard Schmidt wrote: > Am 03.04.2018 um 13:57 schrieb Mathieu Arnold: > > On Tue, Apr 03, 2018 at 09:26:51AM +0200, Gerhard Schmidt wrote: > >> Hi, > >> > >> I'm trying to build a python package that uses flavors to allow parallel > >> installation for

Re: unreliable pkg upgrade of pecl / pear packages after flavors

2018-04-03 Thread Mathieu Arnold
On Tue, Apr 03, 2018 at 05:07:22AM -0700, David Wolfskill wrote: > On Tue, Apr 03, 2018 at 01:59:50PM +0200, Mathieu Arnold wrote: > > On Mon, Apr 02, 2018 at 10:14:06PM +0200, Miroslav Lachman wrote: > > > UPDATING entry says it should be upgraded automatically but it was not. > > > > > >

Re: Logitechmediaserver fails to build

2018-04-03 Thread Eric Masson
Walter Schwarzenfeld writes: Hi Walter, Thanks for your detailed explanations. > So I think it is better, you make a PR. Done : https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227256 Regards Éric Masson -- > C'est malheureux de constater k'apres kelkes

Re: flavors and rc scripts

2018-04-03 Thread Gerhard Schmidt
Am 03.04.2018 um 13:57 schrieb Mathieu Arnold: > On Tue, Apr 03, 2018 at 09:26:51AM +0200, Gerhard Schmidt wrote: >> Hi, >> >> I'm trying to build a python package that uses flavors to allow parallel >> installation for different python versions. >> >> So far building an installing works fine till

database/bbdb issue

2018-04-03 Thread Eric Masson
Hi, It seems to me that since emacs has been flavoured, database\bbdb builds fine but can't be used as stated in 3.x series documentation. Using the following initialization code : ~/.emacs.d/init.el ;; BBDB setup (require 'bbdb) (bbdb-initialize 'gnus 'message) (bbdb-mua-auto-update-init 'gnus

Re: Logitechmediaserver fails to build

2018-04-03 Thread Walter Schwarzenfeld
forgot I included  from the first part of the extrapatch @@ -92,7 +92,7 @@ exit  fi -for i in gcc cpp rsync make rsync ; do +for i in cc cpp rsync make rsync ; do which $i > /dev/null if [ $? -ne 0 ] ; then echo "$i not found - please install it" in my buildme.sh-patch.

Re: Logitechmediaserver fails to build

2018-04-03 Thread Walter Schwarzenfeld
It is a little more complicated as I thought in the first moment: You also need add to your patch: @@ -520,7 +537,7 @@ function build { ;; Class::XSAccessor) -    if [ "$PERL_516" -o "$PERL_518" -o "$PERL_520" -o "$PERL_522" -o "$PERL_524" ]; then +    if

Re: unreliable pkg upgrade of pecl / pear packages after flavors

2018-04-03 Thread David Wolfskill
On Tue, Apr 03, 2018 at 01:59:50PM +0200, Mathieu Arnold wrote: > On Mon, Apr 02, 2018 at 10:14:06PM +0200, Miroslav Lachman wrote: > > UPDATING entry says it should be upgraded automatically but it was not. > > > > "People using Poudriere 3.2+ and binary packages do not have to do > > anything."

Re: unreliable pkg upgrade of pecl / pear packages after flavors

2018-04-03 Thread Mathieu Arnold
On Mon, Apr 02, 2018 at 10:14:06PM +0200, Miroslav Lachman wrote: > UPDATING entry says it should be upgraded automatically but it was not. > > "People using Poudriere 3.2+ and binary packages do not have to do > anything." M, well, this sentence is partly right, and partly wrong. If you

Re: flavors and rc scripts

2018-04-03 Thread Mathieu Arnold
On Tue, Apr 03, 2018 at 09:26:51AM +0200, Gerhard Schmidt wrote: > Hi, > > I'm trying to build a python package that uses flavors to allow parallel > installation for different python versions. > > So far building an installing works fine till the start script comes in > the picture. > > The

Re: flavors and rc scripts

2018-04-03 Thread Gerhard Schmidt
Am 03.04.2018 um 11:02 schrieb Kubilay Kocak: > On 3/04/2018 5:26 pm, Gerhard Schmidt wrote: >> Hi, >> >> I'm trying to build a python package that uses flavors to allow parallel >> installation for different python versions. >> >> So far building an installing works fine till the start script

Re: flavors and rc scripts

2018-04-03 Thread Kubilay Kocak
On 3/04/2018 5:26 pm, Gerhard Schmidt wrote: > Hi, > > I'm trying to build a python package that uses flavors to allow parallel > installation for different python versions. > > So far building an installing works fine till the start script comes in > the picture. > > The port should install a

Committer needed: Update www/mod_security3 port

2018-04-03 Thread Marius Halden
Hi, I have updated the port for mod_security 3 and need some help getting it committed. The patch can be found in the following bug report: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227245 Thanks. -- Marius Halden ___

Re: Logitechmediaserver fails to build

2018-04-03 Thread Eric Masson
Walter Schwarzenfeld writes: Hi, > work/slimserver-vendor-1463b00/CPAN/buildme.sh misses perl5.26 entry. I've changed this file by adding perl5.26 entry (see attached diff), LMS still doesn't build correctly : (errors on

Committer needed

2018-04-03 Thread Andreas Andersson
Can anyone take a look at the following: New port (written in c) net-mgmt/carbon-c-relay https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227120 Updated port: net-mgmt/carbon-relay-ng https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227208 Thank you!

flavors and rc scripts

2018-04-03 Thread Gerhard Schmidt
Hi, I'm trying to build a python package that uses flavors to allow parallel installation for different python versions. So far building an installing works fine till the start script comes in the picture. The port should install a start script for each of the flavors installed, but USE_RC_SUBR