Sat May 4 12:50:39 2013 UTC ()
size_type is a trait of the container, not the iterator.


(joerg)
diff -r1.31 -r1.32 pkgsrc/net/aria2/distinfo
diff -r0 -r1.1 pkgsrc/net/aria2/patches/patch-src_IndexedList.h

cvs diff -r1.31 -r1.32 pkgsrc/net/aria2/distinfo (expand / switch to unified diff)

--- pkgsrc/net/aria2/distinfo 2013/03/19 15:48:29 1.31
+++ pkgsrc/net/aria2/distinfo 2013/05/04 12:50:38 1.32
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.31 2013/03/19 15:48:29 ryoon Exp $ 1$NetBSD: distinfo,v 1.32 2013/05/04 12:50:38 joerg Exp $
2 2
3SHA1 (aria2-1.16.4.tar.bz2) = 302885fae5809e5bd62abd4cdb9592bb5b47c4a1 3SHA1 (aria2-1.16.4.tar.bz2) = 302885fae5809e5bd62abd4cdb9592bb5b47c4a1
4RMD160 (aria2-1.16.4.tar.bz2) = 14a745b3703867d5f65329581f189a681349ccc4 4RMD160 (aria2-1.16.4.tar.bz2) = 14a745b3703867d5f65329581f189a681349ccc4
5Size (aria2-1.16.4.tar.bz2) = 2156764 bytes 5Size (aria2-1.16.4.tar.bz2) = 2156764 bytes
 6SHA1 (patch-src_IndexedList.h) = 9de3c3ee715d6a59454fd594464f19e33a4df9a0

File Added: pkgsrc/net/aria2/patches/Attic/patch-src_IndexedList.h
$NetBSD: patch-src_IndexedList.h,v 1.1 2013/05/04 12:50:38 joerg Exp $

--- src/IndexedList.h.orig	2013-05-03 11:55:44.000000000 +0000
+++ src/IndexedList.h
@@ -68,7 +68,7 @@ struct IndexedListIterator {
   typedef ValueType value_type;
   typedef PointerType pointer;
   typedef ReferenceType reference;
-  typedef typename SeqIteratorType::size_type size_type;
+  typedef typename SeqType::size_type size_type;
   typedef typename SeqIteratorType::difference_type difference_type;
   typedef IndexedListIterator SelfType;