pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/lyx-qt Fix "test =="



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb77f614b80f
branches:  trunk
changeset: 520191:cb77f614b80f
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Oct 17 08:26:16 2006 +0000

description:
Fix "test =="

diffstat:

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

diffs (30 lines):

diff -r 1dee174cf5c8 -r cb77f614b80f editors/lyx-qt/distinfo
--- a/editors/lyx-qt/distinfo   Tue Oct 17 07:00:19 2006 +0000
+++ b/editors/lyx-qt/distinfo   Tue Oct 17 08:26:16 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.16 2006/07/23 00:28:12 reed Exp $
+$NetBSD: distinfo,v 1.17 2006/10/17 08:26:16 markd Exp $
 
 SHA1 (lyx-1.4.2.tar.bz2) = df79126dd2cad60c15640c0218654ec22b404c77
 RMD160 (lyx-1.4.2.tar.bz2) = af1dac6f6601ba3aae16543db4310afb990101b9
 Size (lyx-1.4.2.tar.bz2) = 6874598 bytes
 SHA1 (patch-aa) = 90a09a1adbb899cbaf063d4d7f46dc77f78a62da
+SHA1 (patch-ab) = 97944f49ca371048193212753818b4004861aa41
 SHA1 (patch-af) = a2dda183512e8fdfa79ecf4b2c40b32198f9a1fb
diff -r 1dee174cf5c8 -r cb77f614b80f editors/lyx-qt/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/lyx-qt/patches/patch-ab   Tue Oct 17 08:26:16 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.9 2006/10/17 08:26:16 markd Exp $
+
+--- development/Win32/packaging/build_lyxwin.sh.orig   2006-10-17 21:18:46.000000000 +1300
++++ development/Win32/packaging/build_lyxwin.sh
+@@ -72,7 +72,7 @@ modify_version_C()
+           echo "Unable to find ${VERSION_C}"
+           return
+       }
+-      test "${LYX_VERSION_STR}" == "" && return
++      test "${LYX_VERSION_STR}" = "" && return
+ 
+       sed '/char const \* lyx_version = /s/"[^"]*"/"'${LYX_VERSION_STR}'"/' \
+           ${VERSION_C} > tmp.$$



Home | Main Index | Thread Index | Old Index