pkgsrc-WIP-changes archive

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

doomlegacy-devel: Enable debug symbols



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Tue Nov 17 18:56:52 2020 +0100
Changeset:	01893cae7404757b89d95fa3c382fcd9141e10ed

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

Log Message:
doomlegacy-devel: Enable debug symbols

Updated TODO file.

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

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

diffstat:
 doomlegacy-devel/Makefile |  3 +++
 doomlegacy-devel/TODO     | 68 ++++++-----------------------------------------
 2 files changed, 11 insertions(+), 60 deletions(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 693ed73ff1..dfedfc773f 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -68,6 +68,9 @@ SUBST_FILES.makeopt=	make_options
 SUBST_SED.makeopt=	-e 's,\#[ ]*COMP_ENVIRONMENT,COMP_ENVIRONMENT,'
 SUBST_SED.makeopt+=	-e 's,HAVE_LIBZIP,\# HAVE_LIBZIP,'
 SUBST_SED.makeopt+=	-e 's,HAVE_DLOPEN,\# HAVE_DLOPEN,'
+# Enable debug build
+SUBST_SED.makeopt+=	-e 's,\# DEBUG=1,DEBUG=1,'
+INSTALL_UNSTRIPPED=	yes
 
 # Configure defaults for LEGACYWADDIR and DOOMWADDIR
 SUBST_CLASSES+=		doomdef
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index 09caeabf75..52e9a93de2 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -38,69 +38,17 @@ Make it possible to play maps with broken blockmaps (or no blockmaps at all).
 [X] Created upstream feature request #96
 
 
-Part 10: Some textures show pink/black/pink stripes
-===================================================
-Just a cosmetic problem.
-
-[X] Created upstream bug report #663
-    Reason was missing support for DeePsea tall patches (see Part 12)
-    Fixed in SVN revision 1547
-    => Works as expected
-
-Part�10�finished.
+Part 14: Import final release
+=============================
+[X] Import version 1.48.6 to pkgsrc
+    Parts 10 to 13 are now available in games/doomlegacy
 
 
-Part 11: Resurrect SunOS codepath
+Part 15: Savegame buffer overflow
 =================================
-[X] Explicitly define SOLARIS for all SunOS-based operating systems
-    Required at least for SmartOS
-[X] Do not use label_t
-    Comment out declaration of unused function with return value of that type
-[X] Use native inet_aton()
-    Located in libresolv on SunOS
-[X] Use fcntl() instead of ioctl() to enable non-blocking mode of socket
-    Should be usable for all POSIX conformant operating systems
-[X] Created upstream bug report #666
-    Patches merged in SVN revision 1548
-[X] Remove pkgsrc patches for SunOS support
-
-Part�11�finished.
-
-
-Part 12: Support for DeePsea tall patches in textures and sprites
-=================================================================
-WAD file for test:
-http://jnechaevsky.users.sourceforge.net/files/512x512.wad
-
-[X] Import general support from Crispy Doom
-[X] Tested to work for sprites with software renderer
-[X] Make it work for textures with hardware renderer
-[X] Propose reduced patchset upstream
-    => Support for DeePsea tall patches was added in SVN revision 1547
-[X] Test upstream patches
-    => Works now with software and hardware renderer
-[X] Remove pkgsrc patches for DeePsea tall patches
-
-The hardware renderer still has some problems (HOM with specific viewing
-angles). This looks unrelated to the texture format.
-
-Part�12�finished.
-
-
-Part 13: Problem with masked textures if width not a power of 2
-===============================================================
-[X] Discussed while testing fix for bug #663 with Lost Civilization
-    => Problem with a large tree in Map 1
-    => A similar problem exist with the rotating saw blade in Map 4
-    Fixed in SVN revision 1549
-    => Works as expected
-
-Part�13�finished.
-
-
-Part 14: Import final release
-=============================
-[ ] Import version 1.48.6 to pkgsrc
+[X] Created upstream bug report #667
+[ ] Investigate crash with Antaresian Reliquary (Maps 4 and 7)
+    https://doomworld.com/idgames/levels/doom2/Ports/a-c/anta_req
 
 
 EOF


Home | Main Index | Thread Index | Old Index