pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/gcompris Avoid unportable test(1) construct.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c78052cf0c71
branches: trunk
changeset: 602279:c78052cf0c71
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Apr 09 23:19:49 2012 +0000
description:
Avoid unportable test(1) construct.
diffstat:
games/gcompris/distinfo | 3 ++-
games/gcompris/patches/patch-configure | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 89ee61283a5b -r c78052cf0c71 games/gcompris/distinfo
--- a/games/gcompris/distinfo Mon Apr 09 23:00:58 2012 +0000
+++ b/games/gcompris/distinfo Mon Apr 09 23:19:49 2012 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2012/04/08 21:07:06 wiz Exp $
+$NetBSD: distinfo,v 1.5 2012/04/09 23:19:49 wiz Exp $
SHA1 (gcompris-12.01.tar.gz) = c1e3a98e1e2ac7397a8da6bc176c112008008dbe
RMD160 (gcompris-12.01.tar.gz) = ce578e8ca494b85300fe0046d1fd111c79a1084d
Size (gcompris-12.01.tar.gz) = 149465806 bytes
+SHA1 (patch-configure) = d61565375bed732c38dd9eed0e6ab17d7278bbd0
SHA1 (patch-src_chess__computer-activity_chess.c) = 9af1e7ee1a9e03373c5d738a8cc6d8c367dc6cbf
SHA1 (patch-src_chess__computer-activity_chess__notation.c) = e621665adb4e8da25b82143699fbde48c5afee0c
diff -r 89ee61283a5b -r c78052cf0c71 games/gcompris/patches/patch-configure
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/gcompris/patches/patch-configure Mon Apr 09 23:19:49 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-configure,v 1.1 2012/04/09 23:19:49 wiz Exp $
+
+Avoid unportable test(1) construct.
+
+--- configure.orig 2012-04-09 23:14:21.000000000 +0000
++++ configure
+@@ -16185,7 +16185,7 @@ else
+ USE_DEBUG="no"
+ fi
+
+-if test "x$USE_DEBUG" == "xyes" ; then
++if test "x$USE_DEBUG" = "xyes" ; then
+
+ cat >>confdefs.h <<_ACEOF
+ #define DEBUG 1
Home |
Main Index |
Thread Index |
Old Index