pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN revision 1574



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Thu Jan 28 12:06:17 2021 +0100
Changeset:	37a136479034bf71445d7ec58faa1708e18b9643

Modified Files:
	doomlegacy-devel/Makefile
	doomlegacy-devel/TODO
	doomlegacy-devel/distinfo
	doomlegacy-devel/patches/patch-src_Makefile

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

- Fixes for warnings with GCC 10 and clang 10

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

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                       | 15 +++++++++++++++
 doomlegacy-devel/distinfo                   |  2 +-
 doomlegacy-devel/patches/patch-src_Makefile |  2 +-
 4 files changed, 18 insertions(+), 3 deletions(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 9477e0da0e..1f02e8068b 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.8
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1568
+SVNVERS=	1574
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index 09689fcc12..118c09c36c 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -48,4 +48,19 @@ Part 18: Import final release
     Parts 10 to 17 are now available in games/doomlegacy
 
 
+Part 19: Warnings from modern compilers
+=======================================
+GCC 10 reports undefined behaviour for at least two locations.
+
+[X] Created upstream bug report #671
+    Fixed upstream in SVN�revision 1571
+    =>�Still one warning with�SVN�revision�1574
+
+Clang 10 reports warning for a comparison to be always true.
+
+[X] Created upstream bug report #672
+    Fixed upstream in SVN�revision 1572
+    =>�Tested�to�work�with�SVN�revision�1574
+
+
 EOF
diff --git a/doomlegacy-devel/distinfo b/doomlegacy-devel/distinfo
index e91a1c5b04..588122ba3b 100644
--- a/doomlegacy-devel/distinfo
+++ b/doomlegacy-devel/distinfo
@@ -4,7 +4,7 @@ SHA1 (doomlegacy_1.48.8_common.zip) = 536f387824d50208e7494547afd21a92a6ef877d
 RMD160 (doomlegacy_1.48.8_common.zip) = 7fa66010f384411972f052ecf3676ce22d43f267
 SHA512 (doomlegacy_1.48.8_common.zip) = 4b93aed03bcfd9eb0dd22f0b9231e93e63ee2cc0eee6a3a9854def384c4c290dbdb586eb8d888392c53d8a5d549718eb7b4f55cecb1c4924c03b18125876b292
 Size (doomlegacy_1.48.8_common.zip) = 1011350 bytes
-SHA1 (patch-src_Makefile) = 34c323bdd96787cb6afe0be5dc99b129ab8f1552
+SHA1 (patch-src_Makefile) = 49d3eae6f2f61609cd03817b57c32fe2d8ba9be2
 SHA1 (patch-src_am__map.c) = 14b3c8b70c63778ad043827ab2f0b6f4fe07bcde
 SHA1 (patch-src_doomdata.h) = 8c3186dafbf11a8a75262a06755dd9807cb58612
 SHA1 (patch-src_dstrings.c) = 16e50ac649f76d415b820a0e5093d15af3180e6d
diff --git a/doomlegacy-devel/patches/patch-src_Makefile b/doomlegacy-devel/patches/patch-src_Makefile
index d1b7d14735..dd1eb56a00 100644
--- a/doomlegacy-devel/patches/patch-src_Makefile
+++ b/doomlegacy-devel/patches/patch-src_Makefile
@@ -8,7 +8,7 @@ https://sourceforge.net/p/doomlegacy/feature-requests/96/
 
 --- src/Makefile.orig	2020-05-11 09:40:36.000000000 +0000
 +++ src/Makefile
-@@ -1086,7 +1086,8 @@ screen.o v_video.o \
+@@ -1190,7 +1190,8 @@ screen.o v_video.o \
  r_draw.o r_plane.o r_segs.o r_sky.o r_things.o r_splats.o \
  r_bsp.o r_data.o r_main.o \
  z_zone.o \


Home | Main Index | Thread Index | Old Index