pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rtorrent Can use system curses on NetBSD/current. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/25d6ffdcc72f
branches:  trunk
changeset: 395354:25d6ffdcc72f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 07 21:22:08 2009 +0000

description:
Can use system curses on NetBSD/current.  Explicitly include stdarg.h
as mandated by X/Open.

diffstat:

 net/rtorrent/Makefile         |   4 ++--
 net/rtorrent/distinfo         |   3 ++-
 net/rtorrent/patches/patch-af |  12 ++++++++++++
 3 files changed, 16 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r ccd1d60a7619 -r 25d6ffdcc72f net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Tue Jul 07 21:22:02 2009 +0000
+++ b/net/rtorrent/Makefile     Tue Jul 07 21:22:08 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2009/05/19 08:59:28 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2009/07/07 21:22:08 joerg Exp $
 
 DISTNAME=      rtorrent-0.8.2
 CATEGORIES=    net
@@ -13,7 +13,7 @@
 
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
-USE_NCURSES=           yes
+USE_NCURSES=           chgat
 USE_TOOLS+=            gmake pkg-config
 GNU_CONFIGURE=         yes
 GCC_REQD+=             3.3
diff -r ccd1d60a7619 -r 25d6ffdcc72f net/rtorrent/distinfo
--- a/net/rtorrent/distinfo     Tue Jul 07 21:22:02 2009 +0000
+++ b/net/rtorrent/distinfo     Tue Jul 07 21:22:08 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2009/04/10 09:06:20 tron Exp $
+$NetBSD: distinfo,v 1.22 2009/07/07 21:22:08 joerg Exp $
 
 SHA1 (rtorrent-0.8.2.tar.gz) = 891093c5d600c2e3853eadbbec369a12dfe6ec11
 RMD160 (rtorrent-0.8.2.tar.gz) = e86b0082d1788e4e7cd8fcf631f7f857d642c799
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = b62de9ce834aa0422ec173e694d07e88aa1e2f47
 SHA1 (patch-ad) = 04fafec083c7cb27eb2f5ef7fbc5f6ab2e4e4a55
 SHA1 (patch-ae) = 49cb5e84f3759febfc93df874a10c90cafc249d8
+SHA1 (patch-af) = 0a72bf821a647bf5df4e18d0f68173e22645220d
diff -r ccd1d60a7619 -r 25d6ffdcc72f net/rtorrent/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/rtorrent/patches/patch-af     Tue Jul 07 21:22:08 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-af,v 1.1 2009/07/07 21:22:08 joerg Exp $
+
+--- src/display/canvas.h.orig  2008-05-07 14:19:11.000000000 +0200
++++ src/display/canvas.h
+@@ -37,6 +37,7 @@
+ #ifndef RTORRENT_DISPLAY_CANVAS_H
+ #define RTORRENT_DISPLAY_CANVAS_H
+ 
++#include <cstdarg>
+ #include <string>
+ #include <vector>
+ 



Home | Main Index | Thread Index | Old Index