pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/tyrquake
Module Name: pkgsrc
Committed By: nia
Date: Sun Jan 11 10:56:22 UTC 2026
Modified Files:
pkgsrc/games/tyrquake: distinfo
pkgsrc/games/tyrquake/patches: patch-include_common.h
Log Message:
tyrquake: Work around broken headers on certain netbsd arches in stable
releases.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/games/tyrquake/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/tyrquake/patches/patch-include_common.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/tyrquake/distinfo
diff -u pkgsrc/games/tyrquake/distinfo:1.10 pkgsrc/games/tyrquake/distinfo:1.11
--- pkgsrc/games/tyrquake/distinfo:1.10 Fri Jan 9 23:02:01 2026
+++ pkgsrc/games/tyrquake/distinfo Sun Jan 11 10:56:22 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2026/01/09 23:02:01 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/01/11 10:56:22 nia Exp $
BLAKE2s (tyrquake-0.71.tar.gz) = a3a1030f5b17bfbe6fd3d710d71a0b5b55096f2917f440d9acb1042cf3584d13
SHA512 (tyrquake-0.71.tar.gz) = ecceeecb43866c10c0669b4362ce2eda7a790c502764b3d644566e7637ffbde0548676c9dcea07963db0d91d83c248e3497603c0a3a2e1a12a1418a82c07179a
Size (tyrquake-0.71.tar.gz) = 2287864 bytes
SHA1 (patch-Makefile) = d34b44cfa4c12cdda4a67dfddccd8e2a9ed1bec2
-SHA1 (patch-include_common.h) = 80b0c72fd9a220b8999c00bb90c95ea5a4e11cc6
+SHA1 (patch-include_common.h) = 440b8b641112790b198f5c92831855beb648a8eb
Index: pkgsrc/games/tyrquake/patches/patch-include_common.h
diff -u pkgsrc/games/tyrquake/patches/patch-include_common.h:1.2 pkgsrc/games/tyrquake/patches/patch-include_common.h:1.3
--- pkgsrc/games/tyrquake/patches/patch-include_common.h:1.2 Fri Jan 9 23:02:01 2026
+++ pkgsrc/games/tyrquake/patches/patch-include_common.h Sun Jan 11 10:56:22 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-include_common.h,v 1.2 2026/01/09 23:02:01 nia Exp $
+$NetBSD: patch-include_common.h,v 1.3 2026/01/11 10:56:22 nia Exp $
Stable NetBSD releases leak bswap which conflicts with upstream's
definition.
@@ -10,7 +10,7 @@ definition.
#include <stdarg.h>
#include <stdio.h>
+#ifdef __NetBSD__
-+#include <sys/bswap.h>
++#include <sys/endian.h>
+#endif
#include "qtypes.h"
Home |
Main Index |
Thread Index |
Old Index