pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/esniper Added a forgotten include file in our pat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b206f9cf91e
branches:  trunk
changeset: 507186:3b206f9cf91e
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Jan 28 18:28:22 2006 +0000

description:
Added a forgotten include file in our patch for auction.c. This way, the
compiler does not complain (or abort) about "int to pointer conversion"
anymore.
This should fix the build on IRIX with the mipspro compiler.

diffstat:

 misc/esniper/distinfo         |   4 ++--
 misc/esniper/patches/patch-aa |  14 +++++++++++---
 2 files changed, 13 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r b63305c5edfc -r 3b206f9cf91e misc/esniper/distinfo
--- a/misc/esniper/distinfo     Sat Jan 28 15:15:39 2006 +0000
+++ b/misc/esniper/distinfo     Sat Jan 28 18:28:22 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/11/13 17:51:40 heinz Exp $
+$NetBSD: distinfo,v 1.2 2006/01/28 18:28:22 heinz Exp $
 
 SHA1 (esniper-2-14-0.tgz) = 34c4575e4259ef19286c92c4909c8e6010672446
 RMD160 (esniper-2-14-0.tgz) = 4bc6b0332d389d6c7dd62d7cc5955702c4e760c5
 Size (esniper-2-14-0.tgz) = 115471 bytes
-SHA1 (patch-aa) = a4aed86c68a5374f88f204844fe279f71d73a136
+SHA1 (patch-aa) = e55f99b79796ef13a07479f7d605acfbfb136dc3
diff -r b63305c5edfc -r 3b206f9cf91e misc/esniper/patches/patch-aa
--- a/misc/esniper/patches/patch-aa     Sat Jan 28 15:15:39 2006 +0000
+++ b/misc/esniper/patches/patch-aa     Sat Jan 28 18:28:22 2006 +0000
@@ -1,8 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/11/13 17:51:40 heinz Exp $
+$NetBSD: patch-aa,v 1.2 2006/01/28 18:28:22 heinz Exp $
 
 --- auction.c.orig     Wed Oct 19 13:37:59 2005
 +++ auction.c
-@@ -1189,7 +1189,7 @@ ebayLogin(auctionInfo *aip)
+@@ -28,6 +28,7 @@
+ #include "buffer.h"
+ #include "http.h"
+ #include <ctype.h>
++#include <curl/curl.h>
+ #include <limits.h>
+ #include <stdio.h>
+ #include <stdlib.h>
+@@ -1189,7 +1190,7 @@ ebayLogin(auctionInfo *aip)
        char *url, *logUrl;
        pageInfo_t *pp;
        int ret = 0;
@@ -11,7 +19,7 @@
  
        if (!(mp = httpGet(LOGIN_1_URL, NULL)))
                return httpError(aip);
-@@ -1198,11 +1198,18 @@ ebayLogin(auctionInfo *aip)
+@@ -1198,11 +1199,18 @@ ebayLogin(auctionInfo *aip)
  
        urlLen = sizeof(LOGIN_2_URL) + strlen(options.username);
        password = getPassword();



Home | Main Index | Thread Index | Old Index