From owner-freebsd-questions@FreeBSD.ORG Wed Jun 29 09:19:58 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46F441065674 for ; Wed, 29 Jun 2011 09:19:58 +0000 (UTC) (envelope-from kron24@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id C68C88FC13 for ; Wed, 29 Jun 2011 09:19:57 +0000 (UTC) Received: by bwa20 with SMTP id 20so1234721bwa.13 for ; Wed, 29 Jun 2011 02:19:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=c6mocsmJsjg7bUbBjU1PHg0X0E0clI6ueJPBsPHK0AE=; b=WGN+NDd87LwOKFDnAcRUtVHfk3cJMsbfgYAxx5I5ph7nUoREa/W/PIXY9HSpoN0Ez6 dDK8YtELoNCSDMdSQQ47CXLD0nI9zxh2S4+8jGi3quKq2Jp5RA+2N7A+wsFOdO10Zd/5 qAcb+3Hpxo4e6OzwCEj+hF/VkzrqY/T4a5Hew= Received: by 10.204.84.66 with SMTP id i2mr437716bkl.201.1309337322703; Wed, 29 Jun 2011 01:48:42 -0700 (PDT) Received: from [192.168.1.3] (uidzr185142.sattnet.cz [212.96.185.142]) by mx.google.com with ESMTPS id t9sm947649bkn.8.2011.06.29.01.48.39 (version=SSLv3 cipher=OTHER); Wed, 29 Jun 2011 01:48:40 -0700 (PDT) Message-ID: <4E0AE6E6.8060605@gmail.com> Date: Wed, 29 Jun 2011 10:48:38 +0200 From: kron24 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20110629083115.GA45300@obspm.fr> In-Reply-To: <20110629083115.GA45300@obspm.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: clean up compat/pkg X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2011 09:19:58 -0000 Dne 29.6.2011 10:31, Albert Shih napsal(a): > Hi all > > After some time with portupgrade I've got 1.5 Go files in > > /usr/local/lib/compat/pkg > > how can I clean up this directory (and not making my BSD broken...;-) ). > > > Regards. > > JAS see man portslean - it mentions sysutils/libchk BR Oli