Mon Aug 29 14:45:46 2011 UTC ()
Add comment to patch.


(wiz)
diff -r1.1.1.1 -r1.2 pkgsrc/net/flickcurl/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/net/flickcurl/patches/patch-src_flickcurl__internal.h

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/flickcurl/distinfo (expand / switch to unified diff)

--- pkgsrc/net/flickcurl/distinfo 2011/08/25 13:30:23 1.1.1.1
+++ pkgsrc/net/flickcurl/distinfo 2011/08/29 14:45:46 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/08/25 13:30:23 jakllsch Exp $ 1$NetBSD: distinfo,v 1.2 2011/08/29 14:45:46 wiz Exp $
2 2
3SHA1 (flickcurl-1.21.tar.gz) = 42f73733e750a54758bd07db81fdd12b91c430dd 3SHA1 (flickcurl-1.21.tar.gz) = 42f73733e750a54758bd07db81fdd12b91c430dd
4RMD160 (flickcurl-1.21.tar.gz) = 5943d029d98d540802a162eab8ca13b9b2e9480a 4RMD160 (flickcurl-1.21.tar.gz) = 5943d029d98d540802a162eab8ca13b9b2e9480a
5Size (flickcurl-1.21.tar.gz) = 1775999 bytes 5Size (flickcurl-1.21.tar.gz) = 1775999 bytes
6SHA1 (patch-src_flickcurl__internal.h) = d0d2312289ccd99101bc135cb38f1e371dc88ecb 6SHA1 (patch-src_flickcurl__internal.h) = 6fb6f9f9cd56aacb2fc93ea0a080cbae25ff46a4

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/flickcurl/patches/Attic/patch-src_flickcurl__internal.h (expand / switch to unified diff)

--- pkgsrc/net/flickcurl/patches/Attic/patch-src_flickcurl__internal.h 2011/08/25 13:30:23 1.1.1.1
+++ pkgsrc/net/flickcurl/patches/Attic/patch-src_flickcurl__internal.h 2011/08/29 14:45:46 1.2
@@ -1,12 +1,14 @@ @@ -1,12 +1,14 @@
1$NetBSD: patch-src_flickcurl__internal.h,v 1.1.1.1 2011/08/25 13:30:23 jakllsch Exp $ 1$NetBSD: patch-src_flickcurl__internal.h,v 1.2 2011/08/29 14:45:46 wiz Exp $
 2
 3Compatibility with latest curl.
2 4
3--- src/flickcurl_internal.h.orig 2010-07-24 19:33:34.000000000 +0000 5--- src/flickcurl_internal.h.orig 2010-07-24 19:33:34.000000000 +0000
4+++ src/flickcurl_internal.h 6+++ src/flickcurl_internal.h
5@@ -24,7 +24,6 @@ 7@@ -24,7 +24,6 @@
6 #include <libxml/xpath.h> 8 #include <libxml/xpath.h>
7  9
8 #include <curl/curl.h> 10 #include <curl/curl.h>
9-#include <curl/types.h> 11-#include <curl/types.h>
10 #include <curl/easy.h> 12 #include <curl/easy.h>
11  13
12  14