pkgsrc-WIP-changes archive

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

doomlegacy-devel: Update to SVN revision 1586



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Sep 29 10:56:37 2021 +0200
Changeset:	a406947f22946cdfb7fd231205c53bc35b140e09

Modified Files:
	doomlegacy-devel/Makefile

Log Message:
doomlegacy-devel: Update to SVN revision 1586

- Fix deh to read Avactor.wad dehacked.
- Read buffer length at 200 was too short, made it 1028 like PrBoom.
- Made the keyword lookup use strcasecmp.
- Made a blank line in a section, exit the section,
  as in PrBoom and Eternity.
- Detect comments that start with "//", as Avactor has some, even
  though I have not seen documentation that says they are valid.
  Dehacked itself is not really documented.
  It is "do what the other ports did".

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

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

diffstat:
 doomlegacy-devel/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/doomlegacy-devel/Makefile b/doomlegacy-devel/Makefile
index 7a686cd7b4..3a1fa2891a 100644
--- a/doomlegacy-devel/Makefile
+++ b/doomlegacy-devel/Makefile
@@ -2,7 +2,7 @@
 
 VERS=		1.48.8
 #PKGNAME=	doomlegacy-${VERS}
-SVNVERS=	1585
+SVNVERS=	1586
 DISTNAME=	doomlegacy-devel-0r${SVNVERS}
 CATEGORIES=	games
 


Home | Main Index | Thread Index | Old Index