From 9ccd505f2180607754d2a8671738a9bf83e84364 Mon Sep 17 00:00:00 2001 From: sketch Date: Wed, 23 May 2007 11:12:35 +0000 Subject: Ensure the last statement in configure script returns true, else the build fails on certain platforms. --- net/dante/distinfo | 4 ++-- net/dante/patches/patch-ab | 20 ++++++++++++++------ 2 files changed, 16 insertions(+), 8 deletions(-) (limited to 'net/dante') 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 #include @@ -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 -- cgit v1.2.3