pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/gramps3/patches Remove files that were remov...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6cc7e2bcf2d9
branches:  trunk
changeset: 575257:6cc7e2bcf2d9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 07 06:55:52 2010 +0000

description:
Remove files that were removed from distinfo during update to 3.2.1.

diffstat:

 databases/gramps3/patches/patch-ba |  13 -------------
 databases/gramps3/patches/patch-bc |  20 --------------------
 2 files changed, 0 insertions(+), 33 deletions(-)

diffs (41 lines):

diff -r 1cec4f4f179c -r 6cc7e2bcf2d9 databases/gramps3/patches/patch-ba
--- a/databases/gramps3/patches/patch-ba        Fri May 07 03:49:07 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ba,v 1.1 2008/06/23 15:44:14 drochner Exp $
-
---- src/gramps.py.orig 2008-05-17 22:15:36.000000000 +0200
-+++ src/gramps.py
-@@ -94,7 +94,7 @@ gettext.install("gramps",loc,unicode=1)
- #
- #-------------------------------------------------------------------------
- 
--MIN_PYTHON_VERSION = (2, 5, 0, '', 0)
-+MIN_PYTHON_VERSION = (2, 4, 0, '', 0)
- if not sys.version_info >= MIN_PYTHON_VERSION :
-     print gettext.gettext("Your Python version does not meet the "
-                   "requirements. At least python %d.%d.%d is needed to"
diff -r 1cec4f4f179c -r 6cc7e2bcf2d9 databases/gramps3/patches/patch-bc
--- a/databases/gramps3/patches/patch-bc        Fri May 07 03:49:07 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-bc,v 1.2 2010/01/18 19:00:16 drochner Exp $
-
---- configure.orig     2009-12-06 08:46:58.000000000 +0000
-+++ configure
-@@ -6504,12 +6504,12 @@ $as_echo "$LINGUAS" >&6; }
- 
-         if test -n "$PYTHON"; then
-       # If the user set $PYTHON, use it and don't search something else.
--      { $as_echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.5" >&5
--$as_echo_n "checking whether $PYTHON version >= 2.5... " >&6; }
-+      { $as_echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.4" >&5
-+$as_echo_n "checking whether $PYTHON version >= 2.4... " >&6; }
-       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