head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2; locks; strict; comment @# @; 1.2 date 2009.06.18.11.15.47; author drochner; state dead; branches; next 1.1; 1.1 date 2009.04.08.13.06.22; author drochner; state Exp; branches; next ; desc @@ 1.2 log @drop Python-2.4 support -- the Makefile was changed recently to require 2.5+ (by mistake, but anyway), and it doesn't hurt because libxcb (our only client) needs 2.5+ now @ text @$NetBSD: patch-aa,v 1.1 2009/04/08 13:06:22 drochner Exp $ --- configure.orig 2009-01-07 13:20:32.000000000 +0100 +++ configure @@@@ -2207,7 +2207,7 @@@@ echo $ECHO_N "checking whether $PYTHON v prog="import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. -minver = map(int, string.split('2.5', '.')) + [0, 0, 0] +minver = map(int, string.split('2.4', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)" @ 1.1 log @split the "xcbgen" Python extension which comes with xcb-proto into its own pkg and pull it in the common Python way so that we ensure matching Python versions @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2009/04/06 10:22:12 drochner Exp $ @