From owner-freebsd-ports@FreeBSD.ORG Thu Oct 10 12:15:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3BFA272E for ; Thu, 10 Oct 2013 12:15:09 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog120.obsmtp.com (eu1sys200aog120.obsmtp.com [207.126.144.149]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 960DC2694 for ; Thu, 10 Oct 2013 12:15:08 +0000 (UTC) Received: from mail-wg0-f51.google.com ([74.125.82.51]) (using TLSv1) by eu1sys200aob120.postini.com ([207.126.147.11]) with SMTP ID DSNKUlaaRAYtVAI1FJVsK4OxGYZ5XY+oSiPE@postini.com; Thu, 10 Oct 2013 12:15:08 UTC Received: by mail-wg0-f51.google.com with SMTP id c11so2337658wgh.6 for ; Thu, 10 Oct 2013 05:15:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:cc :reply-to:in-reply-to; bh=t1TA96I3YzPw5YVCc+iirIHaoPtUA3LMI4/lBdLDeQo=; b=EGsOnwRMqBgujqBt02+f5932QrwyJrWc3IU5j45uA5gR40buycKnmyfNlmgOVd17SA 9zdO11QjRklKDQKD4mcBpYYP9q17hhHTyKZC7CiPNDJUwy101Iq1A9dGewTakSexEyUh zbIVO15O3D8hT2w6YhawseCGQrdqAMolAyMFL2hj5IOoESae/o9q+2pcXk4/58UeK56M kv9iL4rwHFEBX88ZALQbX74cSN5SiIxOtQ9sgzfmtO6Pxn78N4IqSzvs3TDO6DwO/66i PwhqrIpdXiIfOov5JhBjEsAUjQvNfddXy0bUIQ6ioH3AF7axsX2Pjt3CDEUEDGcDvliI 0EGg== X-Gm-Message-State: ALoCoQlmUHHkd1tlnAFrAX7uXiQl27FFE7h4bMVW2jKHryfF5CQQpRHOG6fGsz31vf4OgNt3thmnQyaMhrJEGn7UdZ7yi740WCXM6KZDh/7aSVspRezD+tM43HJq3b9Rcig6E8YCKroSJBJ0Kt8xCeLRpZSV2r3TqJHKEc0/jEMWYN5+h4wU3a0= X-Received: by 10.180.95.102 with SMTP id dj6mr7523809wib.31.1381407300729; Thu, 10 Oct 2013 05:15:00 -0700 (PDT) X-Received: by 10.180.95.102 with SMTP id dj6mr7523795wib.31.1381407300566; Thu, 10 Oct 2013 05:15:00 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id ey4sm25366657wic.11.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 10 Oct 2013 05:14:59 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r9ACEv2V056508 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 10 Oct 2013 13:14:57 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r9ACEvGJ056507; Thu, 10 Oct 2013 13:14:57 +0100 (BST) (envelope-from mexas) Date: Thu, 10 Oct 2013 13:14:57 +0100 (BST) From: Anton Shterenlikht Message-Id: <201310101214.r9ACEvGJ056507@mech-cluster241.men.bris.ac.uk> To: bdrewery@FreeBSD.org, mexas@bris.ac.uk Subject: Re: poudriere pkgclean: list of ports to delete or keep? In-Reply-To: <52569647.3010808@FreeBSD.org> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Oct 2013 12:15:09 -0000 >From bdrewery@freebsd.org Thu Oct 10 13:11:21 2013 > >On 10/10/2013 5:54 AM, Anton Shterenlikht wrote: >> poudriere pkgclean man page section is >> a bit unclear on=20 >>=20 >> cat/port cat/port2 ... >> A list of ports can be specified directly. >>=20 >> Will these packages be kept or deleted? > >Right above that: > > pkgclean > This command is used to delete all packages not specified to build. but -a and -f options specify the files to keep. So specifying the ports directly tells pourdirere to keep them too, right? Anton