From owner-freebsd-ports@FreeBSD.ORG Tue May 20 08:18:22 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAA7AA19 for ; Tue, 20 May 2014 08:18:22 +0000 (UTC) Received: from kestrel.altadena.net (kestrel2.altadena.net [IPv6:2001:1878:b00:100::120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "kestrel.altadena.net", Issuer "Root Certificate Version 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B76EB2A65 for ; Tue, 20 May 2014 08:18:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=altadena.net; s=1.kestrel; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=Tenbj8vGWClTyNj+RLDqbrAbXjPqu7+8T20P/nHx2Ek=; b=rD45Y7Ac7H9i0vK1ZyleYfpqBIhIgPlp8pWuZxRrR9rGN/TY9VG9Whp6TBjH8KwKoCLon1PazIOsaVu1ui2ca6CY63zd94RpcYWxDhkRpkOwPT+Q1iEpFsEExoAHqS/HXZm/n6XEmuZqQmyBMgVK9MbexZI7BQqezag8p70LnYc=; Received: from [2001:470:8:126:1131:6d5c:a2ed:e5a] (port=60937 helo=port5.altadena.net) by kestrel.altadena.net with esmtps (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1WmfFd-0005D2-Dd for ports@freebsd.org; Tue, 20 May 2014 01:18:21 -0700 Message-ID: <537B0FCB.7020608@altadena.net> Date: Tue, 20 May 2014 03:18:19 -0500 From: Pete Carah User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: Net-SNMP conflict Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 08:18:22 -0000 PLEASE don't automatically install pkg during the build of ANY other package; if this happens in the middle of a portupgrade -a on a system without pkgng, the result is not pretty; all packages built after net-snmp have a duplicated origin, among other things. I hope I can recover the system since it is supposed to be a production server. Yes, I realize I'll have to convert. However, this forced install doesn't convert the database so the pkg database and /var/db/pkg end up inconsistent, and I can't tell what is really installed on all of the packages that show a duplicated origin. -- Pete