summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsketch <sketch@pkgsrc.org>2007-05-23 11:12:35 +0000
committersketch <sketch@pkgsrc.org>2007-05-23 11:12:35 +0000
commit70b998e4067640821cf4e7fb979724fc160dc237 (patch)
tree278dda17f7e57f526bb8bd2c0529cbbbde13e217 /net
parentc942cf7dfa8d005f56874665cdcf103a41fb5ada (diff)
downloadpkgsrc-70b998e4067640821cf4e7fb979724fc160dc237.tar.gz
Ensure the last statement in configure script returns true, else the build
fails on certain platforms.
Diffstat (limited to 'net')
-rw-r--r--net/dante/distinfo4
-rw-r--r--net/dante/patches/patch-ab20
2 files changed, 16 insertions, 8 deletions
diff --git a/net/dante/distinfo b/net/dante/distinfo
index 77b43799ece..635a646fbb4 100644
--- a/net/dante/distinfo
+++ b/net/dante/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.12 2006/05/26 08:50:13 adam Exp $
+$NetBSD: distinfo,v 1.13 2007/05/23 11:12:35 sketch Exp $
SHA1 (dante-1.1.19.tar.gz) = e366a60a880ceff6205f7cd87249c7322b844d3c
RMD160 (dante-1.1.19.tar.gz) = 3649207b061b95fdd5b0950ea1ece9219eb8af4c
Size (dante-1.1.19.tar.gz) = 895713 bytes
SHA1 (patch-aa) = 856884522529122afe037fff610ce89a978d2a2b
-SHA1 (patch-ab) = f8ce5b9b9e90136a1dfd670ddf637127aa9c59be
+SHA1 (patch-ab) = de94c4d5c85bd4879bc79c4153862a1a887bab6c
diff --git a/net/dante/patches/patch-ab b/net/dante/patches/patch-ab
index febc9bfc445..925b8002735 100644
--- a/net/dante/patches/patch-ab
+++ b/net/dante/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.8 2006/05/26 08:50:13 adam Exp $
+$NetBSD: patch-ab,v 1.9 2007/05/23 11:12:35 sketch Exp $
---- configure.orig 2006-01-16 12:49:45.000000000 +0100
-+++ configure
-@@ -19251,7 +19251,6 @@ else
+--- configure.orig 2006-01-16 11:49:45.000000000 +0000
++++ configure 2007-05-23 10:56:06.000000000 +0100
+@@ -19251,7 +19251,6 @@
echo "${ECHO_T}no" >&6
#autoconf_compflags is set to "-g -O2" with GCC
#override CFLAGS when running configure to avoid this
@@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.8 2006/05/26 08:50:13 adam Exp $
fi
#-Wall ?
-@@ -25124,8 +25123,13 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -25124,8 +25123,13 @@
#include <netdb.h>
#include <unistd.h>
@@ -24,7 +24,7 @@ $NetBSD: patch-ab,v 1.8 2006/05/26 08:50:13 adam Exp $
);
int
main ()
-@@ -25166,9 +25170,18 @@ cat >>confdefs.h <<_ACEOF
+@@ -25166,9 +25170,18 @@
#define HAVE_PROT_GETHOSTBYADDR_1 const char *
_ACEOF
@@ -44,3 +44,11 @@ $NetBSD: patch-ab,v 1.8 2006/05/26 08:50:13 adam Exp $
cat >>confdefs.h <<_ACEOF
#define HAVE_PROT_GETHOSTBYADDR_3 int
+@@ -35245,6 +35258,6 @@
+ fi
+
+ VINFO=README.latest
+-test -s "$VINFO" && cat "$VINFO"
++test -s "$VINFO" && cat "$VINFO" || true
+
+ exit 0