pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
doomlegacy-devel: Update to SVN revision 1710
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Fri Jan 17 17:27:06 2025 +0100
Changeset: bacb8e90889e9ad174c2117f2600337410f257df
Modified Files:
doomlegacy-devel/Makefile
doomlegacy-devel/TODO
doomlegacy-devel/distinfo
Removed Files:
doomlegacy-devel/patches/patch-src_p__saveg.c
Log Message:
doomlegacy-devel: Update to SVN revision 1710
Remove pkgsrc savegame patch.
r1710 now contains a modified version that works for Heretic too.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bacb8e90889e9ad174c2117f2600337410f257df
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 | 4 +++-
doomlegacy-devel/distinfo | 1 -
doomlegacy-devel/patches/patch-src_p__saveg.c | 19 -------------------
4 files changed, 4 insertions(+), 22 deletions(-)
diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index cbacd227d7..c98277cc46 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
VERS= 1.48.16
#PKGNAME= doomlegacy-${VERS}
-SVNVERS= 1705
+SVNVERS= 1710
DISTNAME= doomlegacy-devel-0r${SVNVERS}
CATEGORIES= games
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index 78394b7c03..cd4582acfa 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -31,10 +31,12 @@ Features and bug fixes up to Part 29 were released with version 1.48.16
Part 30: Savegame sync problem with format 1.49
===============================================
-[ ] Game can be saved with new format 1.49, but not loaded again
+[X] Game can be saved with new format 1.49, but not loaded again
Error message: "Legacy save game sync error"
=> Added pkgsrc patch
=> Reported in bug ticket #696
+ => Removed pkgsrc patch
+ =>�Fixed�with�SVN�revision�1710
EOF
diff --git a/doomlegacy-devel/distinfo b/doomlegacy-devel/distinfo
index 97a358ee64..da435a5966 100644
--- a/doomlegacy-devel/distinfo
+++ b/doomlegacy-devel/distinfo
@@ -4,5 +4,4 @@ BLAKE2s (doomlegacy_1.48.16_common.zip) = 45f00f88cdda87766a45b3545d2d04a5cc6307
SHA512 (doomlegacy_1.48.16_common.zip) = 250d3ffec9124220e96bea6136704bfa77cfe714d2dc16249af08e48e099942c6470ff9799b3b9d40fa284912763c45e2a17c26177da248654773b03b04f69d9
Size (doomlegacy_1.48.16_common.zip) = 1066414 bytes
SHA1 (patch-src_am__map.c) = 14b3c8b70c63778ad043827ab2f0b6f4fe07bcde
-SHA1 (patch-src_p__saveg.c) = aec699a94699637cc3ff7e3782c90a3203232c9b
SHA1 (patch-src_z__zone.c) = 13f4ff4a4af836f62779544b72e83b9eb109f7a5
diff --git a/doomlegacy-devel/patches/patch-src_p__saveg.c b/doomlegacy-devel/patches/patch-src_p__saveg.c
deleted file mode 100644
index 80212ff910..0000000000
--- a/doomlegacy-devel/patches/patch-src_p__saveg.c
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD$
-
-SAVEGAME FILE CORRUPTED
-"Legacy save game sync error"
-<https://sourceforge.net/p/doomlegacy/bugs/696/>
-
---- src/p_saveg.c.orig 2024-12-22 00:28:16.000000000 +0000
-+++ src/p_saveg.c
-@@ -714,6 +714,10 @@ void P_ArchivePlayers(void)
- }
- WRITEU16(save_p, flags);
-
-+ // [MB] 2024-12-26: Added for 1.49 savegame format
-+ WRITEBYTE(save_p, ply->GB_flags);
-+ WRITEU16(save_p, ply->GF_flags);
-+
- if (EN_inventory)
- {
- WRITEBYTE(save_p, ply->inventorySlotNum);
Home |
Main Index |
Thread Index |
Old Index