summaryrefslogtreecommitdiff
path: root/graphics/py-cairo
diff options
context:
space:
mode:
authoralnsn <alnsn>2011-06-30 22:50:21 +0000
committeralnsn <alnsn>2011-06-30 22:50:21 +0000
commitbeaed0674f28c6df4ec7834d384bd2aafc44bb70 (patch)
tree69eb8ea6b2f935e8f67a18247d89f88255e38c41 /graphics/py-cairo
parent5fbb585c702d6aed11237f951e482fe0a7564c85 (diff)
downloadpkgsrc-beaed0674f28c6df4ec7834d384bd2aafc44bb70.tar.gz
Make GNU patch happy.
Ok by wiz@.
Diffstat (limited to 'graphics/py-cairo')
-rw-r--r--graphics/py-cairo/distinfo4
-rw-r--r--graphics/py-cairo/patches/patch-aa10
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/py-cairo/distinfo b/graphics/py-cairo/distinfo
index 023cf530029..0e87447385a 100644
--- a/graphics/py-cairo/distinfo
+++ b/graphics/py-cairo/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2010/12/02 13:30:50 wiz Exp $
+$NetBSD: distinfo,v 1.14 2011/06/30 22:50:21 alnsn Exp $
SHA1 (py2cairo-1.8.10.tar.gz) = 6bb0b3e0249bce9fc0480aadad0c602d32f26ec1
RMD160 (py2cairo-1.8.10.tar.gz) = 932e19f2f582bdf5735bdc92720b76edfb0a0c8e
Size (py2cairo-1.8.10.tar.gz) = 588459 bytes
-SHA1 (patch-aa) = 54d8e83b0fd23ced64878cad943f1ed1019a283e
+SHA1 (patch-aa) = d999b96f0ece317bf39394734079ec1695d2ea9e
SHA1 (patch-ab) = fea4d5ff3f03414e2014d32fd4a7fb7b5a379100
SHA1 (patch-ac) = 9047c33f8bd7cdc1e537d3b083b33601bcbe8954
diff --git a/graphics/py-cairo/patches/patch-aa b/graphics/py-cairo/patches/patch-aa
index 3b9fe6b5402..8216255d7c9 100644
--- a/graphics/py-cairo/patches/patch-aa
+++ b/graphics/py-cairo/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2009/08/31 08:04:32 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2011/06/30 22:50:21 alnsn Exp $
---- configure.orig 2009-08-26 11:04:28.000000000 +0000
+--- configure.orig 2010-05-20 11:43:23.000000000 +0000
+++ configure
-@@ -11107,13 +11107,13 @@ CC="$lt_save_CC"
+@@ -12400,13 +12400,13 @@ fi
if test -n "$PYTHON"; then
# If the user set $PYTHON, use it and don't search something else.
@@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.5 2009/08/31 08:04:32 wiz Exp $
minverhex = 0
# xrange is not present in Python 3.0 and range returns an iterator
for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i]
-@@ -11135,8 +11135,8 @@ fi
+@@ -12428,8 +12428,8 @@ fi
else
# Otherwise, try each interpreter until we find one that satisfies
# VERSION.
@@ -30,7 +30,7 @@ $NetBSD: patch-aa,v 1.5 2009/08/31 08:04:32 wiz Exp $
if test "${am_cv_pathless_PYTHON+set}" = set; then
$as_echo_n "(cached) " >&6
else
-@@ -11147,7 +11147,7 @@ else
+@@ -12440,7 +12440,7 @@ else
# split strings by '.' and convert to numeric. Append some zeros
# because we need at least 4 digits for the hex conversion.
# map returns an iterator in Python 3.0 and a list in 2.x