From owner-freebsd-questions@FreeBSD.ORG Tue Jul 29 18:55:33 2008 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 44AC81065673 for ; Tue, 29 Jul 2008 18:55:33 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id BCD7A8FC18 for ; Tue, 29 Jul 2008 18:55:32 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so4662597fgb.35 for ; Tue, 29 Jul 2008 11:55:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=u8/VmfZDipdUIsuC7/L2ydoia1xZGGdgO9MplgdWSrw=; b=CdHTFq9hGOXvDo7r+GOJIWoDCpSCqBWXRi79GPufDp7CPCKLPldo/6WAGKVk70nVmV AFZ193eAwsbBNAU2LOfrVvgBrJJMsqT+Kx8MaB/BYr6tRlufJTFMJ4MR1WVCZZMaVILu IYsxRgAdUuAjaMyWqxdZqbbbHt+wtogmOV5zc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=clLzHk/RFdP8plcTwcy+IXDIIguYRvk6kf0WbeQikSDz2N3Oh6Yw3gCYH//9NJP6L9 Gkh2fE8SrgtfbEU0gRtSeIyd4J5XqbcFduYtvf46rPjbnC1EsrDAc/LVJxMmpVTgopg/ ShvcRD5jdACE6BiNZyTqObx3u052G0dGJ7qcQ= Received: by 10.86.26.1 with SMTP id 1mr3973871fgz.35.1217357731463; Tue, 29 Jul 2008 11:55:31 -0700 (PDT) Received: from atlantis.dyndns.org ( [79.130.48.30]) by mx.google.com with ESMTPS id e20sm17545427fga.1.2008.07.29.11.55.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 29 Jul 2008 11:55:30 -0700 (PDT) Message-ID: <488F6792.8010606@gmail.com> Date: Tue, 29 Jul 2008 21:55:14 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.14 (X11/20080703) MIME-Version: 1.0 To: Agus References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: Update Single Port tree due MOVED.... 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: Tue, 29 Jul 2008 18:55:33 -0000 Agus wrote: > Hi guys, > > Yesterday while updating my ports...I don't use all-ports, i instead choose > the ones i use from the ports-supfile, i realized that when i wanted to > install portaudit and some other ports management utils, they weren't > anymore on sysutils...i looked at MOVED and swa that they are now in > ports-mgmt....But i dont have that dir...so i was wondering how can i update > this changes on ports tree without using ports-all.... > Simple, you could add ports-mgmt to your ports-supfile > Is there a way to update de ports-supfile o r something to update and bring > the entire ports-mgmt for instance to my ports colection? > i assume using cvsup directly i can checkout..but i wanted to check it woith > you first..and how can i do this... > > Thanks in advance, > Agus > > Another good advice for everyone not wanting to get the entire ports tree, is to use refuse files. Instead of enabling specific parts of the ports tree in the supfile, a refuse file will allow you to just deny getting specific ports. For example, say you don't want to get any of the language specific ports (arabic, french, japanese...), you put those in the refuse file. See an example in /usr/share/examples/cvsup/refuse and read about its use in man csup