Re: update games/qstat 2.11 -> 2.14

2018-02-18 Thread Adam Wolk
On Sat, Feb 17, 2018 at 10:24:43PM +, Tom Murphy wrote: > Forgot to remove DISTNAME (as per sthen@). > Here's the diff (hopefully the last one!) > > OK awolk@ for the latest diff.

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Tom Murphy
Forgot to remove DISTNAME (as per sthen@). Here's the diff (hopefully the last one!) Index: Makefile === RCS file: /cvs/ports/games/qstat/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile11 Mar 2013

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Tom Murphy
On Sat, Feb 17, 2018 at 10:46:26PM +0100, Adam Wolk wrote: > On Sat, Feb 17, 2018 at 08:51:02PM +, Stuart Henderson wrote: > > > + #include > > > + #define strtok_ret strtok_r > > > ++#ifdef __OpenBSD__ > > > ++#define VENTRILO_RAND arc4random() > > > ++#else > > > + #define VENTRILO_RAND

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Adam Wolk
On Sat, Feb 17, 2018 at 08:51:02PM +, Stuart Henderson wrote: > > + #include > > + #define strtok_ret strtok_r > > ++#ifdef __OpenBSD__ > > ++#define VENTRILO_RAND arc4random() > > ++#else > > + #define VENTRILO_RAND random() > > ++#endif > > + #else > > + #include > > + #define strtok_ret

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Stuart Henderson
On 2018/02/17 19:59, Tom Murphy wrote: > Thanks, Adam! Here's the new diff: > > > Index: Makefile > === > RCS file: /cvs/ports/games/qstat/Makefile,v > retrieving revision 1.9 > diff -u -p -r1.9 Makefile > --- Makefile 11 Mar 2013

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Tom Murphy
Thanks, Adam! Here's the new diff: Index: Makefile === RCS file: /cvs/ports/games/qstat/Makefile,v retrieving revision 1.9 diff -u -p -r1.9 Makefile --- Makefile11 Mar 2013 11:07:40 - 1.9 +++ Makefile17 Feb 2018

Re: update games/qstat 2.11 -> 2.14

2018-02-17 Thread Adam Wolk
On Sat, Feb 17, 2018 at 07:39:37PM +, Tom Murphy wrote: > Hi, > > The games/qstat source has moved from Sourceforge to Github and has jumped > serveral > versions. The two patch files might be obsolete next version as I have a pull > request > in to incorporate those changes. > >

update games/qstat 2.11 -> 2.14

2018-02-17 Thread Tom Murphy
Hi, The games/qstat source has moved from Sourceforge to Github and has jumped serveral versions. The two patch files might be obsolete next version as I have a pull request in to incorporate those changes. Thanks, Tom Index: Makefile