pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/weechat avoid using "text ... == ..." in configure



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3eb137436bf1
branches:  trunk
changeset: 519808:3eb137436bf1
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Tue Oct 10 12:09:36 2006 +0000

description:
avoid using "text ... == ..." in configure

diffstat:

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

diffs (29 lines):

diff -r 2e09a478ba70 -r 3eb137436bf1 chat/weechat/distinfo
--- a/chat/weechat/distinfo     Tue Oct 10 09:56:16 2006 +0000
+++ b/chat/weechat/distinfo     Tue Oct 10 12:09:36 2006 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2006/10/02 17:45:49 tonio Exp $
+$NetBSD: distinfo,v 1.8 2006/10/10 12:09:36 tonio Exp $
 
 SHA1 (weechat-0.2.1.tar.bz2) = 2d2f0d2c0e4829992a06ef75617730807c246383
 RMD160 (weechat-0.2.1.tar.bz2) = bca03aa9dc4ed423c89dfc0efb9489a724f32309
 Size (weechat-0.2.1.tar.bz2) = 1056706 bytes
 SHA1 (patch-aa) = 5bfba8832834898030fb1612adee83c8a7d1e708
+SHA1 (patch-ab) = a2699e4255142ce8ab346285993630f54764cc46
diff -r 2e09a478ba70 -r 3eb137436bf1 chat/weechat/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/weechat/patches/patch-ab     Tue Oct 10 12:09:36 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2006/10/10 12:09:36 tonio Exp $
+
+--- configure.orig     2006-10-10 13:57:09.000000000 +0200
++++ configure
+@@ -33169,7 +33169,7 @@ for p in $doc_xsl_prefix_path; do
+     fi
+ done
+ 
+-if test "x$DOC_XSL_PREFIX" == "x"; then
++if test "x$DOC_XSL_PREFIX" = "x"; then
+     { echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6; }
+     enable_doc="no"



Home | Main Index | Thread Index | Old Index