head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q1:1.1.0.28 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.26 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.24 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.22 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.20 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.18 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.16 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.14 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.12 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.10 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.8 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.6 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.4 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.2 pkgsrc-2008Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2012.05.16.17.42.37; author tron; state dead; branches; next 1.1; 1.1 date 2008.12.05.16.31.52; author tron; state Exp; branches; next ; desc @@ 1.2 log @Update "libtorrent" package to version 0.13.2 and "rtorrent" package to version 0.9.2. A list of changes is not available unfortunately. But it seems that most of the Solaris related build fixes have been integrated. @ text @$NetBSD: patch-ac,v 1.1 2008/12/05 16:31:52 tron Exp $ --- src/input/path_input.cc.orig 2008-12-05 13:19:28 +0100 +++ src/input/path_input.cc 2008-12-05 13:25:19 +0100 @@@@ -42,7 +42,7 @@@@ #include #include -#include +#include #include "path_input.h" @@@@ -72,7 +72,7 @@@@ struct _transform_filename { void operator () (utils::directory_entry& entry) { - if (entry.d_type == DT_DIR) + if (S_ISDIR(entry.d_type)) entry.d_name += '/'; } }; @ 1.1 log @Add patch from to fix the build under Solaris and DragonFly. Patch provided by Rumko in private e-mail. @ text @d1 1 a1 1 $NetBSD$ @