head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.18 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.16 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.14 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.12 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.10 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.8 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.6 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.4 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.2 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.1.0.6 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.4 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.2 pkgsrc-2007Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2008.04.25.16.11.13; author tnn; state dead; branches; next 1.1; 1.1 date 2007.10.10.11.24.11; author rillig; state Exp; branches; next ; desc @@ 1.2 log @De-orbit support for python 2.0 and python 2.2 under the "three major releases is enough" rule of thumb. (python 2.3 was released 5 years ago.) Keep python 1.5 and 2.1 though, because there are a handful of packages that still need them. @ text @$NetBSD: patch-na,v 1.1 2007/10/10 11:24:11 rillig Exp $ --- Modules/mmapmodule.c.orig 2003-02-07 20:46:44.000000000 +0100 +++ Modules/mmapmodule.c 2007-10-10 13:19:54.000000000 +0200 @@@@ -428,6 +428,10 @@@@ mmap_resize_method(mmap_object *self, } else { void *newmap; +#if defined(__NetBSD__) +# define mremap(a, b, c, d) (mremap)((a), (b), NULL, (c), (d)) +#endif + #ifdef MREMAP_MAYMOVE newmap = mremap(self->data, self->size, new_size, MREMAP_MAYMOVE); #else @ 1.1 log @Fixed mremap on NetBSD. @ text @d1 1 a1 1 $NetBSD$ @