From owner-freebsd-ports@FreeBSD.ORG Wed Dec 4 01:18:34 2013 Return-Path: Delivered-To: freebsd-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 49AA5B60 for ; Wed, 4 Dec 2013 01:18:34 +0000 (UTC) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C42B1296 for ; Wed, 4 Dec 2013 01:18:33 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id uy5so15264522obc.40 for ; Tue, 03 Dec 2013 17:18:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=P+BMsQm7w4EcbBUlOFmExT6oKBsAAWLQyl5TYn3rI1Y=; b=KO0VKXFjDGMaBL/4jq5Z+CCUZyWkjeOK1Q8iS09qAW3j67prNCqk1z5BdZFPczHH+e ibilGUQ91Hi8qx8WY5SUoEKH1JqNoBB5uZUoNF34zEBLaHg6AHDukTdJvgt6lINV2zcJ OOuZI3Nk/E+8M9CUiJ3755pjyFKwenhdTUn7g8PoyoghZiTA18p98i8d3gf+NuM216hN DM1OQN1/oToCtLOn+cV+HbO9aH6QUjQ3dUNpe7FVF0d2NjKvMsBAbNvF3jog3fRNJ2J9 zD8Kzq08he9018prPNdmv15DjZ39+NQpc0dEGq2HoPhmlsxBUeKsYcT/kSxUNT//X4ey 9/8Q== MIME-Version: 1.0 X-Received: by 10.183.3.102 with SMTP id bv6mr61882144obd.18.1386119913271; Tue, 03 Dec 2013 17:18:33 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.76.180.68 with HTTP; Tue, 3 Dec 2013 17:18:33 -0800 (PST) In-Reply-To: References: <1384957312687-5862526.post@n5.nabble.com> <1385821712485-5864972.post@n5.nabble.com> <1386068094622-5865658.post@n5.nabble.com> Date: Tue, 3 Dec 2013 17:18:33 -0800 X-Google-Sender-Auth: _NJRTPqjp8Y5hXUUCse2NdjIurE Message-ID: Subject: Re: pkgng upgrade options From: Kevin Oberman To: Daniel Nebdal Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Ports FreeBSD , Beeblebrox 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: Wed, 04 Dec 2013 01:18:34 -0000 On Tue, Dec 3, 2013 at 9:40 AM, Daniel Nebdal wrote: > 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 > The issue with py-distribute/py-setuptools is covered in UPDATING. Just follow the instructions. ODBC is a more difficult issue. There are two ALMOST compatible implementations of OMDB an most ports use one, but a few use the other. Due to nearly identical name spaces, it is simply not possible to install both. Most ports can link with either (see make config), so try to get them all happy with one or the other and get rid of the one not used. Good luck. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com