pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xcb-proto/patches Remove unneeded patch.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8eaa6f8a925
branches: trunk
changeset: 568585:f8eaa6f8a925
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 15 15:11:06 2009 +0000
description:
Remove unneeded patch.
diffstat:
x11/xcb-proto/patches/patch-aa | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diffs (17 lines):
diff -r 97abbff3f8c2 -r f8eaa6f8a925 x11/xcb-proto/patches/patch-aa
--- a/x11/xcb-proto/patches/patch-aa Tue Dec 15 15:09:21 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2009/04/06 10:22:12 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)"
Home |
Main Index |
Thread Index |
Old Index