UPDATE: lua 5.3.3

2016-06-06 Thread Jonathan Gray
http://marc.info/?l=lua-l&m=146524872110215&w=2 Index: Makefile === RCS file: /cvs/ports/lang/lua/5.3/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile4 Dec 2015 00:41:03 - 1.5 +++ Makefile7 J

Re: UPDATE: Aria2-1.23.0

2016-06-06 Thread Gonzalo L. Rodriguez
Yup, The man need a diff. On 07/06, Gonzalo L. Rodriguez wrote: ; Update for Aria2 to 1.23.0: ; ; https://github.com/aria2/aria2/releases/tag/release-1.23.0 ; ; Ok? Comments? ; ; Cheers.- ; ; -- ; Sending from my toaster. ; -- Sending from my toaster. Index: Makefile =

UPDATE: Aria2-1.23.0

2016-06-06 Thread Gonzalo L. Rodriguez
Update for Aria2 to 1.23.0: https://github.com/aria2/aria2/releases/tag/release-1.23.0 Ok? Comments? Cheers.- -- Sending from my toaster.

Re: UPDATE: SMTube-16.6.0

2016-06-06 Thread Josh Grosse
On Sun, Jun 05, 2016 at 01:03:05PM -0300, Gonzalo L. Rodriguez wrote: > Hi, > > Update SMTube to 16.6.0: > > * Add support for high DPI screens. > * Packages are built with Qt 5. > > Ok? comments? Working fine on amd64, thank you!

sysutils/apcupsd with USB cable broken in latest snap

2016-06-06 Thread Johan Huldtgren
hello, I have an APC Smart-UPS-2200 which is connected via USB, as long as I've followed the instructions in pkg-readme about disabling uhidev and upd it's always worked fine. When I updated to the latest snap (June 4th) however I am now always seeing "COMMLOST" in the output of 'apcaccess status

Re: go seems to use sys_o58_kill

2016-06-06 Thread Joel Sing
On 6 Jun 2016 7:16 PM, Ray Lai wrote: > > On Mon, 06 Jun 2016 10:43:28 -0400 > "Ted Unangst" wrote: > > I think the first of each of these should be thrkill instead. > > Yup. But I don't know asm asm so I left it as kill(2) for now, which is > arguably better than leaving it as a non-existent sys

[pretest] mosh-1.2.5.95rc1

2016-06-06 Thread Jeremie Courreges-Anglas
Upstream would like some feedback. Lightly tested so far. Index: Makefile === RCS file: /cvs/ports/net/mosh/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile11 Sep 2015 17:57:13 - 1.7 +++ Makefil

Re: i386 build failure: net/owncloudclient,qt5

2016-06-06 Thread Stuart Henderson
On 2016/06/06 12:40, Stuart Henderson wrote: > FAILED: shell_integration/dolphin/libownclouddolphinpluginhelper.so oh...it didn't attempt to build this file in the previous build. It picks it up because the (fairly recently added) kf5 was present during configure: -- Found KF5KIO: /usr/local/lib

Re: [NEW] devel/keystone

2016-06-06 Thread Remi Pointel
On 06/06/16 11:49, Frederic Cambus wrote: On Wed, Jun 01, 2016 at 01:37:43PM +0200, Frederic Cambus wrote: Here is a new port : devel/keystone From DESCR: Keystone is a lightweight multi-platform, multi-architecture assembler framework. Attaching a new tarball with a patch from upstream to

Re: [NEW] devel/keystone

2016-06-06 Thread Benoit Lecocq
On 06.06.2016 23:07, Remi Pointel wrote: > On 06/06/16 11:49, Frederic Cambus wrote: >> On Wed, Jun 01, 2016 at 01:37:43PM +0200, Frederic Cambus wrote: >>> >>> Here is a new port : devel/keystone >>> >>> From DESCR: >>> >>> Keystone is a lightweight multi-platform, multi-architecture assembler >

UPDATE: devel/intellij 2016.1.3

2016-06-06 Thread Caspar Schutijser
Hi, Below is an update to devel/intellij 2016.1.3. Did the usual amount of testing, works fine on amd64. Thanks, Caspar Schutijser Index: Makefile === RCS file: /cvs/ports/devel/intellij/Makefile,v retrieving revision 1.35 diff -u

UPDATE: sysutils/ntfs-3g

2016-06-06 Thread Rafael Sadowski
Hi @ports, here's the newest ntfs-3g port. Tested @amd64 and works prefect. Test case: - doas mkntfs /dev/sd5c (USB device) - doas ntfs-3g /dev/sd5i /mnt/usb - copy some PDFs - umount - mount in Windows 10 - open the PDFs - copy some other files - mount on OpenBSD - Open some files from Windows

powerpc bulk build report

2016-06-06 Thread landry
bulk build on macppc-1.ports.openbsd.org started on Thu Jun 2 10:53:07 MDT 2016 finished at Mon Jun 6 13:06:23 MDT 2016 lasted 04D19h13m done with kern.version=OpenBSD 6.0-beta (GENERIC.MP) #1130: Wed Jun 1 21:04:04 MDT 2016 built packages:7830 Jun 2:1534 Jun 3:1356 Jun 4:958 Jun 5:1297 Jun 6:2

Re: go seems to use sys_o58_kill

2016-06-06 Thread Ray Lai
On Mon, 06 Jun 2016 10:43:28 -0400 "Ted Unangst" wrote: > I think the first of each of these should be thrkill instead. Yup. But I don't know asm asm so I left it as kill(2) for now, which is arguably better than leaving it as a non-existent syscall. Beware: I was not an assembly coder 24 hours

[NEW] emulators/advancemess

2016-06-06 Thread Frederic Cambus
Hi ports@, Here is a new port, for AdvanceMESS. Tested on amd64. >From DESCR: AdvanceMESS is an unofficial MESS version with an advanced video support for helping the use with TVs, Arcade Monitors, Fixed Frequencies Monitors and also with normal PC Monitors. AdvanceMESS supports many special vi

Re: go seems to use sys_o58_kill

2016-06-06 Thread Ted Unangst
Ted Unangst wrote: > Ray Lai wrote: > > 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? > > > >

Re: go seems to use sys_o58_kill

2016-06-06 Thread Ted Unangst
Ray Lai wrote: > 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: pat

Re: Remove net/yt (was: UPDATE: luastdlib)

2016-06-06 Thread Adam Wolk
On Mon, 6 Jun 2016 14:48:31 +0200 David Coppa wrote: > On Sat, Jun 4, 2016 at 9:51 AM, Florian Stinglmayr > wrote: > > Hi list, > > > > attached is an update for luastdlib that bumps our stone age old > > version 22 to the newest 41.2.0. I have been using this for months > > and it works well ac

Remove net/yt (was: UPDATE: luastdlib)

2016-06-06 Thread David Coppa
On Sat, Jun 4, 2016 at 9:51 AM, Florian Stinglmayr wrote: > Hi list, > > attached is an update for luastdlib that bumps our stone age old > version 22 to the newest 41.2.0. I have been using this for months > and it works well across all Lua versions. > > The only problem though is that it breaks

[update] collectd 5.5.1

2016-06-06 Thread Landry Breuil
Hi, here's an update to collectd 5.5.1. Please test it on your setups.. Landry Index: Makefile === RCS file: /cvs/ports/sysutils/collectd/Makefile,v retrieving revision 1.37 diff -u -r1.37 Makefile --- Makefile22 Apr 2016 15:27:4

i386 build failure: net/owncloudclient,qt5

2016-06-06 Thread Stuart Henderson
FAILED: shell_integration/dolphin/libownclouddolphinpluginhelper.so : && /usr/obj/ports/owncloudclient-2.1.1-qt5/bin/c++ -fPIC -O2 -pipe -DHAVE_ICONV -DHAVE_ICONV_H -I/usr/local/include/inotify -Wall -Wextra -pedantic -Wno-long-long -std=c++0x -Wpedantic -fPIC -std=c++0x -fno-exceptions -Wal

UPDATE: pypy-5.1.1

2016-06-06 Thread Edd Barrett
Hi, Here's the newest PyPy. The bootstrap is here: http://theunixzoo.co.uk/random/pypy-bootstrap-amd64-5.1.1.tar.xz Stuart, would you mind hosting this? Build statistics: 7935.37 real 6799.69 user 586.95 sys 4489908 maximum resident set size 0 average shared memor

Re: [NEW] devel/keystone

2016-06-06 Thread Frederic Cambus
On Wed, Jun 01, 2016 at 01:37:43PM +0200, Frederic Cambus wrote: > > Here is a new port : devel/keystone > > From DESCR: > > Keystone is a lightweight multi-platform, multi-architecture assembler > framework. Attaching a new tarball with a patch from upstream to address a kstool crash when no a

Re: net/ii bus error

2016-06-06 Thread Ray Lai
Tested, works well. Okay by me. > On Jun 6, 2016, at 12:56 PM, Gleydson Soares wrote: > > > 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()'