diff options
author | mrg <mrg> | 2003-08-02 13:43:16 +0000 |
---|---|---|
committer | mrg <mrg> | 2003-08-02 13:43:16 +0000 |
commit | 92cab415c3ce7a41ac77324deb445ba7726da644 (patch) | |
tree | 992b11a63abe6e43a05f80b80142883a0dd43f15 /x11/kdelibs3 | |
parent | f6b92af811bcea91a2f470918386ceec4f21e4f3 (diff) | |
download | pkgsrc-92cab415c3ce7a41ac77324deb445ba7726da644.tar.gz |
remove a patch that is in the latest version
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/distinfo | 3 | ||||
-rw-r--r-- | x11/kdelibs3/patches/patch-ad | 16 |
2 files changed, 1 insertions, 18 deletions
diff --git a/x11/kdelibs3/distinfo b/x11/kdelibs3/distinfo index d341710f523..0c06b35dbe5 100644 --- a/x11/kdelibs3/distinfo +++ b/x11/kdelibs3/distinfo @@ -1,11 +1,10 @@ -$NetBSD: distinfo,v 1.24 2003/08/02 05:28:27 mrg Exp $ +$NetBSD: distinfo,v 1.25 2003/08/02 13:43:16 mrg Exp $ SHA1 (kdelibs-3.1.3.tar.bz2) = 1bc987bd7b5a171e4efe5b5edad3134a3959e50b Size (kdelibs-3.1.3.tar.bz2) = 10533062 bytes SHA1 (patch-aa) = 4e79f488d54f6b05a23951c6e206e6582ef2a2a7 SHA1 (patch-ab) = 5b2188a3e4edd1f5eb0f3516f6a846e9a8c8c055 SHA1 (patch-ac) = 491ef6e556b7ce55e9c92b2dd641e20f9c94912e -SHA1 (patch-ad) = d53074bf5496ce028a6a3526d5818b5732bf4aa3 SHA1 (patch-ae) = 238f16203cd101a5944ff01aa965956392c5b16d SHA1 (patch-af) = 5b19804a42f5358f26ded54e9606efbc9a9a19b4 SHA1 (patch-ag) = 2b0aac962badf6e57f7baafa9497e73be503af59 diff --git a/x11/kdelibs3/patches/patch-ad b/x11/kdelibs3/patches/patch-ad deleted file mode 100644 index 330ee943221..00000000000 --- a/x11/kdelibs3/patches/patch-ad +++ /dev/null @@ -1,16 +0,0 @@ ---- kstyles/keramik/genembed.cpp.orig 2003-05-07 21:46:36.000000000 +1000 -+++ kstyles/keramik/genembed.cpp 2003-07-30 22:56:10.000000000 +1000 -@@ -32,10 +32,12 @@ - - #include <kimageeffect.h> - --#include <iostream.h> -+#include <iostream> - #include <string.h> - #include <math.h> - -+using namespace std; -+ - //NOTE: Use of old-style header is intentional for portability. See revisions 1.6 and 1.7 - - //Force-touch-embedded-revision: 2 |