head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.1.0.8 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.6 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.4 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.2 pkgsrc-2010Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2011.12.15.12.29.51; author wiz; state dead; branches; next 1.1; 1.1 date 2010.11.11.23.05.17; author gls; state Exp; branches; next ; desc @@ 1.2 log @patch-aa is not necessary any longer, says gls@@; remove it. @ text @$NetBSD: patch-aa,v 1.1 2010/11/11 23:05:17 gls Exp $ --- gee/priorityqueue.vala.orig 2010-09-15 18:20:50.000000000 +0000 +++ gee/priorityqueue.vala @@@@ -661,7 +661,7 @@@@ public class Gee.PriorityQueue : Gee. _a[degree] = null; int i = _a.length - 1; - while (_a[i] == null) { + while (i >=0 && _a[i] == null) { i--; } _a.resize (i + 1); @ 1.1 log @Add a patch from drochner@@ to keep the selftest from crashing. While here, fix MASTER_SITES, USE_TOOLS and build deps. @ text @d1 1 a1 1 $NetBSD$ @