Index: head/net-mgmt/mbrowse/Makefile =================================================================== --- head/net-mgmt/mbrowse/Makefile (revision 550863) +++ head/net-mgmt/mbrowse/Makefile (revision 550864) @@ -1,24 +1,31 @@ # Created by: Mark Pulford # $FreeBSD$ PORTNAME= mbrowse PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= eg@fbsd.lt COMMENT= SNMP MIB Browser for X LICENSE= GPLv2 -LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp +LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libpkg.so:ports-mgmt/pkg +USES= gnome pkgconfig ssl +USE_GNOME= cairo gdkpixbuf2 gtk20 GNU_CONFIGURE= yes -PLIST_FILES= bin/mbrowse -USES= gnome pkgconfig -USE_GNOME= gtk20 + CONFIGURE_ARGS= --with-snmp-prefix=${PREFIX} --with-snmp-type=net + CPPFLAGS+= `net-snmp-config --cflags` LDFLAGS+= `net-snmp-config --libs` + +PLIST_FILES= bin/mbrowse .include Index: head/net-mgmt/mbrowse/files/patch-src_callbacks.c =================================================================== --- head/net-mgmt/mbrowse/files/patch-src_callbacks.c (nonexistent) +++ head/net-mgmt/mbrowse/files/patch-src_callbacks.c (revision 550864) @@ -0,0 +1,11 @@ +--- src/callbacks.c.orig 2010-11-16 10:20:23 UTC ++++ src/callbacks.c +@@ -28,7 +28,7 @@ extern int delete; + extern int context_id; + extern int tview; + +-struct menu_items bookmark_items[128]; ++extern struct menu_items bookmark_items[128]; + extern int dont_select_damnit; + extern int dont_update_entry; + static struct tree *mibtree; Property changes on: head/net-mgmt/mbrowse/files/patch-src_callbacks.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property