pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

doomlegacy-devel: Update to SVN revision 1690.



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Jun 24 10:03:09 2024 +0200
Changeset:	d055d9d6dbf0e4dd06db450aaa207392c2a9a32b

Modified Files:
	doomlegacy-devel/Makefile

Log Message:
doomlegacy-devel: Update to SVN revision 1690.

- commit revision 1690
  I fixed my sdl mixer to enable the option of playing MP3.
  When phobiata.wad is played, the MP3 music causes SDL to
  fault, citing a double release of the rwops.
  This only happens for MP3 music, so the rwops must be getting
  released automatically in that case.
  Fixed the unregister function to cope with this.
  SDL1 will now play MP3 on doomlegacy, (as in phobiata.wad).

- commit revision 1689
  Fix another gcc12 complaint about snprintf being truncated.

- commit revision 1688
  Added player getting tired when they RUN too much.
  Added player drown when they swim underwater too much.
  These have controls.
  The tired and drown player timers are not yet saved in save games,
  nor are in demos.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d055d9d6dbf0e4dd06db450aaa207392c2a9a32b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 doomlegacy-devel/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index f1bda60fe8..ad3c001aac 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.14
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1687
+SVNVERS=	1690
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 
@@ -27,7 +27,8 @@ CONFLICTS+=		doomlegacy-[0-9]*
 ONLY_FOR_PLATFORM=	Darwin-*-* DragonFly-*-* FreeBSD-*-* Linux-*-* \
 			NetBSD-*-* OpenBSD-*-* SunOS-*-*
 
-USE_LANGUAGES+=		c99
+USE_CC_FEATURES+=	c99
+
 USE_TOOLS+=		gmake
 # Dependency generation fails with parallel build
 MAKE_JOBS_SAFE=		no


Home | Main Index | Thread Index | Old Index