Re: NEW: audio/vgmplay

2018-07-26 Thread Brian Callahan
On 6/29/2018 4:45 PM, Brian Callahan wrote: > > On 06/29/18 04:57, Klemens Nanni wrote: >> On Fri, Jun 29, 2018 at 02:01:07AM -0400, Brian Callahan wrote: >>> Plays perfectly well on my laptop. Built fine on armv7 and arm64, >>> but no >>> audio hardware to test on those machines. >> Builds fine

[UPDATE] burp-2.1.32

2018-07-26 Thread jirib
Hi, here is update for burp to 2.1.32. I tested it with a client of previous version, 2.1.32 -> 2.1.32 and a Windows 2.1.32 client, on OpenBSD amd64. burp is really nice KISS backup to disk sw. j. diff --git sysutils/burp/2.1/Makefile sysutils/burp/2.1/Makefile index 4812f840756..e1adf4edec7 10

Re: issue with fake target with LOCALBASE

2018-07-26 Thread Antoine Jacoutot
IMHO you are opening a can of worms. I always wondered why we even wanted to support that. Even if you get this fixed I am pretty sure you'll end up in other weird cases. I'm part of the 'let us just hardcode /usr/local and be done with it' gang. Too much magic for me. I think it's more interes

Re: [UPDATE] emulators/vice to 3.2

2018-07-26 Thread Frederic Cambus
On Thu, Jul 12, 2018 at 12:40:04PM +0200, Frederic Cambus wrote: > On Sun, Jul 08, 2018 at 04:27:54PM +0200, Frederic Cambus wrote: > > > Here is a diff to update vice to 3.2. > > > > This update requires the previously submitted devel/xa port. > > For info, devel/xa has been in the ports tree s

issue with fake target with LOCALBASE

2018-07-26 Thread Solene Rapenne
Hello, I'm currently trying to build ports with another LOCALBASE then the usual /usr/local I get an error while compiling some ports, I took devel/help2man as an example. ===> devel/help2man ===> Faking installation for help2man-1.47.6 /tmp/pobj/help2man-1.47.6/bin/install -c -m 755 /tmp/pobj

[PATCH] www/nginx

2018-07-26 Thread Jesse Miller
Patch to run the configuration check with ${rcexec} for consistent daemon_class and related environment. Index: nginx.rc === RCS file: /cvs/ports/www/nginx/pkg/nginx.rc,v retrieving revision 1.14 diff -u -p -r1.14 nginx.rc --- nginx.

Re: UPDATE: devel/py-test suite update [was: Updating several ports]

2018-07-26 Thread Elias M. Mariani
I ask OK from Alexandr given that he was the original maintainer (I'm taking the maintainer). Cheers. Elias. 2018-07-26 15:13 GMT-03:00 Elias M. Mariani : > Moving the thread just to change the title to something more descriptive. > > Hi, > I have the following list of ports, all share interdepen

UPDATE: devel/py-test suite update [was: Updating several ports]

2018-07-26 Thread Elias M. Mariani
Moving the thread just to change the title to something more descriptive. Hi, I have the following list of ports, all share interdependencies between them, thats why I think that the best would be to commit the hole thing together. I'm talking about py-test. I have the diff ready to update: devel/

Re: UPDATE: net/fping 4.0

2018-07-26 Thread Taylor Stearns
On Thu, Jul 26, 2018 at 11:43:32AM +0100, Stuart Henderson wrote: > On 2018/07/25 20:03, Taylor Stearns wrote: > > 2) I simplified the pledge patch a little since no dns calls are made > >after the point at which we used to check whether rdns was asked for > >(via `name_flag`), so the condi

CPUSTATES/scheduler "spin" addition [Re: htop fixed]

2018-07-26 Thread Stuart Henderson
On 2018/07/26 09:24, Ian Sutton wrote: > htop was broken for a few months -- after the addition of a new > CPUSTATE (https://marc.info/?l=openbsd-cvs&m=152630109526317&w=2) > re-indexed the CPUSTATES in sched.h, htop's hard-coded values now > sampled the wrong metric, resulting in perpetually zero

htop fixed

2018-07-26 Thread Ian Sutton
After being broken for far too long, htop works again (hooray). htop no longer crashes shortly after startup. I am trying to improve htop's working state so that people start using it again and can depend on it. Towards this end I need people to run htop, test htop, crash htop, and send coredumps

Re: UPDATE: net/fping 4.0

2018-07-26 Thread Stuart Henderson
On 2018/07/25 20:03, Taylor Stearns wrote: > 2) I simplified the pledge patch a little since no dns calls are made >after the point at which we used to check whether rdns was asked for >(via `name_flag`), so the conditional was removed. I've split off the pledge part and committed that.

update math/gnuplot

2018-07-26 Thread Solene Rapenne
bump gnuplot from 5.2.2 to 5.2.4 Index: Makefile === RCS file: /cvs/ports/math/gnuplot/Makefile,v retrieving revision 1.68 diff -u -p -r1.68 Makefile --- Makefile30 Apr 2018 11:57:12 - 1.68 +++ Makefile26 Jul 2018 0

Re: devel/help2man fix build

2018-07-26 Thread Solène Rapenne
Le 2018-07-26 11:15, Solene Rapenne a écrit : devel/help2man uses a .tar.xz distfile, if archivers/xz is not installed, you can't build it because xzdec is not installed. Index: Makefile === RCS file: /cvs/ports/devel/help2man/Makef

[PATCH] devel/avr/gcc

2018-07-26 Thread Grégoire Jadi
Hello, Following my previous mail about troubles when compiling avr-gcc, here is a patch that removes `-I /usr/local/include' from CFLAGS because of a conflict with devel/gdb. libiberty includes "ansidecl.h". Because of the -I command, it picked the one from /usr/local/include (installed by devel

devel/help2man fix build

2018-07-26 Thread Solene Rapenne
devel/help2man uses a .tar.xz distfile, if archivers/xz is not installed, you can't build it because xzdec is not installed. Index: Makefile === RCS file: /cvs/ports/devel/help2man/Makefile,v retrieving revision 1.24 diff -u -p -r1.

Re: [UPDATE] emulators/vbam to 2.1.0

2018-07-26 Thread Solene Rapenne
Frederic Cambus wrote: > On Sun, Jul 08, 2018 at 12:00:15PM +0200, Frederic Cambus wrote: > > > Here is a diff to update vbam to 2.1.0. > > > > Comments? OK? > > Anyone willing to look at this? Thanks! ok solene@