pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/lyx-qt make sure the configure.py script finds...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/200c5f81d33e
branches:  trunk
changeset: 532183:200c5f81d33e
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Aug 13 12:03:21 2007 +0000

description:
make sure the configure.py script finds the right Python interpreter,
ride on recent update

diffstat:

 editors/lyx-qt/distinfo         |   3 ++-
 editors/lyx-qt/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 40f76f83998b -r 200c5f81d33e editors/lyx-qt/distinfo
--- a/editors/lyx-qt/distinfo   Mon Aug 13 12:03:10 2007 +0000
+++ b/editors/lyx-qt/distinfo   Mon Aug 13 12:03:21 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2007/08/11 21:33:38 reed Exp $
+$NetBSD: distinfo,v 1.20 2007/08/13 12:03:21 drochner Exp $
 
 SHA1 (lyx-1.4.5.1.tar.bz2) = 3517c6a7c526e49e0970b4e7c23ceb548662d621
 RMD160 (lyx-1.4.5.1.tar.bz2) = 021c8217344c45142625264b1ef9c437670ec481
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 90a09a1adbb899cbaf063d4d7f46dc77f78a62da
 SHA1 (patch-ab) = 97944f49ca371048193212753818b4004861aa41
 SHA1 (patch-af) = a2dda183512e8fdfa79ecf4b2c40b32198f9a1fb
+SHA1 (patch-ag) = 2546987af25ba48d35247f50a59f2207eb406891
diff -r 40f76f83998b -r 200c5f81d33e editors/lyx-qt/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx-qt/patches/patch-ag   Mon Aug 13 12:03:21 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.3 2007/08/13 12:03:21 drochner Exp $
+
+--- ./src/support/package.C.in.orig    2007-03-11 22:06:41.000000000 +0100
++++ ./src/support/package.C.in
+@@ -148,7 +148,7 @@ Package::Package(string const & command_
+                                    command_line_user_support_dir);
+ 
+       string const configure_script = AddName(system_support(), "configure.py");
+-      configure_command_ = "python " + QuoteName(configure_script)
++      configure_command_ = QuoteName(configure_script)
+                                      + with_version_suffix();
+ 
+       lyxerr[Debug::INIT]



Home | Main Index | Thread Index | Old Index