From owner-freebsd-ports@freebsd.org Wed Oct 5 22:29:37 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 DE13AAF7F33 for ; Wed, 5 Oct 2016 22:29:37 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a68.g.dreamhost.com (sub5.mail.dreamhost.com [208.113.200.129]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C5F8FC4B for ; Wed, 5 Oct 2016 22:29:36 +0000 (UTC) (envelope-from graham@menhennitt.com.au) Received: from homiemail-a68.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a68.g.dreamhost.com (Postfix) with ESMTP id 32C0348000B30 for ; Wed, 5 Oct 2016 15:29:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=menhennitt.com.au; h= subject:to:references:from:message-id:date:mime-version :in-reply-to:content-type:content-transfer-encoding; s= menhennitt.com.au; bh=mj39QDOfckp+oBqlRJZesNMsyBc=; b=T1WMfnsqJb fMe6NZHPadpfHksDmpOJPNxMrqMpi1HKo7E4Z996mHFUfRG9QMOZRMhSBGuGw9li DKgWZYuQs0GHAdNAx+IoKbwFt7I1GbNgyqt8nQH8wYdp0mVdqVt29njzHLnPjffW yXbhQuH6mWNEBzAr7+OippHgBgAkbyiFc= Received: from [137.237.172.92] (unknown [192.160.117.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: graham@menhennitt.com.au) by homiemail-a68.g.dreamhost.com (Postfix) with ESMTPSA id 7AD2348000B2F for ; Wed, 5 Oct 2016 15:29:35 -0700 (PDT) Subject: Re: dependency explosions To: freebsd-ports@freebsd.org References: <2df71272-7b98-ad73-650a-3ec70beb71d5@freebsd.org> <3b3f3e28-d759-d654-24c0-97fa5683837d@freebsd.org> <88debba1-df87-7ab6-447b-4a63b5e9c44b@freebsd.org> <9ef4c5a9-6b31-ad02-314d-01dd6ba20ef5@FreeBSD.org> From: Graham Menhennitt Message-ID: Date: Thu, 6 Oct 2016 09:29:31 +1100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <9ef4c5a9-6b31-ad02-314d-01dd6ba20ef5@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable 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: Wed, 05 Oct 2016 22:29:38 -0000 On 6/10/2016 8:20 AM, Mathieu Arnold wrote: > Le 05/10/2016 =C3=A0 22:04, Julian Elischer a =C3=A9crit : >> Another thing that might be good woudl be a way to tell ports "remove >> all the ports that were just build dependencies". > pkg autoremove > Thanks for that Mathieu - I didn't know about that one. However... When I run it, it tells me that it's going to remove my cyrus-SASL port.=20 I installed that (via its port) so that I can use SSL/TLS authentication=20 on my Dovecot server (installed via the dovecot2 port). So Cyrus is not=20 a build dependency of anything - why is it offering to remove it? Thanks, Graham