From owner-cvs-all@FreeBSD.ORG Wed Dec 14 16:48:50 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4CBE1065676; Wed, 14 Dec 2011 16:48:50 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id BC5E28FC1C; Wed, 14 Dec 2011 16:48:50 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id E3EBE5C37; Wed, 14 Dec 2011 11:48:49 -0500 (EST) Date: Wed, 14 Dec 2011 11:48:49 -0500 From: Wesley Shields To: Michael Scheidell Message-ID: <20111214164849.GD63236@atarininja.org> References: <201112141308.pBED88EI042896@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201112141308.pBED88EI042896@repoman.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net-mgmt/net-snmp Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Dec 2011 16:48:51 -0000 On Wed, Dec 14, 2011 at 01:08:08PM +0000, Michael Scheidell wrote: > scheidell 2011-12-14 13:08:08 UTC > > FreeBSD ports repository > > Modified files: > net-mgmt/net-snmp Makefile > Log: > - re-integration which enables the option of building the python bindings [1] > - with the addition of a options knob (off by default) > - No portsbump so that its a 'noop' for systems that don't need python bindings > > PR: ports/162140 > Submitted by: Geoffrey Huntley [1] > Approved by: zi (maintainer timeout, 30 days), gabor (mentor) > > Revision Changes Path > 1.199 +8 -1 ports/net-mgmt/net-snmp/Makefile > http://cvsweb.FreeBSD.org/ports/net-mgmt/net-snmp/Makefile.diff?r1=1.198&r2=1.199 > | --- ports/net-mgmt/net-snmp/Makefile 2011/12/07 22:58:31 1.198 > | +++ ports/net-mgmt/net-snmp/Makefile 2011/12/14 13:08:08 1.199 > | @@ -2,7 +2,7 @@ > | # Date created: 26 June 1996 > | # Whom: gpalmer > | # > | -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net-mgmt/net-snmp/Makefile,v 1.198 2011/12/07 22:58:31 zi Exp $ > | +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/net-mgmt/net-snmp/Makefile,v 1.199 2011/12/14 13:08:08 scheidell Exp $ > | # > | > | PORTNAME= snmp > | @@ -23,7 +23,8 @@ OPTIONS= IPV6 "Build with IPv6 support" > | DUMMY "Enable dummy values as placeholders" on \ > | TKMIB "Install graphical MIB browser" off \ > | DMALLOC "Enable dmalloc debug memory allocator" off \ > | - UNPRIVILEGED "Allow unprivileged users to execute net-snmp" off > | + UNPRIVILEGED "Allow unprivileged users to execute net-snmp" off \ > | + PYTHON "Install python bindings off Missing quote here. -- WXS