head 1.2; access; symbols pkgsrc-2014Q2:1.1.0.8 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.6 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.4 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.2 pkgsrc-2013Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2014.08.29.04.40.06; author mef; state dead; branches; next 1.1; commitid aGTdUgd0sDGFfdOx; 1.1 date 2013.09.20.23.05.21; author joerg; state Exp; branches; next ; commitid nl57t4JGuQTBoe6x; desc @@ 1.2 log @(pkgsrc) simulavr asks for libiberty.a. With avr-gcc 4.5.3 and avr-binutils-2.23.2, binutils is installing libiberty.a But with new binutils-2.24, it won't install libiberty. Instead, avr-gcc-4.8.3 will provied libiberty. Makefile (of simulavr) now has pointer to PATH of libiberty now as: CONFIGURE_ARGS+= --with-libiberty=${PREFIX}/lib/gcc/avr (Add patches) patch-src_systemclock_cpp (rename from patch-src_systemclock.cpp) patch-src_systemclock_h patch-src_traceval_cpp patch-src_traceval_h clang flags as resize unresolved reference, backport from git repository (as of 2013-09-15). patch-examples_atmel_key_StdDefs_c Status: Locally Added passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] @ text @$NetBSD: patch-src_systemclock.cpp,v 1.1 2013/09/20 23:05:21 joerg Exp $ --- src/systemclock.cpp.orig 2013-09-20 22:35:37.000000000 +0000 +++ src/systemclock.cpp @@@@ -67,7 +67,7 @@@@ bool MinHeap::ContainsValue( template void MinHeap::Insert(Key k, Value v) { - resize(this->size()+1); + this->resize(this->size()+1); for(unsigned i = this->size();;) { unsigned parent = i/2; if(parent == 0 || (*this)[parent-1].first < k) { @ 1.1 log @Fix template lookup. @ text @d1 1 a1 1 $NetBSD$ @