pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/net-snmp/patches Remove obsolete patches/patch-mib...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f32e472ff3c
branches: trunk
changeset: 520276:6f32e472ff3c
user: seb <seb%pkgsrc.org@localhost>
date: Wed Oct 18 15:23:01 2006 +0000
description:
Remove obsolete patches/patch-mib2cupdate: recently superseded by
patches/patch-et
diffstat:
net/net-snmp/patches/patch-mib2cupdate | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diffs (28 lines):
diff -r 06e41f558f35 -r 6f32e472ff3c net/net-snmp/patches/patch-mib2cupdate
--- a/net/net-snmp/patches/patch-mib2cupdate Wed Oct 18 13:39:07 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-$NetBSD: patch-mib2cupdate,v 1.1 2006/03/11 16:59:54 rillig Exp $
-
-Removed bashisms.
-
---- local/mib2c-update.orig 2006-03-11 17:23:13.000000000 +0100
-+++ local/mib2c-update 2006-03-11 17:55:55.000000000 +0100
-@@ -96,7 +96,7 @@ check_setup()
- # rc=0
- # fi
-
-- if [[ $rc -eq 0 && $UPDATE_NOPROBE -ne 1 ]]; then
-+ if [ $rc -eq 0 ] && [ $UPDATE_NOPROBE -ne 1 ]; then
- mib2c -c unknown > /dev/null 2>&1
- if [ $? -eq 0 ]; then
- error "WARNING: mib2c returns 0 on error conditions!"
-@@ -131,7 +131,7 @@ do_diff()
- diff -U $FUZZ -p -b -w --show-c-function \
- -I "$""Id:" $f $DD_CURR/$f >> $DD_OUTPUT
- rc=$?
-- (( rcs = $rcs + $rc ))
-+ rcs=`expr $rcs + $rc`
- if [ $rc -eq 1 ]; then
- echo " $f is different"
- fi
Home |
Main Index |
Thread Index |
Old Index