Re: [PATCH] lang/python27 -- Fix namespace collision

2017-06-19 Thread Steve Kargl
On Tue, Jun 20, 2017 at 01:06:28PM +1000, Kubilay Kocak wrote: > On 6/19/17 4:31 AM, Steve Kargl wrote: > > On Sun, Jun 18, 2017 at 11:29:05AM -0700, Steve Kargl wrote: > >> Both IEEE-754 2008 and ISO/IEC TS 18661-4 define the half-cycle > >> trignometric functions cospi, sinpi, and tanpi. When

Re: [PATCH] lang/python27 -- Fix namespace collision

2017-06-19 Thread Kubilay Kocak
On 6/19/17 4:31 AM, Steve Kargl wrote: > On Sun, Jun 18, 2017 at 11:29:05AM -0700, Steve Kargl wrote: >> Both IEEE-754 2008 and ISO/IEC TS 18661-4 define the half-cycle >> trignometric functions cospi, sinpi, and tanpi. When libm (aka >> math.h) grows support for sinpi(x), lang/python27 has a

Re: Keeping -CURRENT up to date with Poudriere

2017-06-19 Thread Jov
I use -m url=SOMEURL to setup 12-CURRENT jail,like this: poudriere jail -c -j 12current-20170619 -m url= ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/12.0-CURRENT -v 12-CURRENTCURRENT When update, I just delete the old jail and setup another new one. Regards, Jov 2017-06-20 5:24 GMT+08:00

Re: pkg convert?

2017-06-19 Thread Thomas Mueller
> On 19/06/2017 01:04, Thomas Mueller wrote: > > Looking through the man page for pkg, I see there is still an entry for > > convert ("pkg help convert" or "man pkg-convert"). > DESCRIPTION > > pkg convert is used to convert from/to pkg(8) local database to legacy > > pkg_install tools

Re: Keeping -CURRENT up to date with Poudriere

2017-06-19 Thread Matt Smith
On Jun 19 23:14, Jaap Akkerhuis wrote: On Jun 19, 2017, at 20:24, Ben Lavery-Griffiths wrote: Thanks very much, I’ll look into doing similar. What I do is to have STABLE and CURRENT jails using the svn method. Then "poudriere jail -u" takes care of the update.

Re: Keeping -CURRENT up to date with Poudriere

2017-06-19 Thread Jaap Akkerhuis
> On Jun 19, 2017, at 20:24, Ben Lavery-Griffiths > wrote: > > Thanks very much, > > I’ll look into doing similar. What I do is to have STABLE and CURRENT jails using the svn method. Then "poudriere jail -u" takes care of the update. jaap signature.asc

Apache 2.4.26

2017-06-19 Thread The Doctor
Anyone noticing problems with Apache 2.4.26 when trying to replace Apache 2.4.25 ? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! https://www.empire.kred/ROOTNK?t=94a1f39b Look

Re: Questions about order of adding application to freebsd ports.

2017-06-19 Thread Kurt Jaeger
Hi! > Thank you too, Kurt, I will follow your instructions as you go along. I've committed the two patches you submitted. I also added them to the CPAN ticket system attached to the upstream perl modules, so that the CPAN module maintainer can add them. -- p...@opsec.eu+49 171

Re: Keeping -CURRENT up to date with Poudriere

2017-06-19 Thread Ben Lavery-Griffiths
Thanks very much, I’ll look into doing similar. Thanks again, Ben > On 18 Jun 2017, at 20:56, Ultima wrote: > > Poudriere will update based on how it initially was created > unless it was modified in > /usr/local/etc/poudriere.d/jails/$JAIL/method. For the > -STABLE and

Re: databases/mariadb101-client broken in the quarterly branch (libressl)

2017-06-19 Thread Xavi Garcia
After discussing the issue with a colleague, Q3 will be available next week and perhaps fixing the port in Q2 is not worth the effort if it's working in HEAD. I have to test this in our Poudriere running in the lab. Kind regards, Xavier Garcia 2017-06-19 14:35 GMT+02:00 Xavi Garcia

Re: Questions about order of adding application to freebsd ports.

2017-06-19 Thread Borodin Oleg
On Fri, 9 Jun 2017 10:24:38 +0200 Kurt Jaeger wrote: > Hi! > > > > > I ask for little advice. > > > > I wrote web manager X.509 certificates http://minica.unix7.org/ and > > > > created a freebsd port for it. > > > > > > > > 1. Who could check quality and security of this

databases/mariadb101-client broken in the quarterly branch (libressl)

2017-06-19 Thread Xavi Garcia
Hi, Mariadb101-client stopped compiling with libressl in the quarterly branch (2017Q2) after upgrading to 10.1.23. Can somebody please have a look at: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219045#c16 Kind regards, Xavier Garcia ___

Re: FreeBSD Port: MailScanner-5.0.3

2017-06-19 Thread DutchDaemon - FreeBSD Forums Administrator
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 19-6-2017 07:18, Jeff Sickel wrote: > The MailScanner-5.0.3 update didn’t keep the /usr/local and other FreeBSD > standard namespace in place. I spent quite a bit of time correcting the perl > scripts to pick up the /usr/local install

Re: FreeBSD Port: MailScanner-5.0.3

2017-06-19 Thread wen heping
Would you have a look of this PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219938 or file a patch to fix it ? Thanks ! wen 2017-06-19 13:18 GMT+08:00 Jeff Sickel : > The MailScanner-5.0.3 update didn’t keep the /usr/local and other FreeBSD > standard

Re: pkg convert?

2017-06-19 Thread Matthew Seaman
On 19/06/2017 01:04, Thomas Mueller wrote: > Looking through the man page for pkg, I see there is still an entry for > convert ("pkg help convert" or "man pkg-convert"). > > DESCRIPTION > pkg convert is used to convert from/to pkg(8) local database to legacy > pkg_install tools format.