pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/xorp Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77e5dde87792
branches:  trunk
changeset: 519539:77e5dde87792
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 05 02:40:25 2006 +0000

description:
Fixed "test ==".

diffstat:

 net/xorp/distinfo         |   4 ++--
 net/xorp/patches/patch-ab |  15 ++++++++++++---
 2 files changed, 14 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r 955cb61023cc -r 77e5dde87792 net/xorp/distinfo
--- a/net/xorp/distinfo Thu Oct 05 01:24:32 2006 +0000
+++ b/net/xorp/distinfo Thu Oct 05 02:40:25 2006 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.6 2006/05/16 18:19:13 joerg Exp $
+$NetBSD: distinfo,v 1.7 2006/10/05 02:40:25 rillig Exp $
 
 SHA1 (xorp-1.2.tar.gz) = 061792f0810c7cf8ea9782457c8408a7f7b44516
 RMD160 (xorp-1.2.tar.gz) = 8ea6865adc587d58a6f98222a2c6b61bbedc805b
 Size (xorp-1.2.tar.gz) = 8765558 bytes
 SHA1 (patch-aa) = b4949c9ea56002a964fd530696b8477aed2c280b
-SHA1 (patch-ab) = e6fd2c892f53f9d412241273a3c0ec8ea8cc5637
+SHA1 (patch-ab) = 7dc2cc400a1b917e0962152a99cab3fcca6b1153
 SHA1 (patch-ac) = 69a3b9526262dcb4cf7f09f1d408acd43d22de6f
 SHA1 (patch-ad) = e836d2cc8f6bbca16682bf884cdaae5ed826dedd
 SHA1 (patch-ae) = 6ec968d497bc69d437ac888c4eff16f74011066a
diff -r 955cb61023cc -r 77e5dde87792 net/xorp/patches/patch-ab
--- a/net/xorp/patches/patch-ab Thu Oct 05 01:24:32 2006 +0000
+++ b/net/xorp/patches/patch-ab Thu Oct 05 02:40:25 2006 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.1 2006/05/09 21:18:50 joerg Exp $
+$NetBSD: patch-ab,v 1.2 2006/10/05 02:40:25 rillig Exp $
 
---- configure.orig     2006-05-09 19:56:35.000000000 +0000
-+++ configure
+--- configure.orig     2006-03-08 03:23:22.000000000 +0100
++++ configure  2006-10-05 04:38:58.000000000 +0200
 @@ -1806,6 +1806,18 @@ cat >>confdefs.h <<\_ACEOF
  _ACEOF
  
@@ -21,3 +21,12 @@
      linux* )
  
  cat >>confdefs.h <<\_ACEOF
+@@ -15815,7 +15827,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