Re: Request for help: remove bundler from ruby 2.6 port

2018-12-29 Thread Yasuhiro KIMURA
From: Adam Weinberger Subject: Re: Request for help: remove bundler from ruby 2.6 port Date: Sat, 29 Dec 2018 15:34:17 -0700 > I think perhaps it's worth considering doing the opposite and, > beginning with 2.6, install the entire standard library by default. > Gems and stdlib exist side-by-side

Re: Maia Mailgaurd / PHP 7 support

2018-12-29 Thread Miroslav Lachman
Janketh Jay wrote on 2018/12/30 01:03: Hi All, On 03/12/2018 2:17 pm, Reko Turja via freebsd-ports wrote: Hello Janky Jay! -Original Message- Sent: Monday, December 3, 2018 4:17 PM Subject: Re: Maia Mailgaurd Okay. No sweat. I'll work on getting a port patch going as that seems it wo

Re: Maia Mailgaurd

2018-12-29 Thread Miroslav Lachman
Janketh Jay wrote on 2018/12/30 01:03: [...] diff -Naur maia.orig/cache.php maia/cache.php --- maia.orig/cache.php 2015-02-15 15:19:45.0 -0700 +++ maia/cache.php  2018-10-14 20:25:30.27896 -0600 @@ -554,7 +554,7 @@ $rectmp = ""; foreac

Re: Request for help: remove bundler from ruby 2.6 port

2018-12-29 Thread Pete Wright
On 12/29/18 2:34 PM, Adam Weinberger wrote: On Sat, Dec 29, 2018 at 6:20 AM Yasuhiro KIMURA wrote: Hello all, Ruby 2.6.0 is released and I tried porting it. After creating start point by 'svn copy lang/ruby25 lang/ruby26', I made following changes. https://www.utahime.org/FreeBSD/ports/la

Re: Maia Mailgaurd

2018-12-29 Thread Janketh Jay
Hi All, On 03/12/2018 2:17 pm, Reko Turja via freebsd-ports wrote: Hello Janky Jay! -Original Message- Sent: Monday, December 3, 2018 4:17 PM Subject: Re: Maia Mailgaurd Okay. No sweat. I'll work on getting a port patch going as that seems it would be the easiest way to push this out.

Re: Request for help: remove bundler from ruby 2.6 port

2018-12-29 Thread Adam Weinberger
On Sat, Dec 29, 2018 at 6:20 AM Yasuhiro KIMURA wrote: > > Hello all, > > Ruby 2.6.0 is released and I tried porting it. > > After creating start point by 'svn copy lang/ruby25 lang/ruby26', I > made following changes. > > https://www.utahime.org/FreeBSD/ports/lang_ruby26.patch > > It is build suc

net/kea: Update 1.5.0

2018-12-29 Thread Andrey Pevnev
Hi guys! Can someone look at and possibly commit this one please? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234032 Release Notes: https://ftp.isc.org/isc/kea/1.5.0/Kea150ReleaseNotes.txt

FreeBSD ports you maintain which are out of date

2018-12-29 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Request for help: remove bundler from ruby 2.6 port

2018-12-29 Thread Yasuhiro KIMURA
Hello all, Ruby 2.6.0 is released and I tried porting it. After creating start point by 'svn copy lang/ruby25 lang/ruby26', I made following changes. https://www.utahime.org/FreeBSD/ports/lang_ruby26.patch It is build successfully and works fine on 12.0-RELEASE amd64. But there is still one iss

Re: lang/python36 port problem

2018-12-29 Thread Scott Bennett
Kubilay Kocak wrote: > On 23/12/2018 8:11 pm, Scott Bennett wrote: > > The last time lang/python36 was updated, something got messed up, so > > that > > now "portmaster -a" wants to reinstall it every time it is run, even if it > > is > > run as "portmaster -x Python36 -x python36 -a". I

Re: A reliable port cross-build failure (hangup) in my context (amd64->armv7 cross build, with native-tool speedup involved)

2018-12-29 Thread Mark Millard via freebsd-ports
On 2018-Dec-28, at 12:12, Mark Millard wrote: > On 2018-Dec-28, at 05:13, Michal Meloun wrote: > >> Mark, >> this is known problem with qemu-user-static. >> Emulation of every single interruptible syscall is broken by design (it >> have signal related races). Theses races cannot be solved wit

Re: lang/python36 port problem

2018-12-29 Thread Kubilay Kocak
On 23/12/2018 8:11 pm, Scott Bennett wrote: The last time lang/python36 was updated, something got messed up, so that now "portmaster -a" wants to reinstall it every time it is run, even if it is run as "portmaster -x Python36 -x python36 -a". It's a nuisance, a waste of time, and it incre