From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 18:08:27 2010 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 A55CA1065675 for ; Fri, 23 Apr 2010 18:08:27 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 36C458FC2B for ; Fri, 23 Apr 2010 18:08:26 +0000 (UTC) Received: by wye20 with SMTP id 20so2830975wye.13 for ; Fri, 23 Apr 2010 11:08:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=6PPqob8wYqZc78CLKZoS1LnX2ZAkk07Ihi+OaC8Tz5A=; b=H2hPZExRr2N1LdPTILojuYf/h6a2LR4Hh4I6wwnX7iOHYGIhWebzFt566EhG9Czlaz fO+8bVg5XEY3OOKZPomo1rLaFi+fkK+7IBOUJ+VxoFVA9gO+gJVlNuOnTM63fQMpuhgb SZWp61wS/X9rN9TuKnC86n3EOlVYY+ooXqFhQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=IwTWIO/7PqIdvuixnouSts9ZEDx0XX9gQBvzVodM6FhFVp1xP2P9lOpOtftE1Ufm2d ZXj/qYWex44u9rPSenM76SQAE3KL7ZlFQq8EU1E9zjHyTKp0DxE/ny7+gKL7wGg6tgQD O5h88GW0akxdFJ9bbo3xo0JpaumO/z2IDIBiY= Received: by 10.216.86.210 with SMTP id w60mr610998wee.48.1272046105904; Fri, 23 Apr 2010 11:08:25 -0700 (PDT) Received: from orion.hsd1.pa.comcast.net (c-71-230-240-241.hsd1.pa.comcast.net [71.230.240.241]) by mx.google.com with ESMTPS id t70sm647420weq.14.2010.04.23.11.08.22 (version=SSLv3 cipher=RC4-MD5); Fri, 23 Apr 2010 11:08:23 -0700 (PDT) Date: Fri, 23 Apr 2010 14:04:49 -0400 From: Glen Barber To: Yuri Message-ID: <20100423180449.GA16091@orion.hsd1.pa.comcast.net> References: <4BD1DD94.9070704@rawbw.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BD1DD94.9070704@rawbw.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-questions@freebsd.org Subject: Re: Duplicate ports with the same name, shou,d thy be banned/renamed? 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: Fri, 23 Apr 2010 18:08:27 -0000 Hi, Yuri wrote: > I see there are two ports: > /usr/ports/audio/mpc > /usr/ports/math/mpc > > When I run 'pkg_add -r mpc' the first one gets installed, there is 'All' > directory under packages, here all of them from all subdirectories are > dropped. > > Shouldn't duplication be banned? > This is where the LATEST_LINK entry in the port Makefile comes in. If you want to pkg_add math/mpc, use: pkg_add -r math_mpc Regards, -- Glen Barber