From owner-freebsd-questions@FreeBSD.ORG Thu Apr 30 19:19:21 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 530591065691 for ; Thu, 30 Apr 2009 19:19:21 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 05D918FC66 for ; Thu, 30 Apr 2009 19:19:20 +0000 (UTC) (envelope-from freebsd-questions@pp.dyndns.biz) Received: from ironport.bredband.com (195.54.101.120) by proxy2.bredband.net (7.3.140.3) id 49F59CBD00169140 for freebsd-questions@freebsd.org; Thu, 30 Apr 2009 21:19:19 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtkGAIOW+UlV4jp1PGdsb2JhbACBUItwiSABAQEBuiWDfwU X-IronPort-AV: E=Sophos;i="4.40,274,1238968800"; d="scan'208";a="511185910" Received: from c-753ae255.107-1-64736c10.cust.bredbandsbolaget.se (HELO gatekeeper.pp.dyndns.biz) ([85.226.58.117]) by ironport1.bredband.com with ESMTP; 30 Apr 2009 21:19:19 +0200 Received: from [192.168.69.67] (phobos [192.168.69.67]) by gatekeeper.pp.dyndns.biz (8.14.2/8.14.2) with ESMTP id n3UJJGAn028218 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 30 Apr 2009 21:19:18 +0200 (CEST) (envelope-from freebsd-questions@pp.dyndns.biz) Message-ID: <49F9F9B4.9020405@pp.dyndns.biz> Date: Thu, 30 Apr 2009 21:19:16 +0200 From: =?ISO-8859-1?Q?Morgan_Wesstr=F6m?= User-Agent: Thunderbird 2.0.0.21 (X11/20090430) MIME-Version: 1.0 CC: Free BSD Questions list References: <26ddd1750904270928g106c8d7dg72b6b3a09ffc0afa@mail.gmail.com> <49F5F459.9000403@ibctech.ca> <49F5FBBF.6060207@comcast.net> <49F8ABE9.4060505@pp.dyndns.biz> <49F9CB68.7040708@comcast.net> In-Reply-To: <49F9CB68.7040708@comcast.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: bsnmpd vs net-snmp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2009 19:19:24 -0000 >> 2) Is there anyway to enable these two options during make without >> editing the Makefile? >> > 2. The easiest way is to set the define upon running make > > [/usr/ports/net-mgmt/net-snmp]$ make -DWITH_MFD_REWRITES install clean Thanks Steve, I actually tried that before posting but thought I made something wrong since I couldn't spot that command in the output. A vimdiff between that output and a regular make, shows significant differences though so I assume everything is alright. Thanks again for helping me solve this irritating problem I've had for so long. /Morgan