pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/twm Patch the configure script to avoid using "==" ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b60fc24b331
branches: trunk
changeset: 530231:8b60fc24b331
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Jun 19 16:19:37 2007 +0000
description:
Patch the configure script to avoid using "==" in shell tests. I missed
this for the earlier commit because I didn't have PKG_DEVELOPER=yes set
in my /etc/mk.conf.
diffstat:
wm/twm/distinfo | 3 ++-
wm/twm/patches/patch-aa | 17 +++++++++++++++++
2 files changed, 19 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r c59508a02cdb -r 8b60fc24b331 wm/twm/distinfo
--- a/wm/twm/distinfo Tue Jun 19 16:08:47 2007 +0000
+++ b/wm/twm/distinfo Tue Jun 19 16:19:37 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/19 14:54:57 jlam Exp $
+$NetBSD: distinfo,v 1.2 2007/06/19 16:19:37 jlam Exp $
SHA1 (twm-1.0.3.tar.bz2) = 8e3724f53f8796359705d8e4ff334608bc887f64
RMD160 (twm-1.0.3.tar.bz2) = 985e158b34473740498ede37d78cff67ffd31004
Size (twm-1.0.3.tar.bz2) = 238448 bytes
+SHA1 (patch-aa) = 5d19b2e917eda1e405f727ca9b521310fa1d8bab
diff -r c59508a02cdb -r 8b60fc24b331 wm/twm/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/twm/patches/patch-aa Tue Jun 19 16:19:37 2007 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2007/06/19 16:19:37 jlam Exp $
+
+--- configure.orig 2006-11-30 12:55:29.000000000 -0500
++++ configure
+@@ -2033,10 +2033,10 @@ AMSHOWCMDSAT=''
+ AMDEPSHOWCMDSAT=''
+ AMPRETTYECHO=true
+ AMCMDECHO=echo
+-if test "x$enable_pretty_cmds" == xyes;
++if test "x$enable_pretty_cmds" = xyes;
+ then
+ AMSHOWCMDSAT='@'
+- test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'
++ test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@'
+ AMPRETTYECHO=echo
+ AMCMDECHO=true
+ LT_QUIET='--quiet'
Home |
Main Index |
Thread Index |
Old Index