Thu Jan 10 23:56:32 2013 UTC ()
Don't declare objects without default constructor as const.


(joerg)
diff -r1.9 -r1.10 pkgsrc/games/tads/distinfo
diff -r0 -r1.1 pkgsrc/games/tads/patches/patch-tads3_tcprs.cpp

cvs diff -r1.9 -r1.10 pkgsrc/games/tads/distinfo (expand / switch to unified diff)

--- pkgsrc/games/tads/distinfo 2010/05/29 14:31:23 1.9
+++ pkgsrc/games/tads/distinfo 2013/01/10 23:56:32 1.10
@@ -1,8 +1,9 @@ @@ -1,8 +1,9 @@
1$NetBSD: distinfo,v 1.9 2010/05/29 14:31:23 dillo Exp $ 1$NetBSD: distinfo,v 1.10 2013/01/10 23:56:32 joerg Exp $
2 2
3SHA1 (tads-3.0.8-1/tads23-unix.tar.gz) = 2bd4c64fd090d880b98a8a590d48482d4dfcb67b 3SHA1 (tads-3.0.8-1/tads23-unix.tar.gz) = 2bd4c64fd090d880b98a8a590d48482d4dfcb67b
4RMD160 (tads-3.0.8-1/tads23-unix.tar.gz) = 8f83f60d01fb8549fa38adcc48fa04c92fba5250 4RMD160 (tads-3.0.8-1/tads23-unix.tar.gz) = 8f83f60d01fb8549fa38adcc48fa04c92fba5250
5Size (tads-3.0.8-1/tads23-unix.tar.gz) = 4122345 bytes 5Size (tads-3.0.8-1/tads23-unix.tar.gz) = 4122345 bytes
6SHA1 (patch-aa) = 8d53351305a435d3c2c5d0c1c7f60ed9cbdd7018 6SHA1 (patch-aa) = 8d53351305a435d3c2c5d0c1c7f60ed9cbdd7018
7SHA1 (patch-ab) = b8e48ff15ef5fa1834c98a5bcc6df3d732dfe062 7SHA1 (patch-ab) = b8e48ff15ef5fa1834c98a5bcc6df3d732dfe062
8SHA1 (patch-ac) = 2c05036ff65316699533471d3cbe275e33a100b3 8SHA1 (patch-ac) = 2c05036ff65316699533471d3cbe275e33a100b3
 9SHA1 (patch-tads3_tcprs.cpp) = 7f377ea541009490910259c734d577b612f264ef

File Added: pkgsrc/games/tads/patches/patch-tads3_tcprs.cpp
$NetBSD: patch-tads3_tcprs.cpp,v 1.1 2013/01/10 23:56:32 joerg Exp $

--- tads3/tcprs.cpp.orig	2013-01-10 22:23:58.000000000 +0000
+++ tads3/tcprs.cpp
@@ -116,7 +116,7 @@ static const CTcPrsOpAnd S_op_and(&S_op_
 static const CTcPrsOpOr S_op_or(&S_op_and, &S_op_and);
 
 /* conditional operator */
-static const CTcPrsOpIf S_op_if;
+static CTcPrsOpIf S_op_if;
 
 /* 
  *   assignment operator - note that this is non-const, because we must be