diff options
author | markd <markd@pkgsrc.org> | 2006-10-12 11:54:49 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-12 11:54:49 +0000 |
commit | 67ef9e444f180189254bcb400f3c69c12b99896e (patch) | |
tree | fb8aa966de889c26f529e16d7dc6a553bfefa645 | |
parent | 65f05b5c5d0ea9acfbeb985744375ba9be30a5ac (diff) | |
download | pkgsrc-67ef9e444f180189254bcb400f3c69c12b99896e.tar.gz |
Fix test ==
-rw-r--r-- | net/netatalk/distinfo | 4 | ||||
-rw-r--r-- | net/netatalk/patches/patch-aa | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/net/netatalk/distinfo b/net/netatalk/distinfo index 3fbca94c749..cdbeafaaa6b 100644 --- a/net/netatalk/distinfo +++ b/net/netatalk/distinfo @@ -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 --git a/net/netatalk/patches/patch-aa b/net/netatalk/patches/patch-aa index 2caa715df6f..fb96d4ea030 100644 --- a/net/netatalk/patches/patch-aa +++ b/net/netatalk/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.14 2005/07/31 13:19:55 markd Exp $ 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 |