From owner-freebsd-questions@FreeBSD.ORG Sat Aug 31 19:41:37 2013 Return-Path: Delivered-To: freebsd-questions@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 ESMTP id 708133CB for ; Sat, 31 Aug 2013 19:41:37 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44CF7215C for ; Sat, 31 Aug 2013 19:41:37 +0000 (UTC) Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id E15F422D28 for ; Sat, 31 Aug 2013 15:41:35 -0400 (EDT) Received: from web3 ([10.202.2.213]) by compute1.internal (MEProxy); Sat, 31 Aug 2013 15:41:35 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=Rb3vVy3quVZc0b6/ljlRsIr8lH8=; b=YldxB Z69NKI8PjOnxz+mz0cU3SzC27P7tIU8qjjvkmujwsUHxmcwbANHvb6jfH7f/D9fI h+JDdUsbS5EecoVfkDWjLXmDgzUiL/asbHPi0x6Vfdo22y54AbOj9GQXyHs+wutc n7jS+lVwHvweeWto4gbK4urucSXQly9NAtGyNA= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id BBF09B00065; Sat, 31 Aug 2013 15:41:35 -0400 (EDT) Message-Id: <1377978095.27510.16416805.52E0E55D@webmail.messagingengine.com> X-Sasl-Enc: Bw+0gpA/G+h7ZPvjYPJFq5crwFHdU41ECytoeN5/1yTM 1377978095 From: Mark Felder To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-f98c0b0f Subject: Re: find ports that aren't required anymore Date: Sat, 31 Aug 2013 14:41:35 -0500 In-Reply-To: <004001cea67e$f774a530$e65def90$@dalescott.net> References: <004001cea67e$f774a530$e65def90$@dalescott.net> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 19:41:37 -0000 On Sat, Aug 31, 2013, at 14:19, Dale Scott wrote: > I was using the postfix port, but decided to replace it with ssmtp to > reduce > ports in use and simplify system updating (deleting postfix with > pkg_delete). Is it possible that deleting postfix will leave ports > installed > that aren't required anymore? Will pkg_delete also delete any > dependencies > no longer required? If I could have ports still installed that aren't > required anymore? How can I find them now? Portmaster? > If you're using the old pkg format you'll want to use something like pkg_cutleaves which is in ports. If you're using the new pkg format you can simply run "pkg autoremove".