pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/dasher Added a patch that includes the <memory...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ec048e96455b
branches: trunk
changeset: 504683:ec048e96455b
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Dec 18 22:01:33 2005 +0000
description:
Added a patch that includes the <memory> header, needed for std::auto_ptr.
diffstat:
editors/dasher/distinfo | 3 ++-
editors/dasher/patches/patch-ab | 14 ++++++++++++++
2 files changed, 16 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r c544659b1549 -r ec048e96455b editors/dasher/distinfo
--- a/editors/dasher/distinfo Sun Dec 18 21:47:23 2005 +0000
+++ b/editors/dasher/distinfo Sun Dec 18 22:01:33 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2005/10/14 21:51:19 jmmv Exp $
+$NetBSD: distinfo,v 1.11 2005/12/18 22:01:33 rillig Exp $
SHA1 (dasher-3.2.18.tar.bz2) = bfa23eac087197d4ff231bbe59a4ed7d4e39f839
RMD160 (dasher-3.2.18.tar.bz2) = 49a7ed5c5123d33ea042ee112f885e1582bd4132
Size (dasher-3.2.18.tar.bz2) = 4758337 bytes
SHA1 (patch-aa) = af87128e30cff75d12e491a0ee0b49cefddc0674
+SHA1 (patch-ab) = e10f10cd3a88299c02d20083786aacace2938408
diff -r c544659b1549 -r ec048e96455b editors/dasher/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/dasher/patches/patch-ab Sun Dec 18 22:01:33 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2005/12/18 22:01:33 rillig Exp $
+
+std::auto_ptr needs <memory>.
+
+--- Src/DasherCore/DasherInterface.cpp.orig Fri Aug 19 15:41:53 2005
++++ Src/DasherCore/DasherInterface.cpp Sun Dec 18 22:50:11 2005
+@@ -11,6 +11,7 @@
+ #include "CustomColours.h"
+ #include "DasherViewSquare.h"
+
++#include <memory>
+ #include <iostream>
+
+ #include "DasherInterface.h"
Home |
Main Index |
Thread Index |
Old Index