[Patch] games/urbanterror doesn't rely on W|X

2018-02-01 Thread mazocomp
Hi! By quickly grepping Urban Terror's code I've seen: ./code/qcommon/vm_x86.c:if(mprotect(vm->codeBase, compiledOfs, PROT_READ|PROT_EXEC)) ./code/qcommon/vm_x86_64.c: mem = mmap(NULL, stb.st_size, PROT_READ|PROT_EXEC, MAP_SHARED, fd, 0); ./code/qcommon/vm_x86_64.c: if(mprotect(vm

sparc64 bulk build report

2018-02-01 Thread landry
bulk build on sparc64-1.ports.openbsd.org started on Fri Jan 19 12:59:09 MST 2018 finished at Thu Feb 1 20:42:04 MST 2018 lasted 14D00h42m done with kern.version=OpenBSD 6.2-current (GENERIC) #428: Thu Jan 18 20:09:32 MST 2018 built packages:8403 Jan 19:210 Jan 20:181 Jan 21:93 Jan 23:33 Jan 24:

ansible 2.4.3.0

2018-02-01 Thread Landry Breuil
Hi, straightforward update to ansible 2.4.3.0, only bugfixes it seems: https://github.com/ansible/ansible/blob/stable-2.4/CHANGELOG.md#243-dancing-days---2018-01-31 Landry Index: Makefile === RCS file: /cvs/ports/sysutils/ansible/Mak

mail/nmh: bogus CONFIGURE_ENV

2018-02-01 Thread Todd C. Miller
There's nothing in the current nmh configure script that sets ac_cv_header_db_h. This dates from a time when nmh's ndbm configure checks chose db.h over ndbm.h. It hasn't been needed since 2005 when the ndbm detection was rewritten. - todd Index: mail/nmh/Makefile =

Re: UPDATE devel/gitsh

2018-02-01 Thread Mike Burns
On 2018-01-24 07.55.04 +0100, Björn Ketelaars wrote: > On Thu 18/01/2018 22:00, Björn Ketelaars wrote: > > An update for gitsh is available which fixes some bugs, and adds some > > features > > [0]. Diff has been sent to maintainer who responded with "Yes, that looks > > right". > > > > [0] https

Re: UPDATE: powerdns 4.1.0

2018-02-01 Thread Otto Moerbeek
I tested an earlier version of the diff. If needed I can test this one. -Otto Stuart Henderson schreef op 1 februari 2018 17:55:18 CET: >On 2018/02/01 16:29, Otto Moerbeek wrote: >> Hi, >> >> Florian stopped being maintainer and I am not able to do ports stuff. >> Is there anybody who can take

Re: UPDATE: powerdns 4.1.0

2018-02-01 Thread Stuart Henderson
On 2018/02/01 16:55, Stuart Henderson wrote: > On 2018/02/01 16:29, Otto Moerbeek wrote: > > Hi, > > > > Florian stopped being maintainer and I am not able to do ports stuff. > > Is there anybody who can take this up? It would be much appreciated. > > That diff looks reasonable to me, it may need

Re: UPDATE: powerdns 4.1.0

2018-02-01 Thread Stuart Henderson
On 2018/02/01 16:29, Otto Moerbeek wrote: > Hi, > > Florian stopped being maintainer and I am not able to do ports stuff. > Is there anybody who can take this up? It would be much appreciated. That diff looks reasonable to me, it may need hand merging due to subsequent commits but that shouldn't

NEW: www/py-requests-mock

2018-02-01 Thread Brian Callahan
Hi ports -- Attached, is a new port, www/py-requests-mock. py-requests-mock is a tool to mock out responses from py-requests. It is a new TEST_DEPENDS for multimedia/streamlink. --- pkg/DESCR: The requests library has the concept of pluggable transport adapters. These adapters allow you to reg

Re: UPDATE: devel/kf5 - KDE Frameworks 5.42.0

2018-02-01 Thread Rafael Sadowski
On Thu Feb 01, 2018 at 02:13:24PM +0100, Rafael Sadowski wrote: > Yet another KDE Frameworks update. Clanglog: > > https://www.kde.org/announcements/kde-frameworks-5.42.0.php > > A bulk would be nice. Ok? Comments? > > Rafael Sadowski > Fixed diff attached as tarball. kde-frameworks-5.42.0p0

Re: UPDATE: powerdns 4.1.0

2018-02-01 Thread Otto Moerbeek
Hi, Florian stopped being maintainer and I am not able to do ports stuff. Is there anybody who can take this up? It would be much appreciated. -Otto On Thu, Dec 28, 2017 at 04:29:16PM +0100, Florian Obser wrote: > please disregard and sorry for the noise > > On Thu, Dec 28, 2017 at 01:

[UPDATE] security/py-dfdatetime

2018-02-01 Thread Remi Pointel
Hi, this is the diff to update dfdatetime to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/security/py-dfdatetime/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile 6 Jan 2

[UPDATE] security/plaso

2018-02-01 Thread Remi Pointel
Hi, this is the diff to update plaso to latest release. Ok? Cheers, Remi. Index: Makefile === RCS file: /cvs/ports/security/plaso/Makefile,v retrieving revision 1.4 diff -u -p -u -p -r1.4 Makefile --- Makefile 6 Jan 2018 10:10:13

Re: update audio/lame

2018-02-01 Thread Jan Stary
On Jan 30 11:29:09, s...@spacehopper.org wrote: > On 2018/01/30 10:25, Jan Stary wrote: > > +CONFIGURE_STYLE=simple > > Why "simple" and not "gnu"? Fixed, thanks. Index: Makefile === RCS file: /cvs/ports/audio/lame/Makefile,v retri