pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/xorp Fix portability.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b3fdf97d56b
branches:  trunk
changeset: 522687:7b3fdf97d56b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 17 20:20:04 2006 +0000

description:
Fix portability.

diffstat:

 net/xorp/distinfo         |   3 ++-
 net/xorp/patches/patch-af |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r a6e31e48ea86 -r 7b3fdf97d56b net/xorp/distinfo
--- a/net/xorp/distinfo Sun Dec 17 20:09:26 2006 +0000
+++ b/net/xorp/distinfo Sun Dec 17 20:20:04 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2006/10/05 02:40:25 rillig Exp $
+$NetBSD: distinfo,v 1.8 2006/12/17 20:20:04 joerg Exp $
 
 SHA1 (xorp-1.2.tar.gz) = 061792f0810c7cf8ea9782457c8408a7f7b44516
 RMD160 (xorp-1.2.tar.gz) = 8ea6865adc587d58a6f98222a2c6b61bbedc805b
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = 69a3b9526262dcb4cf7f09f1d408acd43d22de6f
 SHA1 (patch-ad) = e836d2cc8f6bbca16682bf884cdaae5ed826dedd
 SHA1 (patch-ae) = 6ec968d497bc69d437ac888c4eff16f74011066a
+SHA1 (patch-af) = e13032a386dc4d6956cd668e5b1d571b8bd0771d
diff -r a6e31e48ea86 -r 7b3fdf97d56b net/xorp/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/xorp/patches/patch-af Sun Dec 17 20:20:04 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/12/17 20:20:04 joerg Exp $
+
+--- mibs/configure.orig        2006-12-17 19:16:39.000000000 +0000
++++ mibs/configure
+@@ -7678,7 +7678,7 @@ echo "${ECHO_T}no" >&6
+   done
+ 
+ 
+-                                      if test "${enable_compiler_pipe}" == "yes" ; then
++                                      if test "${enable_compiler_pipe}" = "yes" ; then
+               for ac_flag in "-pipe"
+   do
+       ac_safe=`echo "$ac_flag" | sed 'y%./+- %__p__%'`



Home | Main Index | Thread Index | Old Index