From owner-freebsd-ports@freebsd.org Mon May 15 10:12:57 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 110A7D6D159 for ; Mon, 15 May 2017 10:12:57 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from mx1.mailbox.org (mx1.mailbox.org [80.241.60.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.mailbox.org", Issuer "SwissSign Server Silver CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7B6EE88 for ; Mon, 15 May 2017 10:12:56 +0000 (UTC) (envelope-from herbert@mailbox.org) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id 899354517F for ; Mon, 15 May 2017 12:05:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:references:in-reply-to :subject:subject:from:from:message-id:date:date:received; s= mail20150812; t=1494842705; bh=c5udEtld7kvc4NJ5wWLzNEDYa4oplEVPL 9wmDdPPNTY=; b=S5oZgpaAkWIuTcUuY2cUDa6BMKG+qd/AnpH62smISyKaocJff N3Hl5CW3z7QbCtQMVNxRtXy7qgh4FFQeV7MjozYCNzpNJEKBM+jd87+h1DVGnckq wkjX7dotjLvdXyzWIQkb+YoKDjqmNl68LjSEYx2fqp6Cs2wTqMQjj1HYOVKiTP4D 4Om4iHyTtkv4pKEOgvAo16BAG87xQ/UuJMwN1BpDfLP8dUOn+Bh9HKLSqgNCAI81 siJ7/vJjRcYqFW4G+FlJ/F3Hh6QyiMMkoiGlexJMMzWpQyuUHoQWOrE58G8ro4KC Quxkf7+ZD9/kpoxlENL+s/3o+yVa+RUr/5HtA== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter01.heinlein-hosting.de (spamfilter01.heinlein-hosting.de [80.241.56.115]) (amavisd-new, port 10030) with ESMTP id BVid_XHpB5RP for ; Mon, 15 May 2017 12:05:05 +0200 (CEST) Date: Mon, 15 May 2017 12:05:04 +0200 Message-ID: <86k25itoz3.wl-herbert@mailbox.org> From: "Herbert J. Skuhra" To: freebsd-ports@freebsd.org Subject: Re: mesa libs issue In-Reply-To: References: <20170513235410.GA56717@doctor.nl2k.ab.ca> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 May 2017 10:12:57 -0000 Jan Beich skrev: > > Maybe try the following: > > $ pkg set -n dri:mesa-dri > $ pkg set -o graphics/dri:graphics/mesa-dri > > $ pkg set -n libglapi:mesa-libs > $ pkg set -o graphics/libglapi:graphics/mesa-libs > > $ pkg set -n libGL:mesa-libs > $ pkg set -o graphics/libGL:graphics/mesa-libs > > $ pkg set -n gbm:mesa-libs > $ pkg set -o graphics/gbm:graphics/mesa-libs > > $ pkg set -n libEGL:mesa-libs > $ pkg set -o graphics/libEGL:graphics/mesa-libs > > $ pkg set -n libglesv2:mesa-libs > $ pkg set -o graphics/libglesv2:graphics/mesa-libs I tried this, but for gbm and libEGL I get: pkg: sqlite error while executing UPDATE deps SET name = ?1, version=(SELECT version FROM packages WHERE name = ?1) WHERE package_id = ?2 AND name = ?3 in file pkgdb.c:2622: UNIQUE constraint failed: deps.name, deps.version, deps.package_id -- Herbert