Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2005 17:57:46 +0100 (CET)
From:      Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89154: [PATCH] net/ifstat; enable OPTIONS; configure KNOBS via dialog
Message-ID:  <20051116165746.880D32747A@amper.iem.pw.edu.pl>
Resent-Message-ID: <200511161700.jAGH0JpP006103@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89154
>Category:       ports
>Synopsis:       [PATCH] net/ifstat; enable OPTIONS; configure KNOBS via dialog
>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 Nov 16 17:00:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Wieleba
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD srv 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Oct 31 17:22:48 CET 2005 root@srv:/usr/src/sys/i386/compile/SRV i386
	
>Description:
	This port doesn't support configuration via dialog (doesn't support options).
	
>How-To-Repeat:
	"make config" is not supported
	
>Fix:
	I've added OPTIONS support to net/ifstat port in the below patch:
	

--- Makefile.diff begins here ---
--- Makefile-OLD	Fri Apr 22 05:41:07 2005
+++ Makefile	Wed Nov 16 17:36:15 2005
@@ -21,6 +21,8 @@
 MAN1=		ifstat.1
 PLIST_FILES=	bin/ifstat
 
+OPTIONS=	SNMP "SNMP support" off
+
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_SNMP)
--- Makefile.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051116165746.880D32747A>