Keeping -CURRENT up to date with Poudriere

2017-06-18 Thread Ben Lavery-Griffiths
Hi all, I’ve got a 12.0-CURRENT Poudriere jail for ports testing. Am I right in thinking that when Poudriere updates a jail it uses freebsd-update? In which case, -STABLE and -CURRENT jails can’t be updated - correct? In this case, if I want to get the latest -STABLE or -CURRENT snapshot, wil

[PATCH] lang/python27 -- Fix namespace collision

2017-06-18 Thread Steve Kargl
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 namespace collision. The attached patch fixes the problem. -- Steve 20170425 https://www.youtube.com/watch?v=VWU

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

2017-06-18 Thread Steve Kargl
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 namespace > collision. The attached patch fixes

Re: Keeping -CURRENT up to date with Poudriere

2017-06-18 Thread Ultima
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 -CURRENT branch, It *may* somehow be obtained another way, but usually it has to be compiled from the respected branch. So it needs to be manually

Re: Keeping -CURRENT up to date with Poudriere

2017-06-18 Thread Ultima
I haven't tried attempted setting up the snapshot route, but that seems like it would be better choice. I'm sure it is possible. On Sun, Jun 18, 2017 at 9:49 AM, Ben Lavery-Griffiths < ben.lav...@hashbang0.com> wrote: > Hi all, > > I’ve got a 12.0-CURRENT Poudriere jail for ports testing. Am I r

pkg convert?

2017-06-18 Thread Thomas Mueller
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. OPTIONS The following options are supported by pk

How much Is Your Opinion Worth?

2017-06-18 Thread Global Test Market
___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

FreeBSD Port: MailScanner-5.0.3

2017-06-18 Thread Jeff Sickel
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 locations after the upgrade. The configuration files and other core pieces of MailScanner seem to kee

Re: pkg convert?

2017-06-18 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.