From owner-freebsd-ports@FreeBSD.ORG Fri Aug 22 22:23:29 2014 Return-Path: Delivered-To: ports@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 ESMTPS id 69C59494 for ; Fri, 22 Aug 2014 22:23:29 +0000 (UTC) Received: from smtp.rcn.com (smtp-fo.rcn.cmh.synacor.com [69.168.97.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3297B3AF8 for ; Fri, 22 Aug 2014 22:23:28 +0000 (UTC) X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=SrMSGYy0 c=1 sm=1 a=uNsD4W5u/UlQopoDAqU1YA==:17 a=BsRc6yXY6pMA:10 a=Vry4qWyFxnMA:10 a=06_YoC3yINAA:10 a=AaUjGI9IrlcA:10 a=IkcTkHD0fZMA:10 a=OA2lqS22AAAA:8 a=KhQ9ySMV9WAk2alvkisA:9 a=QEXdDO2ut3YA:10 a=uNsD4W5u/UlQopoDAqU1YA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: cm9iZXJ0aHVmZkByY24uY29t Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.user=roberthuff; auth=pass (PLAIN) Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 209.6.39.223 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.39.223] ([209.6.39.223:20504] helo=jerusalem.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 3.6.2.43620 r(Platform:3.6.2.0)) with ESMTPA id 7C/09-32522-82EB7F35; Fri, 22 Aug 2014 18:03:21 -0400 Message-ID: <53F7BE28.2030807@rcn.com> Date: Fri, 22 Aug 2014 18:03:20 -0400 From: Robert Huff User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:29.0) Gecko/20100101 SeaMonkey/2.26.1 MIME-Version: 1.0 To: ports@freebsd.org Subject: question about "pkg install" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2014 22:23:29 -0000 Scenario: I have a program (several, actually) I need to install from the generic package repository. These programs depend on openldap-client; however I have openldap-sasl-client installed. In my experience the two have been interchangeable when compiling from ports. Is there a way to tell 'pkg install' "Yeah, I know it says openldap-client, but the same version of openldap-sasl-client satisfies the dependency"? Or do I just use 'pkg install -M' and hope everything works? Respectfully, Robert Huff