From owner-freebsd-ports@freebsd.org Sat Feb 4 09:14:04 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 A1B19CCE8BC for ; Sat, 4 Feb 2017 09:14:04 +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 5925C1B4B for ; Sat, 4 Feb 2017 09:14:04 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:12af:f101: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 F3427865DD9 for ; Sat, 4 Feb 2017 10:13:51 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de F3427865DD9 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=1486199632; bh=xAdVMbSDHO4TClyaXbjZYWw13Bg1B3+S4uVa5oBFe74=; h=To:From:Subject:Date; b=tVSUG2xb3J7LcI3hvTEdW6gMhEgpN3jwce+vc1bSqzNe3Vnf9YlEFPTzdDDmAM41J HXF+JRoB3drzvusv55DxFhE7OM2bum9SYVbxC0BGKgiKYkP7gWHBSDNtoyDgFubUCT r0/2MEljSEuEjywjZTfNQEpe9FP6Ed/nP6d7XC9k= Received: from [192.168.0.151] (aftr-88-217-180-126.dynamic.mnet-online.de [88.217.180.126]) (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 C9AB0937B21 for ; Sat, 4 Feb 2017 10:13:48 +0100 (CET) To: "freebsd-ports@freebsd.org" From: Matthias Fechner Subject: How to see package dependencies Message-ID: <65bbf996-d0a2-ac78-eaa2-3b7138481b4f@fechner.net> Date: Sat, 4 Feb 2017 10:13:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: Sat, 04 Feb 2017 09:14:04 -0000 Hi all, I just tried: pkg delete ccache (as I do not need it on servers, poudriere should install it automatically if required?) But it tries to deinstall: Installed packages to be REMOVED: ccache-3.2.5_2 scponly-4.8.20110526_2 How can I find out why it tries to deinstall scponly if I try to deinstall ccache? (that does not make any sense) Thanks a lot. Gruß Matthias -- "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