pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dante Ensure the last statement in configure scrip...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5044437930ec
branches: trunk
changeset: 529038:5044437930ec
user: sketch <sketch%pkgsrc.org@localhost>
date: Wed May 23 11:12:35 2007 +0000
description:
Ensure the last statement in configure script returns true, else the build
fails on certain platforms.
diffstat:
net/dante/distinfo | 4 ++--
net/dante/patches/patch-ab | 20 ++++++++++++++------
2 files changed, 16 insertions(+), 8 deletions(-)
diffs (59 lines):
diff -r ea87297f00fc -r 5044437930ec net/dante/distinfo
--- a/net/dante/distinfo Wed May 23 11:05:00 2007 +0000
+++ b/net/dante/distinfo Wed May 23 11:12:35 2007 +0000
@@ -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 -r ea87297f00fc -r 5044437930ec net/dante/patches/patch-ab
--- a/net/dante/patches/patch-ab Wed May 23 11:05:00 2007 +0000
+++ b/net/dante/patches/patch-ab Wed May 23 11:12:35 2007 +0000
@@ -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 @@
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 @@
);
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 @@
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
Home |
Main Index |
Thread Index |
Old Index