pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/bidwatcher Added a patch to make bidwatcher build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e74e0c95d777
branches:  trunk
changeset: 489840:e74e0c95d777
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Feb 27 10:40:04 2005 +0000

description:
Added a patch to make bidwatcher build on NetBSD-1.6.2. Reviewed by tron.

diffstat:

 misc/bidwatcher/Makefile         |   3 ++-
 misc/bidwatcher/distinfo         |   3 ++-
 misc/bidwatcher/patches/patch-aa |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (42 lines):

diff -r 26f63aee3d6e -r e74e0c95d777 misc/bidwatcher/Makefile
--- a/misc/bidwatcher/Makefile  Sun Feb 27 10:39:52 2005 +0000
+++ b/misc/bidwatcher/Makefile  Sun Feb 27 10:40:04 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.41 2005/02/18 10:10:06 tron Exp $
+# $NetBSD: Makefile,v 1.42 2005/02/27 10:40:04 rillig Exp $
 
 DISTNAME=      bidwatcher-1.3.17
+PKGREVISION=   1
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=bidwatcher/}
 
diff -r 26f63aee3d6e -r e74e0c95d777 misc/bidwatcher/distinfo
--- a/misc/bidwatcher/distinfo  Sun Feb 27 10:39:52 2005 +0000
+++ b/misc/bidwatcher/distinfo  Sun Feb 27 10:40:04 2005 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.34 2005/02/24 11:02:50 agc Exp $
+$NetBSD: distinfo,v 1.35 2005/02/27 10:40:04 rillig Exp $
 
 SHA1 (bidwatcher-1.3.17.tar.gz) = 226a181c1af3836820c7f9df5bfe15ef2d869da1
 RMD160 (bidwatcher-1.3.17.tar.gz) = fee1c5a776e1fc79c6a740ef2bc9f94114259b82
 Size (bidwatcher-1.3.17.tar.gz) = 193923 bytes
+SHA1 (patch-aa) = c4fcc87d614761abf4ef846f2f88584191cad0af
diff -r 26f63aee3d6e -r e74e0c95d777 misc/bidwatcher/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/bidwatcher/patches/patch-aa  Sun Feb 27 10:40:04 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.18 2005/02/27 10:40:04 rillig Exp $
+
+The header file uses the FILE type without including <cstdio>.
+This breaks (at least) on NetBSD-1.6.2.
+
+--- bidwatcher.h.orig  Fri Feb 18 04:30:20 2005
++++ bidwatcher.h       Sat Feb 26 14:15:23 2005
+@@ -29,6 +29,7 @@
+ #include "config.h"
+ #endif
+ 
++#include <cstdio>
+ #include <string>
+ 
+ using namespace std;



Home | Main Index | Thread Index | Old Index