pkgsrc-WIP-changes archive

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

woof: Add link to upstream commit to endianess patch



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Thu Apr 30 11:33:38 2020 +0200
Changeset:	c49c364427115c92b6a8e343d763efd16701c9f6

Modified Files:
	woof/TODO
	woof/patches/patch-Source_p__extnodes.c

Log Message:
woof: Add link to upstream commit to endianess patch

Document that keyboard behaviour is intended.

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

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

diffstat:
 woof/TODO                               | 4 +++-
 woof/patches/patch-Source_p__extnodes.c | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/woof/TODO b/woof/TODO
index 8f1f0ebaf9..0569199107 100644
--- a/woof/TODO
+++ b/woof/TODO
@@ -1,5 +1,4 @@
 [X] Add ${PREFIX}/share/doom directory to search list
-[ ] QUERZ keyboard layout does not work
 [X] Fix crashes on big endian machines
 
 $ uname
@@ -24,3 +23,6 @@ S_Init: Setting up sound.
 HU_Init: Setting up heads up display.
 ST_Init: Init status bar.
 Segmentation fault
+
+[X] QUERZ keyboard layout does not work
+    According to upstream this is intended behaviour (as with original MBF)
diff --git a/woof/patches/patch-Source_p__extnodes.c b/woof/patches/patch-Source_p__extnodes.c
index dfb91b4f10..d2e199cb99 100644
--- a/woof/patches/patch-Source_p__extnodes.c
+++ b/woof/patches/patch-Source_p__extnodes.c
@@ -1,6 +1,7 @@
 $NetBSD$
 
 Fix endianess for import of extended nodes.
+https://github.com/fabiangreffrath/woof/commit/e5f7ae07c6cf6f8ab0dcd223b1dae2a133907333
 
 --- Source/p_extnodes.c.orig	2020-04-14 06:39:44.000000000 +0000
 +++ Source/p_extnodes.c


Home | Main Index | Thread Index | Old Index