pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
prboom-plus: Add comments for patches
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Thu Apr 30 14:35:40 2020 +0200
Changeset: 17afbfa71684cd303d2574f2c4bcf739fe483019
Modified Files:
prboom-plus/README
prboom-plus/distinfo
prboom-plus/patches/patch-src_m__swap.h
Log Message:
prboom-plus: Add comments for patches
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=17afbfa71684cd303d2574f2c4bcf739fe483019
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
prboom-plus/README | 5 ++---
prboom-plus/distinfo | 2 +-
prboom-plus/patches/patch-src_m__swap.h | 1 +
3 files changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/prboom-plus/README b/prboom-plus/README
index 1e8f4c8fd7..40ac32939e 100644
--- a/prboom-plus/README
+++ b/prboom-plus/README
@@ -5,7 +5,6 @@ This package fixes the following bug in prboom+ 2.5.1.4:
Loading maps using extended nodes crashes on big endian machines
(because 32-bit values are imported with wrong byte order).
-Bug was reported and is already fixed upstream for ZDoom extended nodes.
-Bug was reported for DeepBSP extended nodes (not fixed upstream yet).
+Bug was reported and is already fixed upstream
-This package will stay in wip until the next release of prboom+.
+This package will stay in wip until the next release of PrBoom+.
diff --git a/prboom-plus/distinfo b/prboom-plus/distinfo
index 337291a539..3f5ab8c140 100644
--- a/prboom-plus/distinfo
+++ b/prboom-plus/distinfo
@@ -4,5 +4,5 @@ SHA1 (prboom-plus-2.5.1.4.tar.gz) = 73b3b46c36aa693059f2762dcd807bfd0490f130
RMD160 (prboom-plus-2.5.1.4.tar.gz) = ebb834844f6ca38aa55214ae8ee1d0cff5e2d5e8
SHA512 (prboom-plus-2.5.1.4.tar.gz) = ca342bc2eac05458ed9c40aa781badc81416f25e51de23543f037df547d973dcca7522fb942160b7b797d24b6313a0e111afa11ad887199fbaab06240ffeb716
Size (prboom-plus-2.5.1.4.tar.gz) = 1627558 bytes
-SHA1 (patch-src_m__swap.h) = 2a60e2dfe84496f46b89f2e28007b53c35157b00
+SHA1 (patch-src_m__swap.h) = 452feff775d3490529f581eebd8b0ac2736df49c
SHA1 (patch-src_p__setup.c) = b3a61ed7960b84bcf50a33c23f16d0053ee1f014
diff --git a/prboom-plus/patches/patch-src_m__swap.h b/prboom-plus/patches/patch-src_m__swap.h
index 23fc23c871..1d970ba737 100644
--- a/prboom-plus/patches/patch-src_m__swap.h
+++ b/prboom-plus/patches/patch-src_m__swap.h
@@ -2,6 +2,7 @@ $NetBSD$
Use doom_wtohs() for LittleShort() because these macros are used for
importing data from WAD files. Add comments for returned data types.
+Rejected by upstream.
--- src/m_swap.h.orig 2014-05-20 04:47:44.000000000 +0000
+++ src/m_swap.h
Home |
Main Index |
Thread Index |
Old Index