From owner-cvs-all@FreeBSD.ORG Fri May 14 12:15:58 2010 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 9A95B1065675; Fri, 14 May 2010 12:15:58 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1495E8FC14; Fri, 14 May 2010 12:15:57 +0000 (UTC) Received: from lqc.issp.ac.ru [77.236.34.156:9580] (HELO/EHLO lqc.issp.ac.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o4ECFBcO065732 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 14 May 2010 16:15:12 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: chris@officialunix.com, Pav Lucistnik Date: Fri, 14 May 2010 16:15:55 +0400 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; i386; ; ) References: <201005141143.o4EBhNs8086889@repoman.freebsd.org> In-Reply-To: <201005141143.o4EBhNs8086889@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201005141615.55450.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Fri, 14 May 2010 16:15:12 +0400 (MSD) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/print/hplip3 Makefile pkg-plist 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: Fri, 14 May 2010 12:15:58 -0000 On Fri, 14 May 2010 11:43:23 +0000 (UTC), Pav Lucistnik wrote: > pav 2010-05-14 11:43:23 UTC > > FreeBSD ports repository > > Modified files: > print/hplip3 Makefile pkg-plist > Log: > - Fix issue regarding net-snmp OPTIONS= GUI "build with Python QT" off \ DBUS "dbus support" off \ XSANE "build xsane scanner app" off \ NOSNMP "Build without snmp" on Assuming double negative elimination applies for options, wouldn't more natural to rename knob to SNMP (WITHOUT_NOSNMP -> WITH_SNMP) and turn it off? > - Fix issue with fax when disabling dbus > - NOPORTDOCS cleanliness > > PR: ports/146535 > Submitted by: Chris Petrik (maintainer) > > Revision Changes Path > 1.39 +23 -8 ports/print/hplip3/Makefile > 1.18 +21 -21 ports/print/hplip3/pkg-plist >