From owner-cvs-all@FreeBSD.ORG Fri Jan 2 19:18:30 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F8DB16A4CE; Fri, 2 Jan 2004 19:18:30 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F33A43D31; Fri, 2 Jan 2004 19:18:29 -0800 (PST) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i033IT0B084661; Fri, 2 Jan 2004 19:18:29 -0800 (PST) (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i033ITIJ084660; Fri, 2 Jan 2004 19:18:29 -0800 (PST) (envelope-from bms) Message-Id: <200401030318.i033ITIJ084660@repoman.freebsd.org> From: Bruce M Simpson Date: Fri, 2 Jan 2004 19:18:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/net-snmp Makefile ports/net/net-snmp/files extra-patch-snmplib::mib.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2004 03:18:30 -0000 bms 2004/01/02 19:18:29 PST FreeBSD ports repository (src committer) Modified files: net/net-snmp Makefile Added files: net/net-snmp/files extra-patch-snmplib::mib.c Log: Add an extra flag, WITH_INETADDRESS_HACK. Enabling this flag for build will cause InetAddress and InetAddressType OIDs to be handled specially during presentation. Normally they are simply displayed as hex due to being octet-strings, but this is not how they are intended to be presented. This allows IPv6 addresses to be presented correctly, as well as IPv4 in emerging and existing MIBs which use the new InetAddress type. Reviewed by: kuriyama, fenner Tested with: snmpwalk, mbrowse Revision Changes Path 1.98 +4 -0 ports/net/net-snmp/Makefile 1.1 +136 -0 ports/net/net-snmp/files/extra-patch-snmplib::mib.c (new)