pkgsrc-WIP-changes archive

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

doomlegacy: Put SUBST on doomdef.h in do-configure phase



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Jun 14 15:04:39 2019 +0200
Changeset:	57b232ddce1c9e3bfc3b8555f688ad3d0f6129d8

Modified Files:
	doomlegacy/Makefile
	doomlegacy/TODO

Log Message:
doomlegacy: Put SUBST on doomdef.h in do-configure phase

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

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

diffstat:
 doomlegacy/Makefile | 4 ++--
 doomlegacy/TODO     | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/doomlegacy/Makefile b/doomlegacy/Makefile
index 8183d5a746..4e38aa35f3 100644
--- a/doomlegacy/Makefile
+++ b/doomlegacy/Makefile
@@ -50,9 +50,9 @@ MESSAGE_SRC+=		MESSAGE.doomlegacy
 MESSAGE_SUBST+=		PKGNAME=${PKGNAME:C/-.*//}
 MESSAGE_SUBST+=		DOOMWADDIR_CONF="${PREFIX}/${DOOMWADDIR}"
 
-# Set LEGACYWADDIR to DOOMWADDIR
+# Configure LEGACYWADDIR and DOOMWADDIR
 SUBST_CLASSES+=		doomdef
-SUBST_STAGE.doomdef=	pre-configure
+SUBST_STAGE.doomdef=	do-configure
 SUBST_MESSAGE.doomdef=	Preparing doomdef.h file ...
 SUBST_FILES.doomdef=	src/doomdef.h
 SUBST_SED.doomdef=	-e 's,LEGACYWADDIR  "/usr/local/share/games/doomlegacy",LEGACYWADDIR  "${PREFIX}/${DOOMWADDIR}",g'
diff --git a/doomlegacy/TODO b/doomlegacy/TODO
index bf79b3dbd7..aed4001639 100644
--- a/doomlegacy/TODO
+++ b/doomlegacy/TODO
@@ -20,7 +20,9 @@
     Dependency generation fails
 [ ] Analyze why MIDI music doesn't work
 [X] Check OpenGL renderer
-    Looks nice
+    GNU/Linux: Looks nice
+    NetBSD: Fails with:
+    LLVM ERROR: Program used external function 'llvm.x86.sse41.pmaxsd' which could not be resolved!
 [ ] Send NetBSD patches to upstream
 [X] Check Doom Episode 2 (The Shores of Hell)
 [X] Check Doom Episode 3 (Inferno)


Home | Main Index | Thread Index | Old Index