[NEW] games/ezquake

2018-08-12 Thread Tom Murphy
Here's a new port for ezquake, a Quakeworld client. The upstream maintainers are still working on an official version 3.1 release, however, I'd like to get 3.1-rc2 in before 6.4 is locked if possible. The game runs great. Connects to Quakeworld servers. A bunch of us in Freenode's #openbsd-gaming

Re: [NEW] games/ezquake

2018-08-12 Thread Adam Wolk
On Sun, Aug 12, 2018 at 09:17:51AM +0100, Tom Murphy wrote: > Here's a new port for ezquake, a Quakeworld client. > The upstream maintainers are still working on an official > version 3.1 release, however, I'd like to get 3.1-rc2 in > before 6.4 is locked if possible. > > The game runs great. Conn

Re: update graphics/png

2018-08-12 Thread Stuart Henderson
On 2018/08/11 17:50, Theo Buehler wrote: > On Sat, Aug 11, 2018 at 02:58:44PM +0100, Stuart Henderson wrote: > > On 2018/08/11 00:43, Solene Rapenne wrote: > > > this patch updates libpng to 1.6.35, the new version changelog is the > > > following: > > > > > > Changes since the last public release

Re: UPDATE games/wesnoth

2018-08-12 Thread Bryan Linton
On 2018-08-01 17:11:58, Bryan Linton wrote: > On 2018-07-30 11:26:38, Kirill Bychkov wrote: > > Hi! > > This is a long standing update for wesnoth. Current version includes > > security fixes (which were backported to 1.12.6 in our tree). > > 1.14.x requires boost with icu support. Without it the

pftop: fix sparc64 build

2018-08-12 Thread Klemens Nanni
On Sat, Aug 11, 2018 at 09:18:21PM -0600, lan...@openbsd.org wrote: > http://build-failures.rhaalovely.net//sparc64/2018-07-31/sysutils/pftop.log bpf_image.c: In function 'bpf_image': bpf_image.c:41: error: argument 'p' doesn't match prototype /usr/include/pcap.h:233: error

Re: pftop: fix sparc64 build

2018-08-12 Thread Theo Buehler
On Sun, Aug 12, 2018 at 11:47:38AM +0200, Klemens Nanni wrote: > On Sat, Aug 11, 2018 at 09:18:21PM -0600, lan...@openbsd.org wrote: > > http://build-failures.rhaalovely.net//sparc64/2018-07-31/sysutils/pftop.log > > bpf_image.c: In function 'bpf_image': > bpf_image.c:41: error: argume

Re: pftop: fix sparc64 build

2018-08-12 Thread Klemens Nanni
On Sun, Aug 12, 2018 at 12:06:33PM +0200, Theo Buehler wrote: > If I understand correctly, this a gcc vs clang problem, right? Correct. > btw. HOMEPAGE/MASTER_SITES (http://www.eee.metu.edu.tr/~canacar/) 404. Known, but I wanted to keep the fix committed without churn.

Re: pftop: fix sparc64 build

2018-08-12 Thread Stuart Henderson
On 2018/08/12 11:47, Klemens Nanni wrote: > On Sat, Aug 11, 2018 at 09:18:21PM -0600, lan...@openbsd.org wrote: > > http://build-failures.rhaalovely.net//sparc64/2018-07-31/sysutils/pftop.log > > bpf_image.c: In function 'bpf_image': > bpf_image.c:41: error: argument 'p' doesn't match

[NEW] games/mvdsv 0.32

2018-08-12 Thread Tom Murphy
Here's a port for mvdsv 0.32 which is a Quakeworld server. It's kind of a sister port to games/ezquake except it only runs as a server for Quakeworld clients to connect to. The files distributed in this port are qwprogs.dat which is GPLv2 (under id Software's release) and a sample server.cfg file.

Re: UPDATE games/wesnoth

2018-08-12 Thread Tom Murphy
>On 2018-08-01 17:11:58, Bryan Linton wrote: >> On 2018-07-30 11:26:38, Kirill Bychkov wrote: >> > Hi! >> > This is a long standing update for wesnoth. Current version includes >> > security fixes (which were backported to 1.12.6 in our tree). >> > 1.14.x requires boost with icu support. Without

Re: update graphics/png

2018-08-12 Thread Christian Weisgerber
Solene Rapenne: > this patch updates libpng to 1.6.35, the new version changelog is the > following: OK I went over the diff .34 -> .35 and I don't see any ABI changes. -- Christian "naddy" Weisgerber na...@mips.inka.de

Re: update graphics/png

2018-08-12 Thread Christian Weisgerber
Theo Buehler: > There's one build warning: > > /usr/ports/pobj/png-1.6.35/libpng-1.6.35/contrib/libtests/pngvalid.c:11661:4: > warning: implicit declaration of function 'feenableexcept' is invalid in C99 > [-Wimplicit-function-declaration] > feenableexcept(FE_DIVBYZERO | FE_INVALID | FE

UPDATE sysutils/borgbackup

2018-08-12 Thread Björn Ketelaars
The diff below brings borgbackup to 1.1.7, which is a maintenance release. Changelog can be found at https://github.com/borgbackup/borg/blob/1.1.7/docs/changes.rst#version-117-2018-08-11 'make test' runs successfully, and making and restoring a backup on amd64 work as advertised. There is no need

Re: [NEW] games/ezquake

2018-08-12 Thread Klemens Nanni
Port itself looks good, i cannot test the game, thouugh. The second part of DESCR explaining how to set up the game rather belongs into README imho. Thoughts on this?

Re: [NEW] games/ezquake

2018-08-12 Thread Brian Callahan
On 8/12/18 4:28 PM, Klemens Nanni wrote: Port itself looks good, i cannot test the game, thouugh. The second part of DESCR explaining how to set up the game rather belongs into README imho. Thoughts on this? How about this version, which uses a 1-line patch to the Makefile to get rid of th

[MAINTAINER UPDATE] sysutils/py-scandir 1.8 -> 1.9.0

2018-08-12 Thread Elias M. Mariani
Changelog: Fix build on Python 2.7 (#107). Fix dirent struct alignment on OpenBSD (#109). They pull my request to patch the package upstream. So the following diff updates to 1.9.0 and removes the patch. No consumers yet of this port. All test passing. Cheers. Elias. py-scandir-1.9.0.diff Desc

Re: [MAINTAINER UPDATE] sysutils/py-scandir 1.8 -> 1.9.0

2018-08-12 Thread Daniel Jakots
On Sun, 12 Aug 2018 19:17:40 -0300, "Elias M. Mariani" wrote: > Changelog: > Fix build on Python 2.7 (#107). > Fix dirent struct alignment on OpenBSD (#109). > > They pull my request to patch the package upstream. > So the following diff updates to 1.9.0 and removes the patch. > > No consumers

Re: update graphics/png

2018-08-12 Thread Theo Buehler
On Sun, Aug 12, 2018 at 05:03:03PM +0200, Christian Weisgerber wrote: > If I wanted to patch this, I'd add the _BSD_SOURCE line without > replacing the _GNU_SOURCE one. Upstreamed as follows: Index: patches/patch-contrib_libtests_pngvalid_c