pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/eureka



Module Name:    pkgsrc
Committed By:   micha
Date:           Fri May 15 14:59:53 UTC 2020

Modified Files:
        pkgsrc/games/eureka: Makefile

Log Message:
games/doomlegacy: Broken on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/eureka/Makefile

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

Modified files:

Index: pkgsrc/games/eureka/Makefile
diff -u pkgsrc/games/eureka/Makefile:1.3 pkgsrc/games/eureka/Makefile:1.4
--- pkgsrc/games/eureka/Makefile:1.3    Mon Apr 27 18:38:44 2020
+++ pkgsrc/games/eureka/Makefile        Fri May 15 14:59:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/04/27 18:38:44 micha Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/15 14:59:53 micha Exp $
 
 DISTNAME=      eureka-1.27b-source
 # Some macOS patches were added after the release of 1.27 but unfortunately
@@ -14,6 +14,17 @@ HOMEPAGE=    https://sourceforge.net/projec
 COMMENT=       Doom/Heretic/Hexen map editor
 LICENSE=       gnu-gpl-v2
 
+# Error on SmartOS 20200130T160054Z/x86_64:
+# [...]
+# src/e_basis.cc:1200:57: error: expected ',' or '...' before numeric constant
+#  1200 | static void ChecksumSector(crc32_c& crc, const Sector * SEC)
+#       |                                                         ^~~
+# src/e_basis.cc: In function 'void ChecksumSector(crc32_c&, const Sector*)':
+# src/e_basis.cc:1202:12: error: base operand of '->' is not a pointer
+#  1202 |  crc += SEC->floorh;
+#       |            ^~
+BROKEN_ON_PLATFORM=    SunOS-*-*
+
 # Makefile declares "-std=c++03"
 USE_LANGUAGES= c++03
 USE_TOOLS+=    gmake



Home | Main Index | Thread Index | Old Index