Re: games/ioquake3 cvs current diffs adding ppc support

2020-06-01 Thread Alex Free
> > You're right. > > > other than that it also looks good to me. > > > > > Index: Makefile > === > RCS file: /cvs/ports/games/ioquake3/Makefile,v > retrieving revision 1.25 > diff -u -p -u -p -r1.25 Makefile > --- Makefile 12 Jul 201

Re: games/ioquake3 cvs current diffs adding ppc support

2020-06-01 Thread Marc Espie
On Mon, Jun 01, 2020 at 09:38:32AM +0200, Landry Breuil wrote: > On Mon, Jun 01, 2020 at 09:27:25AM +0200, Charlene Wendling wrote: > > On Mon, 1 Jun 2020 05:24:19 +0200 > > Alex Free wrote: > > > > +.if ${MACHINE_ARCH} == "powerpc" > > +QUAKE_ARCH=ppc > > +.else > > QUAKE_ARCH=$

Re: games/ioquake3 cvs current diffs adding ppc support

2020-06-01 Thread Landry Breuil
On Mon, Jun 01, 2020 at 09:27:25AM +0200, Charlene Wendling wrote: > On Mon, 1 Jun 2020 05:24:19 +0200 > Alex Free wrote: > +.if ${MACHINE_ARCH} == "powerpc" > +QUAKE_ARCH= ppc > +.else > QUAKE_ARCH= ${ARCH:S/amd64/x86_64/:S/i386/x86/} > +.endif > SUBST_VARS+= QUAKE_ARCH Cosmetic comment her

Re: games/ioquake3 cvs current diffs adding ppc support

2020-06-01 Thread Charlene Wendling
e wrote: > > > >> Sent: Saturday, May 30, 2020 at 9:45 PM > > > >> From: "Charlene Wendling" > > > >> To: "Landry Breuil" > > > >> Cc: "Alex Free" , ports@openbsd.org, > > > >> abie...@openbsd.

Re: games/ioquake3 cvs current diffs adding ppc support

2020-05-31 Thread Alex Free
> Sent: Sunday, May 31, 2020 at 10:43 AM > From: "Charlene Wendling" > To: "Kirill Bychkov" > Cc: "Alex Free" , "Landry Breuil" , > ports@openbsd.org, abie...@openbsd.org > Subject: Re: games/ioquake3 cvs current diffs adding ppc

Re: games/ioquake3 cvs current diffs adding ppc support

2020-05-31 Thread Alex Free
> Sent: Sunday, May 31, 2020 at 8:43 AM > From: "Kirill Bychkov" > To: "Alex Free" > Cc: "Charlene Wendling" , "Landry Breuil" > , ports@openbsd.org, abie...@openbsd.org > Subject: Re: games/ioquake3 cvs current diffs adding ppc support

Re: games/ioquake3 cvs current diffs adding ppc support

2020-05-30 Thread Kirill Bychkov
On Sun, May 31, 2020 02:28, Alex Free wrote: >> Sent: Saturday, May 30, 2020 at 9:45 PM >> From: "Charlene Wendling" >> To: "Landry Breuil" >> Cc: "Alex Free" , ports@openbsd.org, abie...@openbsd.org >> Subject: Re: games/ioquake3 cvs

Re: games/ioquake3 cvs current diffs adding ppc support

2020-05-30 Thread Alex Free
> Sent: Saturday, May 30, 2020 at 9:45 PM > From: "Charlene Wendling" > To: "Landry Breuil" > Cc: "Alex Free" , ports@openbsd.org, abie...@openbsd.org > Subject: Re: games/ioquake3 cvs current diffs adding ppc support > > Hi, > >

Re: games/ioquake3 cvs current diffs adding ppc support

2020-05-30 Thread Landry Breuil
On Sat, May 30, 2020 at 09:09:13AM +0200, Alex Free wrote: > Successfully built and tested against current. > > Let me know if I can do anything else to make this happen. > > A new file named patch-code_qcommon_q_platform_h contains the following > immediately below. note that you can do a cvs a

games/ioquake3 cvs current diffs adding ppc support

2020-05-30 Thread Alex Free
Successfully built and tested against current. Let me know if I can do anything else to make this happen. A new file named patch-code_qcommon_q_platform_h contains the following immediately below. $OpenBSD$ Index: code/qcommon/q_platform.h --- code/qcommon/q_platform.h.orig +++ code/qcommon/q_p