From owner-cvs-src@FreeBSD.ORG Sun Sep 25 14:38:14 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7E66C16A41F; Sun, 25 Sep 2005 14:38:14 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F61843D48; Sun, 25 Sep 2005 14:38:09 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.11] (junior.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id j8PEc89I079605; Sun, 25 Sep 2005 08:38:08 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4336B652.2000001@samsco.org> Date: Sun, 25 Sep 2005 08:38:10 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050615 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <200509242141.j8OLflHk025693@repoman.freebsd.org> <20050925024254.GA7281@xor.obsecurity.org> In-Reply-To: <20050925024254.GA7281@xor.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, Kirill Ponomarew , cvs-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/pkg_install/lib match.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Sep 2005 14:38:14 -0000 Kris Kennaway wrote: > On Sat, Sep 24, 2005 at 09:41:47PM +0000, Kirill Ponomarew wrote: > >>krion 2005-09-24 21:41:47 UTC >> >> FreeBSD src repository >> >> Modified files: >> usr.sbin/pkg_install/lib match.c >> Log: >> Do not bitch about bsdpan modules not having origin. >> >> Based on PR: bin/82269 >> Submitted by: Steven Hartland >> MFC after: 3 days > > > What about killing this altogether? There exist third-party packages > that legimitately do not have origins either, and this warning is > extremely verbose (it happens each time you run a pkg_* tool, I > think). > > Kris > Hear Hear. As a former 3rd party vendor of packages, I completely agree. Scott