summaryrefslogtreecommitdiff
path: root/net/netatalk/patches/patch-aa
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2008-04-06 20:21:18 +0000
committerchristos <christos@pkgsrc.org>2008-04-06 20:21:18 +0000
commit17f86868cb266bbf6dcd3909416d7df6e0eb8b24 (patch)
tree14b6413699e6fc9ab2d54a35627e7b3c5161a40a /net/netatalk/patches/patch-aa
parent5c7a7cd064ca940738fc5ca1ce41131b5862a21f (diff)
downloadpkgsrc-17f86868cb266bbf6dcd3909416d7df6e0eb8b24.tar.gz
use getifaddrs
Diffstat (limited to 'net/netatalk/patches/patch-aa')
-rw-r--r--net/netatalk/patches/patch-aa36
1 files changed, 27 insertions, 9 deletions
diff --git a/net/netatalk/patches/patch-aa b/net/netatalk/patches/patch-aa
index fb96d4ea030..5e7fa321cd9 100644
--- a/net/netatalk/patches/patch-aa
+++ b/net/netatalk/patches/patch-aa
@@ -1,8 +1,15 @@
-$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
-@@ -16704,7 +16704,7 @@ fi
+--- configure.orig 2005-05-17 18:14:29.000000000 -0400
++++ configure 2008-04-05 21:15:47.000000000 -0400
+@@ -12464,7 +12464,7 @@
+
+
+
+-for ac_func in strlcpy strlcat
++for ac_func in strlcpy strlcat getifaddrs
+ do
+ as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ echo "$as_me:$LINENO: checking for $ac_func" >&5
+@@ -16704,7 +16704,7 @@
LIBS="$savedLIBS"
fi
@@ -11,7 +18,7 @@ $NetBSD: patch-aa,v 1.15 2006/10/12 11:54:49 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
+@@ -17304,7 +17304,7 @@
if test "$withval" = "no"; then
@@ -20,7 +27,7 @@ $NetBSD: patch-aa,v 1.15 2006/10/12 11:54:49 markd Exp $
{ { 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
+@@ -18190,7 +18190,7 @@
#define NETBSD 1
_ACEOF
@@ -29,7 +36,7 @@ $NetBSD: patch-aa,v 1.15 2006/10/12 11:54:49 markd Exp $
need_dash_r=yes
-@@ -18961,7 +18961,7 @@ if test "${enable_krbV_uam+set}" = set;
+@@ -18961,7 +18961,7 @@
if test x"$enableval" = x"yes"; then
FOUND_GSSAPI=no
@@ -38,7 +45,7 @@ $NetBSD: patch-aa,v 1.15 2006/10/12 11:54:49 markd Exp $
GSSAPI_CFLAGS=""
-@@ -19176,7 +19176,7 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -19176,7 +19176,7 @@
#include <$ac_header>
_ACEOF
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
@@ -47,3 +54,14 @@ $NetBSD: patch-aa,v 1.15 2006/10/12 11:54:49 markd Exp $
ac_status=$?
grep -v '^ *+' conftest.er1 >conftest.err
rm -f conftest.er1
+@@ -20437,6 +20437,10 @@
+ _ACEOF
+ cat >>$CONFIG_STATUS <<\_ACEOF
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
++ : Avoid regenerating within pkgsrc
++ exit 0
++ : Avoid regenerating within pkgsrc
++ exit 0
+ ac_cs_recheck=: ;;
+ --version | --vers* | -V )
+ echo "$ac_cs_version"; exit 0 ;;