pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
doomlegacy-devel: Update to SVN revision 1460
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Mon Sep 23 17:21:39 2019 +0200
Changeset: 26b361c915e0132b8736939043529e3b27c59a13
Modified Files:
doomlegacy-devel/Makefile
doomlegacy-devel/TODO
Log Message:
doomlegacy-devel: Update to SVN revision 1460
- A new table for skill levels had a bad entry for the hard skill level
- Fix for Bug #654 (loading compressed blockmaps)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26b361c915e0132b8736939043529e3b27c59a13
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
doomlegacy-devel/Makefile | 10 +++++-----
doomlegacy-devel/TODO | 10 ++++++++++
2 files changed, 15 insertions(+), 5 deletions(-)
diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 9ad94434dd..2e49e1672b 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -1,8 +1,8 @@
# $NetBSD$
-VERS= 1.47.2
+VERS= 1.48.3
#PKGNAME= doomlegacy-${VERS}
-SVNVERS= 1458
+SVNVERS= 1460
DISTNAME= doomlegacy-devel-r${SVNVERS}
CATEGORIES= games
@@ -94,13 +94,13 @@ do-install:
${INSTALL_PROGRAM} bin/doomlegacy \
${DESTDIR}${PREFIX}/bin; \
${INSTALL_DATA} docs/legacy.css docs/whatsnew.html \
- ${DESTDIR}${PREFIX}/share/doc/doomlegacy; \
+ ${DESTDIR}${PREFIX}/share/doc/doomlegacy
cd ${WRKDIR}/doomlegacy_${VERS} && \
${INSTALL_DATA} legacy.wad \
- ${DESTDIR}${PREFIX}/${DOOMWADDIR}/legacy.wad; \
+ ${DESTDIR}${PREFIX}/${DOOMWADDIR}/legacy.wad
cd ${WRKDIR} && \
${INSTALL_MAN} ${WRKDIR}/doomlegacy.6 \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6; \
+ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6
cd ${WRKDIR} && \
${INSTALL_DATA} INSTALL.pkgsrc \
${DESTDIR}${PREFIX}/share/doc/doomlegacy/INSTALL.pkgsrc
diff --git a/doomlegacy-devel/TODO b/doomlegacy-devel/TODO
index d97d23064d..115770103b 100644
--- a/doomlegacy-devel/TODO
+++ b/doomlegacy-devel/TODO
@@ -72,4 +72,14 @@ is problematic. Coronas with other settings work.
Part 3 finished.
+Part 4: Problem with loading compressed blockmaps
+=================================================
+Some compressed blockmaps can interfere with the overflow detection.
+
+[X] Reported upstream as Bug #654
+[X] Fixed in SVN revision 1460
+
+Part 4 finished.
+
+
EOF
Home |
Main Index |
Thread Index |
Old Index