Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.9 2012/10/26 20:21:33 joerg Exp $
$NetBSD: distinfo,v 1.11 2016/05/07 09:57:53 joerg Exp $
SHA1 (xevilsrc2.02r2.zip) = e9a262daffc7ee5c06196dc94cf35c199be86bbc
RMD160 (xevilsrc2.02r2.zip) = dca82298ac2dfe66e4e92a02731bb6851563b67e
SHA512 (xevilsrc2.02r2.zip) = ce9422da914234290797258f22fa5f8d6502dc5930eac1c3ce92d708196050ce5d75761c987e2d28b167699460b9c8fd72596242983a0b8ba6d2008c72b2354f
Size (xevilsrc2.02r2.zip) = 1857315 bytes
SHA1 (patch-aa) = 7421021c8b5f486a031959db9ac3e7a1197f7763
SHA1 (patch-ac) = 470479cc03cbd3cc35b5c12560868a18845cdf35
@@ -9,14 +10,14 @@ SHA1 (patch-ad) = df17b2c15b3eedaebd62e1de9e08fd01f98c37f0
SHA1 (patch-ae) = bd4c1811aabf3791563a80c392afe96e0c4ed749
SHA1 (patch-af) = 4d1e6e7cfa7c1b4423ac9edc8f3ece68dbab9b79
SHA1 (patch-ag) = c826c7ee631b3661ca78fe243b6aeb1ff37d73e2
SHA1 (patch-ah) = b78acf6e01bd555024eb1a6a5d80ab8c393de4c5
SHA1 (patch-ai) = 8579f4f6594ff2d01c35c2becc7cf395a5195550
SHA1 (patch-ah) = 15c730952ed18425dce6a398eb71bdc17bd822be
SHA1 (patch-ai) = 22dd40db2b111860090a83314dace236110645e2
SHA1 (patch-aj) = 78214c3bf9d643f9f8ade8c24944eea6b976ea6c
SHA1 (patch-ak) = a83854de16104e124213e3990597555c21533411
SHA1 (patch-al) = 2530864b88b66b5c45b0996cb65269899b115e3f
SHA1 (patch-am) = 9250c6c734b22f1edf63040e2c70579917593f59
SHA1 (patch-an) = 4325b3ff1f32a9b09b540bcc0b482acdf8e96237
SHA1 (patch-ao) = 85f4b0f2238ea1cbfe3ed16a9cd58ed2c64a0da1
SHA1 (patch-ao) = b6871101e4a5e7c8b83f6754474d74183309375f
SHA1 (patch-ap) = 7fb4d991f629ee5f36718a047ce4667c563fd95b
SHA1 (patch-aq) = 2a781bd3118bda38244f7b7a0bb1a202a90c3983
SHA1 (patch-ar) = 8be1ce3f1ed2bd55dfc77042fa5f62fc6b036903

View File

@@ -1,10 +1,12 @@
$NetBSD: patch-ah,v 1.2 2008/08/17 23:50:06 dholland Exp $
$NetBSD: patch-ah,v 1.3 2016/05/07 09:57:54 joerg Exp $
--- cmn/actual.cpp.orig 2000-01-19 12:54:36.000000000 -0500
+++ cmn/actual.cpp 2008-08-17 19:09:43.000000000 -0400
@@ -32,7 +32,8 @@
--- cmn/actual.cpp.orig 2000-01-19 12:54:36.000000000 +0000
+++ cmn/actual.cpp
@@ -31,8 +31,10 @@
#endif
// Include Files
+#include <inttypes.h>
#if X11
-#include <strstream.h>
+#include <strstream>
@@ -12,7 +14,7 @@ $NetBSD: patch-ah,v 1.2 2008/08/17 23:50:06 dholland Exp $
#endif
#if WIN32
#include <strstrea.h>
@@ -1534,7 +1535,7 @@ Boolean Transmogifier::transmogify_targe
@@ -1534,7 +1536,7 @@ Boolean Transmogifier::transmogify_targe
void *closure) {
// notThis is used to prevent transmogifying into the same class an object
// already is.

View File

@@ -1,12 +1,13 @@
$NetBSD: patch-ai,v 1.2 2008/08/17 23:50:06 dholland Exp $
$NetBSD: patch-ai,v 1.3 2016/05/07 09:57:54 joerg Exp $
--- cmn/xetp.cpp.orig 2000-01-19 12:54:30.000000000 -0500
+++ cmn/xetp.cpp 2008-08-17 19:12:24.000000000 -0400
@@ -29,9 +29,10 @@
--- cmn/xetp.cpp.orig 2000-01-19 12:54:30.000000000 +0000
+++ cmn/xetp.cpp
@@ -29,9 +29,11 @@
#include "stdafx.h"
-#include <iostream.h>
+#include <inttypes.h>
+#include <iostream>
#if X11
-#include <strstream.h>
@@ -15,7 +16,7 @@ $NetBSD: patch-ai,v 1.2 2008/08/17 23:50:06 dholland Exp $
#endif
#if WIN32
#include <strstrea.h>
@@ -159,7 +160,7 @@ void XETP::send_objects(OutStreamP out,c
@@ -159,7 +161,7 @@ void XETP::send_objects(OutStreamP out,c
for (n = 0; n < physicals.length(); n++) {
PhysicalP p = (PhysicalP)physicals.get(n);
// computing object_length twice, but who cares.

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-ao,v 1.3 2011/11/27 19:43:33 joerg Exp $
$NetBSD: patch-ao,v 1.4 2016/05/07 09:57:54 joerg Exp $
--- cmn/game_style.cpp.orig 2003-03-22 20:47:42.000000000 +0000
+++ cmn/game_style.cpp
@@ -29,19 +29,18 @@
@@ -29,19 +29,19 @@
// Include Files
#include "stdafx.h"
@@ -10,6 +10,7 @@ $NetBSD: patch-ao,v 1.3 2011/11/27 19:43:33 joerg Exp $
-#include <string.h>
-}
+#include <cstring>
+#include <inttypes.h>
#if X11
-#include <strstream.h>
@@ -26,7 +27,7 @@ $NetBSD: patch-ao,v 1.3 2011/11/27 19:43:33 joerg Exp $
#include "utils.h"
#include "coord.h"
#include "world.h"
@@ -2680,7 +2679,7 @@ int ZigZag::new_level_check(int,WorldP w
@@ -2680,7 +2680,7 @@ int ZigZag::new_level_check(int,WorldP w
HumanP human = locator->get_human(n);
if (human) {
// previous depth