diff options
author | drochner <drochner@pkgsrc.org> | 2010-11-03 19:55:18 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-11-03 19:55:18 +0000 |
commit | a280b759c10d4eae12316945c3cb546ebb89b35b (patch) | |
tree | 527687a74d4e5c09a9df819e3b3349988628209e /editors/gedit | |
parent | e9de94ee19e81e2b919905b37e1aabdd0fc4aa21 (diff) | |
download | pkgsrc-a280b759c10d4eae12316945c3cb546ebb89b35b.tar.gz |
prepare for Python plugin support: recognize python-2.6, from
Matthew Mondor per PR pkg/44017
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/distinfo | 3 | ||||
-rw-r--r-- | editors/gedit/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/editors/gedit/distinfo b/editors/gedit/distinfo index f322a6748f7..3d453e427ad 100644 --- a/editors/gedit/distinfo +++ b/editors/gedit/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.51 2010/10/22 20:08:50 drochner Exp $ +$NetBSD: distinfo,v 1.52 2010/11/03 19:55:18 drochner Exp $ SHA1 (gedit-2.30.4.tar.bz2) = ff7f4088d0b89224b84406557a7d9970323fdcc3 RMD160 (gedit-2.30.4.tar.bz2) = b2659b8847ef02c66a70acd2f4a492555e1e4d21 Size (gedit-2.30.4.tar.bz2) = 4705692 bytes SHA1 (patch-ab) = 06f1492437126f8ee12bda5b5dd090b713885ba2 +SHA1 (patch-ac) = 997c8a7ddcfc98369afdf42dddeff5cf6e159c23 diff --git a/editors/gedit/patches/patch-ac b/editors/gedit/patches/patch-ac new file mode 100644 index 00000000000..c5313e6a15e --- /dev/null +++ b/editors/gedit/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2010/11/03 19:55:18 drochner Exp $ + +--- configure.orig 2010-09-28 07:31:53.000000000 +0000 ++++ configure +@@ -14406,7 +14406,7 @@ if test "${am_cv_pathless_PYTHON+set}" = + $as_echo_n "(cached) " >&6 + else + +- for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do ++ for am_cv_pathless_PYTHON in python python2 python3 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 none; do + test "$am_cv_pathless_PYTHON" = none && break + prog="import sys + # split strings by '.' and convert to numeric. Append some zeros |