From owner-freebsd-ports@freebsd.org Wed Aug 31 10:01:41 2016 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 590A3BC7B9E for ; Wed, 31 Aug 2016 10:01:41 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15F087B5 for ; Wed, 31 Aug 2016 10:01:41 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:12d6:601:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 93AB4ED6C7 for ; Wed, 31 Aug 2016 12:01:37 +0200 (CEST) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 93AB4ED6C7 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1472637697; bh=/yGyvR9/oMUuuBhfheTOnZU2698B2cxfj677GovZPEQ=; h=To:From:Subject:Date; b=HgxeYUG076L54ePxk/s7Ff99sDA44WRJaqpfsi0na8MZx5JDs+KvSxQTH67n4z0IB Tvsdq+iL6VSnIDHG4sBK2S0c+iE5qs9ZeugJAtVVEFEa6KZVqRUMyUYQVoHcy6GseS t4OgRvOU5T5TzaTsnMsJqaYJiOkNKjiXhQi8oPt4= Received: from [192.168.0.151] (aftr-185-17-205-182.dynamic.mnet-online.de [185.17.205.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 1C67B558E0C for ; Wed, 31 Aug 2016 12:01:36 +0200 (CEST) To: freebsd-ports@freebsd.org From: Matthias Fechner Subject: Run Dependencies to llvm (for e.g. graphics/libEGL) Message-ID: Date: Wed, 31 Aug 2016 12:01:23 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 10:01:41 -0000 Dear all, I just saw that I have for some installed packages llvm as run dependency (e.g. graphics/libEGL) that it has a run dependency to llvm36:= cd /usr/ports make search name=3DlibEGL R-deps: damageproto-1.2.1 ... llvm37-3.7.1_3 ... Does this really makes sense or is this a bug in one of the dependencies?= Thanks Matthias --=20 "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook