Re: go seems to use sys_o58_kill

2016-06-05 Thread Ray Lai
On Sun, 05 Jun 2016 22:57:36 -0400 "Ted Unangst" wrote: > sys_o58_kill was removed from the kernel on may 31. Even recently built go > binaries continue to use it. I guess the runtime wasn't updated to use the new > call? > This should fix it. Index: Makefile ==

Re: net/ii bus error

2016-06-05 Thread Gleydson Soares
Sebastien Marie writes: > > On Mon, Jun 06, 2016 at 06:15:40AM +0200, Sebastien Marie wrote: > > On Mon, Jun 06, 2016 at 12:50:02AM -0300, Gleydson Soares wrote: > > > > > > - add '# uses pledge()' marker in Makefile (missing in previus) > > > - wrap pledge(2) in #ifdef __OpenBSD__ > > > > ok

Re: net/ii bus error

2016-06-05 Thread Sebastien Marie
On Mon, Jun 06, 2016 at 06:15:40AM +0200, Sebastien Marie wrote: > On Mon, Jun 06, 2016 at 12:50:02AM -0300, Gleydson Soares wrote: > > > > - add '# uses pledge()' marker in Makefile (missing in previus) > > - wrap pledge(2) in #ifdef __OpenBSD__ > > ok semarie@ whoops: finally not ok: there are

Re: net/ii bus error

2016-06-05 Thread Sebastien Marie
On Mon, Jun 06, 2016 at 12:50:02AM -0300, Gleydson Soares wrote: > > - add '# uses pledge()' marker in Makefile (missing in previus) > - wrap pledge(2) in #ifdef __OpenBSD__ ok semarie@ > Index: Makefile > === > RCS file: /cvs/ports

Re: net/ii bus error

2016-06-05 Thread Gleydson Soares
Hi, Gleydson Soares writes: > > Hi, > > Ray Lai writes: > > > > On Sun, 5 Jun 2016 21:41:54 +0800 > > Ray Lai wrote: > > > > > On Sun, 5 Jun 2016 14:10:25 +0200 > > > Sebastien Marie wrote: > > > > - does the patch maintained locally or by upstream ? if it is only > > > > locally, I

Re: net/ii bus error

2016-06-05 Thread Gleydson Soares
Hi, Ray Lai writes: > > On Sun, 5 Jun 2016 21:41:54 +0800 > Ray Lai wrote: > > > On Sun, 5 Jun 2016 14:10:25 +0200 > > Sebastien Marie wrote: > > > - does the patch maintained locally or by upstream ? if it is only > > > locally, I would kept it as simple as possible. > > > > > >

go seems to use sys_o58_kill

2016-06-05 Thread Ted Unangst
sys_o58_kill was removed from the kernel on may 31. Even recently built go binaries continue to use it. I guess the runtime wasn't updated to use the new call?

New port: audio/moc

2016-06-05 Thread Dmitrij D. Czarkoff
Hi! Obligatory quote from DESCR: MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. MOC plays smoothly, regardless of system or I/O load because it uses the output buffer in a separate thread. It provides gapless playback be

Re: UPDATE: devel/py-funcsigs 1.0.2

2016-06-05 Thread Daniel Jakots
On Thu, 2 Jun 2016 10:45:53 +0500, Alexandr Shadchin wrote: > Hi, > > This diff updates py-funcsigs to the latest release. > Tested on amd64. Take maintainer. > > Comments ? OK ? Looks good to me even though tests results are a bit scary. I like the fact that it doesn't need unittest2 anymore

Re: [NEW] emulators/advancemame

2016-06-05 Thread Frederic Cambus
On Sun, Jun 05, 2016 at 12:06:41PM -0700, Ryan Freeman wrote: > I had a chance to build and play around with some games, much easier to > get up and playing with advancemame than traditional sdlmame :-) > > builds and runs fine on amd64, I took a crack at changing the port > to use GH_PROJECT, GH

fix py-mock test_depends

2016-06-05 Thread Daniel Jakots
Hi, While reviewing shadchin@'s diff (for funcsigs): ===> Regression tests for py3-mock-1.3.0 cd /usr/ports/pobj/py-mock-1.3.0-python3/mock-1.3.0 && /usr/local/bin/python3.4 -m unittest discover EEE == ERROR: mock.tests.tes

Re: [NEW] emulators/advancemame

2016-06-05 Thread Frederic Cambus
On Sun, Jun 05, 2016 at 05:10:23AM -0600, Anthony J. Bentley wrote: > Works fine for me on amd64; building on i386 right now. > > Please figure out what in the build is causing just .o names to be > printed to the terminal instead of compiler, cflags, etc., and disable > it. Much more helpful to

Re: [update] news/sabnzbd to 1.0.3

2016-06-05 Thread Marcus Glocker
On Mon, Jun 06, 2016 at 01:39:10AM +1200, Carlin Bingham wrote: > The last update gets commited and they release a new version. > > > 1.0.3 changelog: > > - Fix jobs hanging at 99% or 100% > - Support X-DNZB-PASSWORD header > - Prevent fatal "too many connections" issue > - Show checksum errors

Re: [NEW] emulators/advancemame

2016-06-05 Thread Ryan Freeman
On Sat, Jun 04, 2016 at 01:40:36PM +0200, Frederic Cambus wrote: > On Fri, Jun 03, 2016 at 10:27:51AM -0700, Ryan Freeman wrote: > > > > > > Advance MAME is based on an older MAME version (0.106), which is a lot > > > smaller than recent MAME versions. The code base is still 100% C, not C++. > > >

[update] chicken-4.11

2016-06-05 Thread Timo Myyrä
Hi, Here is an update to bring chicken scheme to latest stable version. Seems to work on amd64 but could use tests on other archs as well. Timo Index: Makefile.inc === RCS file: /cvs/ports/lang/chicken/Makefile.inc,v retrieving revi

UPDATE: SMTube-16.6.0

2016-06-05 Thread Gonzalo L. Rodriguez
Hi, Update SMTube to 16.6.0: * Add support for high DPI screens. * Packages are built with Qt 5. Ok? comments? Cheers.- -- Sending from my toaster. Index: Makefile === RCS file: /cvs/ports/x11/smtube/Makefile,v retrieving revisio

Re: net/ii bus error

2016-06-05 Thread Ray Lai
On Sun, 5 Jun 2016 21:41:54 +0800 Ray Lai wrote: > On Sun, 5 Jun 2016 14:10:25 +0200 > Sebastien Marie wrote: > > - does the patch maintained locally or by upstream ? if it is only > > locally, I would kept it as simple as possible. > > > > with only one pledge call, it is really

Re: net/ii bus error

2016-06-05 Thread Ray Lai
On Sun, 5 Jun 2016 14:10:25 +0200 Sebastien Marie wrote: > - does the patch maintained locally or by upstream ? if it is only > locally, I would kept it as simple as possible. > > with only one pledge call, it is really simple to understand what is > pledged and what it isn't. s

[update] news/sabnzbd to 1.0.3

2016-06-05 Thread Carlin Bingham
The last update gets commited and they release a new version. 1.0.3 changelog: - Fix jobs hanging at 99% or 100% - Support X-DNZB-PASSWORD header - Prevent fatal "too many connections" issue - Show checksum errors reported by unrar -- Carlin Index: news/sabnzbd/Makefile =

Re: net/ii bus error

2016-06-05 Thread Sebastien Marie
On Sun, Jun 05, 2016 at 06:57:32PM +0800, Ray Lai wrote: > On Sun, 5 Jun 2016 10:01:04 +0200 > Sebastien Marie wrote: > > > On Sun, Jun 05, 2016 at 03:18:52PM +0800, Ray Lai wrote: > > > I pledged your diff. > > > > some comments inlined. > > Fixed. > > I used 2 pledges, one before initializ

Re: offlineimap 7.0.0 rc2

2016-06-05 Thread Stuart Henderson
On 2016/06/05 13:05, Remi Locherer wrote: > Hi, > > this is a diff for updateing offlineimap to 7.0.0-rc2. I don't think it > should be updated in CVS before the final 7.0.0 version is released. > > It works for me synching between local maildir and remote dovecot via > imaps. > > Maybe somebody

Re: [NEW] emulators/advancemame

2016-06-05 Thread Anthony J. Bentley
Frederic Cambus writes: > On Thu, May 12, 2016 at 09:26:32PM +0200, Frederic Cambus wrote: > > > > Here is a new port, for AdvanceMAME. > > > > The install target from release Makefile attempts to install lots > > of non relevant stuff (some of which Linux specific), so using > > do-install inst

Re: [NEW] emulators/hatari

2016-06-05 Thread Anthony J. Bentley
Frederic Cambus writes: > Here is a new tarball with these modifications in. Thanks for testing. ok bentley@

offlineimap 7.0.0 rc2

2016-06-05 Thread Remi Locherer
Hi, this is a diff for updateing offlineimap to 7.0.0-rc2. I don't think it should be updated in CVS before the final 7.0.0 version is released. It works for me synching between local maildir and remote dovecot via imaps. Maybe somebody with a different setup can give it a try? For this 7.0.0-r

Re: net/ii bus error

2016-06-05 Thread Ray Lai
On Sun, 5 Jun 2016 10:01:04 +0200 Sebastien Marie wrote: > On Sun, Jun 05, 2016 at 03:18:52PM +0800, Ray Lai wrote: > > I pledged your diff. > > some comments inlined. Fixed. I used 2 pledges, one before initialization. Is that okay, or is it better to just have one pledge? Thanks for your

NEW: lua-cliargs

2016-06-05 Thread Florian Stinglmayr
Hi list, attached is a port for lua-cliargs. A command line parsing library for Lua. It works with all versions, and is really handy. It is also a dependency for some bigger ports I have line up. Thanks, Florian lua-cliargs.tar.gz Description: application/tar-gz

Re: net/ii bus error

2016-06-05 Thread Sebastien Marie
On Sun, Jun 05, 2016 at 03:18:52PM +0800, Ray Lai wrote: > I pledged your diff. some comments inlined. thanks. -- Sebastien Marie > Index: patches/patch-ii_c > === > RCS file: patches/patch-ii_c > diff -N patches/patch-ii_c > --- /

[UPDATE] sysutils/downtimed

2016-06-05 Thread Remi Pointel
Hi, this is the diff to update downtimed to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/sysutils/downtimed/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile 9 Aug 2013 1

Re: net/ii bus error

2016-06-05 Thread Ray Lai
I pledged your diff. Index: Makefile === RCS file: /home/cvs/ports/net/ii/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile21 May 2016 05:31:38 - 1.13 +++ Makefile5 Jun 2016 07:02:48 - @@

[UPDATE] www/py-django/stable

2016-06-05 Thread Remi Pointel
Hi, this is the diff to update django to latest release: https://docs.djangoproject.com/en/1.9/releases/1.9.7/. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/www/py-django/stable/Makefile,v retrieving revision 1.10