pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/netatalk Fix test ==
details: https://anonhg.NetBSD.org/pkgsrc/rev/c798cb164d75
branches: trunk
changeset: 519908:c798cb164d75
user: markd <markd%pkgsrc.org@localhost>
date: Thu Oct 12 11:54:49 2006 +0000
description:
Fix test ==
diffstat:
net/netatalk/distinfo | 4 ++--
net/netatalk/patches/patch-aa | 11 ++++++++++-
2 files changed, 12 insertions(+), 3 deletions(-)
diffs (40 lines):
diff -r 0ae909f891a5 -r c798cb164d75 net/netatalk/distinfo
--- a/net/netatalk/distinfo Thu Oct 12 11:48:51 2006 +0000
+++ b/net/netatalk/distinfo Thu Oct 12 11:54:49 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2006/06/05 17:23:38 joerg Exp $
+$NetBSD: distinfo,v 1.23 2006/10/12 11:54:49 markd Exp $
SHA1 (netatalk-2.0.3.tar.bz2) = ce2d5dd123467ccae72fc62ca4ee3738019455f2
RMD160 (netatalk-2.0.3.tar.bz2) = 29b763400a45797ac4a8e499d5328aa91a091c91
Size (netatalk-2.0.3.tar.bz2) = 1471804 bytes
-SHA1 (patch-aa) = 4063221494dadda7a8db1ba090e601d57c200201
+SHA1 (patch-aa) = e7511326445f805aca80b561c9a9d76ffec8e629
SHA1 (patch-ab) = 10bf2fdd900a6c2189376757e921bb6228e0f19c
SHA1 (patch-ac) = ba559d1b957172e77ec8eb9cc5c60d2f88044ffa
SHA1 (patch-ad) = 311d00d165688d4baa1365ba6c4147bd6293f3d8
diff -r 0ae909f891a5 -r c798cb164d75 net/netatalk/patches/patch-aa
--- a/net/netatalk/patches/patch-aa Thu Oct 12 11:48:51 2006 +0000
+++ b/net/netatalk/patches/patch-aa Thu Oct 12 11:54:49 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.14 2005/07/31 13:19:55 markd Exp $
+$NetBSD: patch-aa,v 1.15 2006/10/12 11:54:49 markd Exp $
--- configure.orig 2005-05-18 10:14:29.000000000 +1200
+++ configure
@@ -11,6 +11,15 @@
if test x"$pam_found" = "xyes" -a "x$PAMDIR" = "xNONE"; then
{ echo "$as_me:$LINENO: WARNING: PAM support can be compiled, but the install location for the netatalk.pamd file could not be determined. Either install this file by hand or specify
the install path." >&5
echo "$as_me: WARNING: PAM support can be compiled, but the install location for the netatalk.pamd file could not be determined. Either install this file by hand or specify the install path." >&2;}
+@@ -17304,7 +17304,7 @@ if test "${with_spooldir+set}" = set; th
+
+
+ if test "$withval" = "no"; then
+- if test x"$spool_required" == x"yes"; then
++ if test x"$spool_required" = x"yes"; then
+ { { echo "$as_me:$LINENO: error: *** CUPS support requires a spooldir ***" >&5
+ echo "$as_me: error: *** CUPS support requires a spooldir ***" >&2;}
+ { (exit 1); exit 1; }; }
@@ -18190,7 +18190,7 @@ cat >>confdefs.h <<\_ACEOF
#define NETBSD 1
_ACEOF
Home |
Main Index |
Thread Index |
Old Index