From owner-freebsd-ports@FreeBSD.ORG Tue Dec 3 17:40:26 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CF6F330 for ; Tue, 3 Dec 2013 17:40:26 +0000 (UTC) Received: from mail-bk0-x22f.google.com (mail-bk0-x22f.google.com [IPv6:2a00:1450:4008:c01::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0F95F147A for ; Tue, 3 Dec 2013 17:40:25 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id mx12so6059650bkb.6 for ; Tue, 03 Dec 2013 09:40:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ln7eIYTggB/TdNDzBPYWQJKtcUkV3MYcJW6wiJnr9p8=; b=tWlLS8AEjbw4MjAuOctcGQusL0yJkzjSeszVXCTRo06boHFo1kCUj7okNk6dlsPgs8 QHa3P9QxTEkulNIGryX+OI81UnleA7OMXw6B7+YAjaVC8ON5m2zODA6oR8Lrxs5b7LEc 8CbxMoZsVl2JiBOF+gf8u+ohleBmuIcjlZuOKp85zbps2Q6RIYuAbVrVzePiZrI7z0KM 76N3urgjpQmmXlJXEJR92Nt7SlXIjZxkLzeSfStZpQc+Zt6F23HbI+u+20c0QPh7tKYB cf/bs4WEqvw4eLu8hltodbkZVzLYGScpiuLhiyQkH9Ylq5F0nTuhkL+F163DAg1zJeDg awlQ== MIME-Version: 1.0 X-Received: by 10.204.243.2 with SMTP id lk2mr672119bkb.94.1386092424244; Tue, 03 Dec 2013 09:40:24 -0800 (PST) Received: by 10.204.163.129 with HTTP; Tue, 3 Dec 2013 09:40:24 -0800 (PST) In-Reply-To: <1386068094622-5865658.post@n5.nabble.com> References: <1384957312687-5862526.post@n5.nabble.com> <1385821712485-5864972.post@n5.nabble.com> <1386068094622-5865658.post@n5.nabble.com> Date: Tue, 3 Dec 2013 18:40:24 +0100 Message-ID: Subject: Re: pkgng upgrade options From: Daniel Nebdal To: Beeblebrox Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Ports FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 17:40:26 -0000 On Tue, Dec 3, 2013 at 11:54 AM, Beeblebrox wrote: > >> There should be some OPTONS_FILE_UNSET variables > I just left those out and only posted those with " OPTIONS_FILE_SET" > > >>It's possible that the FreeBSD repo is before your local repo. > >>To see the repository order use: pkg -v -v > Yes, the FreeBSD repo is listed first while myrepo is #2. I don't see how I > can change the order though. Combining all repo info into a single file > comes to mind; tried and it seems to break things. > > The unixODBC / libiodbc conflict is from these two: databases/php5-odbc & > databases/php5-pdo_odbc > They both have "OPTIONS_FILE_SET+=IODBC" however, so should nat ask for > unixODBC > > The most serious pkg conflict I am seeing is devel/py27-distribute vs. > devel/py27-setuptools > "pkg set -o devel/py27-distribute:devel/py27-setuptools" has no effect. > Only > emulators/virtualbox-ose is asking for devel/py-distribute. > > > > ----- > FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS > This might be overly trivial, but ... is py27-setuptools already installed, by chance? Can you try removing it? -- Daniel Nebdal