Date: Wed, 17 Mar 2010 21:00:25 GMT From: Edmondas Girkantas <eg@fbsd.lt> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/144831: [UPDATE] net-mgmt/mbrowse to 0.4.0 Message-ID: <201003172100.o2HL0Pl8026400@www.freebsd.org> Resent-Message-ID: <201003172110.o2HLA18C087806@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 144831 >Category: ports >Synopsis: [UPDATE] net-mgmt/mbrowse to 0.4.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Mar 17 21:10:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Edmondas Girkantas >Release: 7.2-RELEASE-p7 >Organization: >Environment: FreeBSD h7.fbsd.lt 7.2-RELEASE-p7 FreeBSD 7.2-RELEASE-p7 #0: Fri Feb 26 19:51:57 UTC 2010 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >Description: - project moved to sourceforge.net - ported to gtk2 - improve autodetection of oid type (now supports unsigned, etc.) - handle gui events while performing long tasks - put scrollbars on the right side - make output wrapping configurable I would like to take maintenership of this port >How-To-Repeat: >Fix: apply given patch Patch attached with submission follows: diff -ruN mbrowse.orig/Makefile mbrowse/Makefile --- mbrowse.orig/Makefile 2010-03-17 22:44:35.000000000 +0200 +++ mbrowse/Makefile 2010-03-17 14:42:39.000000000 +0200 @@ -6,21 +6,18 @@ # PORTNAME= mbrowse -PORTVERSION= 0.3.1 -PORTREVISION= 8 +PORTVERSION= 0.4.0 CATEGORIES= net-mgmt -MASTER_SITES= http://www.sourcefiles.org/Monitoring/Network/ \ - ftp://ftp.dei.uc.pt/pub/linux/gentoo/distfiles/ \ - ftp://ftp.gentoo.org.ua/distfiles/ +MASTER_SITES= SF/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eg@fbsd.lt COMMENT= An SNMP MIB Browser for X LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes PLIST_FILES= bin/mbrowse -USE_GNOME= gtk12 gnometarget +USE_GNOME= gtk20 CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net CONFIGURE_ENV= LDFLAGS="`net-snmp-config --libs`" \ CPPFLAGS="`net-snmp-config --cflags`" diff -ruN mbrowse.orig/distinfo mbrowse/distinfo --- mbrowse.orig/distinfo 2010-03-17 22:44:35.000000000 +0200 +++ mbrowse/distinfo 2010-03-17 14:40:51.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (mbrowse-0.3.1.tar.gz) = 52c6b0a7ad9bcc7be70a35ed6b0d0d89 -SHA256 (mbrowse-0.3.1.tar.gz) = 0b67caee350af1f1637577bac9c2dcbef2e0bd5630841f18a90ba93eabbe69e5 -SIZE (mbrowse-0.3.1.tar.gz) = 99948 +MD5 (mbrowse-0.4.0.tar.gz) = 7e05606dd26ef61b48b275808dd4711f +SHA256 (mbrowse-0.4.0.tar.gz) = 3623ff75f222c4502df62f3c840d076dbcab1bc4bcfeebc62995da5f6396c788 +SIZE (mbrowse-0.4.0.tar.gz) = 145428 diff -ruN mbrowse.orig/files/patch-configure mbrowse/files/patch-configure --- mbrowse.orig/files/patch-configure 2010-03-17 22:44:35.000000000 +0200 +++ mbrowse/files/patch-configure 1970-01-01 03:00:00.000000000 +0300 @@ -1,20 +0,0 @@ ---- configure.orig Thu May 6 21:36:12 2004 -+++ configure Thu May 6 21:39:40 2004 -@@ -4765,7 +4765,7 @@ - rm -f core core.* *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - fi -- -+if 0 ; then - if test "x$snmp_fail" != "x" ; then - echo - echo "***" -@@ -4784,7 +4784,7 @@ - echo "$as_me: error: SNMP checks failed" >&2;} - { (exit 1); exit 1; }; } - fi -- -+fi - CFLAGS="$ac_save_CFLAGS" - LDFLAGS="$ac_save_LDFLAGS" - LIBS="$ac_save_LIBS" diff -ruN mbrowse.orig/files/patch-src+snmpstuff.c mbrowse/files/patch-src+snmpstuff.c --- mbrowse.orig/files/patch-src+snmpstuff.c 2010-03-17 22:44:35.000000000 +0200 +++ mbrowse/files/patch-src+snmpstuff.c 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- src/snmpstuff.c.orig Fri Oct 8 14:07:16 2004 -+++ src/snmpstuff.c Fri Oct 8 14:08:08 2004 -@@ -359,7 +359,7 @@ - case TYPE_NSAPADDRESS: - case TYPE_NETADDR: - case TYPE_OTHER: -- default: -+ default: ; - } - } - if (type == 0) { diff -ruN mbrowse.orig/pkg-descr mbrowse/pkg-descr --- mbrowse.orig/pkg-descr 2010-03-17 22:44:35.000000000 +0200 +++ mbrowse/pkg-descr 2010-03-17 22:50:01.000000000 +0200 @@ -1,3 +1,3 @@ Mbrowse is a GUI MIB browser and query tool based on GTK and Net-SNMP. -WWW: http://www.kill-9.org/mbrowse/ +WWW: http://sourceforge.net/projects/mbrowse/ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003172100.o2HL0Pl8026400>