summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-21 16:06:35 +0000
committerwiz <wiz>2009-05-21 16:06:35 +0000
commitda2ee2835bc1d41dc143bca366c7ca717ad6f8e6 (patch)
tree63fe38c587d73cc5055a486608c1c26fe5cc27aa /editors
parentb939b603b9034c41831ff72a0c8d06dab79653c9 (diff)
downloadpkgsrc-da2ee2835bc1d41dc143bca366c7ca717ad6f8e6.tar.gz
Remove cargo cult patch.
Diffstat (limited to 'editors')
-rw-r--r--editors/dasher/distinfo3
-rw-r--r--editors/dasher/patches/patch-ag13
2 files changed, 1 insertions, 15 deletions
diff --git a/editors/dasher/distinfo b/editors/dasher/distinfo
index 54db78617ee..ed489f52094 100644
--- a/editors/dasher/distinfo
+++ b/editors/dasher/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.29 2009/05/21 16:04:03 wiz Exp $
+$NetBSD: distinfo,v 1.30 2009/05/21 16:06:35 wiz Exp $
SHA1 (dasher-4.10.1.tar.bz2) = bc2bd8c8c8f078f5290527f1525563d098f53b5d
RMD160 (dasher-4.10.1.tar.bz2) = 0ed314ba5717f129168e315e02389259dc28532c
Size (dasher-4.10.1.tar.bz2) = 6679084 bytes
-SHA1 (patch-ag) = f5f5c519d6ae9f5ec3f5b04688a0930b02bcbd2e
diff --git a/editors/dasher/patches/patch-ag b/editors/dasher/patches/patch-ag
deleted file mode 100644
index 545e8c1af32..00000000000
--- a/editors/dasher/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.4 2009/03/22 15:30:51 wiz Exp $
-
---- Src/DasherCore/DasherViewSquare.cpp.orig 2009-03-16 17:02:53.000000000 +0000
-+++ Src/DasherCore/DasherViewSquare.cpp
-@@ -41,7 +41,7 @@
- using namespace Dasher;
-
- // Track memory leaks on Windows to the line that new'd the memory
--#ifdef _WIN32
-+#if defined(_WIN32) || defined(__DragonFly__)
- #ifdef _DEBUG_MEMLEAKS
- #define DEBUG_NEW new( _NORMAL_BLOCK, THIS_FILE, __LINE__ )
- #define new DEBUG_NEW