pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/digikam Fix a "test ... == ..."
details: https://anonhg.NetBSD.org/pkgsrc/rev/b606d24f7ff9
branches: trunk
changeset: 519611:b606d24f7ff9
user: markd <markd%pkgsrc.org@localhost>
date: Fri Oct 06 19:58:48 2006 +0000
description:
Fix a "test ... == ..."
diffstat:
graphics/digikam/distinfo | 3 ++-
graphics/digikam/patches/patch-ac | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (30 lines):
diff -r 7302d5003415 -r b606d24f7ff9 graphics/digikam/distinfo
--- a/graphics/digikam/distinfo Fri Oct 06 19:29:17 2006 +0000
+++ b/graphics/digikam/distinfo Fri Oct 06 19:58:48 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.10 2006/07/24 12:35:41 markd Exp $
+$NetBSD: distinfo,v 1.11 2006/10/06 19:58:48 markd Exp $
SHA1 (digikam-0.8.2.tar.bz2) = 6305b1c485a3fe82257907410b256966bb012406
RMD160 (digikam-0.8.2.tar.bz2) = 6dfc3626d606427e06327c2451010fc50f96df2e
Size (digikam-0.8.2.tar.bz2) = 4015299 bytes
SHA1 (patch-aa) = 06684c91a0dd98d645f5aa4faa4557d4f2ded001
SHA1 (patch-ab) = abc4d6656af28c420bbf319dc482a769bc604a82
+SHA1 (patch-ac) = 18adb1a84270140dfbf1a7b3b971d9eb7b6d0c15
diff -r 7302d5003415 -r b606d24f7ff9 graphics/digikam/patches/patch-ac
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/digikam/patches/patch-ac Fri Oct 06 19:58:48 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2006/10/06 19:58:48 markd Exp $
+
+--- configure.orig 2006-10-07 01:06:31.000000000 +1300
++++ configure
+@@ -36008,7 +36008,7 @@ else
+
+ fi;
+
+-if test "x$enable_nfs_hack" == "xyes"; then
++if test "x$enable_nfs_hack" = "xyes"; then
+
+ cat >>confdefs.h <<\_ACEOF
+ #define NFS_HACK 1
Home |
Main Index |
Thread Index |
Old Index