pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN revision 1563



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Mon Nov 30 18:46:11 2020 +0100
Changeset:	ea8a17ebf7eafc5dd8d35d17349d2fa71bd376ed

Modified Files:
	doomlegacy-devel/Makefile
	doomlegacy-devel/TODO

Log Message:
doomlegacy-devel: Update to SVN revision 1563

- Revision 1561
  Fix the overlapped string copies detected by GCC 10.
  Fixes bug 0671, Michael Bauerle.

- Revision 1562
  Straighten out some of the DEBUG compile tests.
  Regularize some of the DEBUG tests.
  Make LOGMESSAGES work again.

- Revision 1563
  This fixes bug 0670, Monsters mysteriously disappearing,
  moving large distances into the void space.

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

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

diffstat:
 doomlegacy-devel/Makefile | 2 +-
 doomlegacy-devel/TODO     | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 288911c373..3a23bf073d 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.6
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1560
+SVNVERS=	1563
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index e18824e8e6..f5a0516b55 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -64,4 +64,12 @@ Part 16: Sky is not rendered correctly
     => Works as expected
 
 
+Part 17: Undefined behaviour
+============================
+GCC 10 produce several warnings while compiling the code.
+[X] Created upstream bug report #671
+    Fixed in SVN revision 1561
+    => Works as expected
+
+
 EOF


Home | Main Index | Thread Index | Old Index