On Sat, Nov 27, 2021 at 11:31:44AM -0700, Thomas Frohwein wrote: > On Sat, Nov 27, 2021 at 01:01:13PM +0000, Tom Murphy wrote: > > Hi, > > > > Minor version update of games/quakespasm. Compiles and runs great on > > my amd64 system. I took 'pthread' out of WANTLIB because it shows up > > as an 'Extra'. > > > > OK? > > > > Thanks, > > Tom > > I've tested this; no issues. I agree that it looks like pthread isn't > used (anymore?). I did a grep through the code and can only find > pthread in windows and macos code. > > ok thfr@ for the update
Thanks, I've committed this. Part of the reason for the 0.94.2 release was to be compatible with the latest update of the 2021 quake rerelease, vkquake has newer releases available as well with the same changes. > > > > > > Index: Makefile > > =================================================================== > > RCS file: /cvs/ports/games/quakespasm/Makefile,v > > retrieving revision 1.12 > > diff -u -p -r1.12 Makefile > > --- Makefile 6 Sep 2021 01:08:31 -0000 1.12 > > +++ Makefile 27 Nov 2021 12:57:40 -0000 > > @@ -2,7 +2,7 @@ > > > > COMMENT= SDL Quake port > > CATEGORIES= games > > -DISTNAME= quakespasm-0.94.1 > > +DISTNAME= quakespasm-0.94.2 > > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quakespasm/} > > HOMEPAGE= http://quakespasm.sourceforge.net > > > > @@ -11,7 +11,7 @@ MAINTAINER= Jonathan Gray <jsg@openbsd.o > > # GPLv2 > > PERMIT_PACKAGE= Yes > > > > -WANTLIB += GL SDL2 c m mad ogg pthread vorbis vorbisfile > > +WANTLIB += GL SDL2 c m mad ogg vorbis vorbisfile > > > > LIB_DEPENDS= audio/libmad \ > > audio/libvorbis \ > > Index: distinfo > > =================================================================== > > RCS file: /cvs/ports/games/quakespasm/distinfo,v > > retrieving revision 1.8 > > diff -u -p -r1.8 distinfo > > --- distinfo 6 Sep 2021 01:08:31 -0000 1.8 > > +++ distinfo 27 Nov 2021 12:57:40 -0000 > > @@ -1,2 +1,2 @@ > > -SHA256 (quakespasm-0.94.1.tar.gz) = > > VzJZOUesLGVgorwh92bH2Speunb3AZn69XLGMfW++aU= > > -SIZE (quakespasm-0.94.1.tar.gz) = 9900452 > > +SHA256 (quakespasm-0.94.2.tar.gz) = > > wIgtoJVZH14EKcVNqZdwV3a5jORptYkVMTW1UmvaHyo= > > +SIZE (quakespasm-0.94.2.tar.gz) = 9896037 > > > >