From owner-freebsd-questions@FreeBSD.ORG Sat Nov 5 18:40:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70C6E16A41F for ; Sat, 5 Nov 2005 18:40:59 +0000 (GMT) (envelope-from lonnie@outstep.com) Received: from mail.outstep.com (www.outstep.com [205.177.73.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5BA843D4C for ; Sat, 5 Nov 2005 18:40:58 +0000 (GMT) (envelope-from lonnie@outstep.com) Received: (qmail 27593 invoked by uid 509); 5 Nov 2005 10:41:32 -0800 Received: from 70.120.87.170 by GeneralC.outstep.com (envelope-from , uid 507) with qmail-scanner-1.25-st-qms (clamdscan: 0.83/1163. spamassassin: 3.0.2. perlscan: 1.25-st-qms. Clear:RC:0(70.120.87.170):SA:0(-2.3/1.0):. Processed in 0.63237 secs); 05 Nov 2005 18:41:32 -0000 X-Spam-Status: No, hits=-2.3 required=1.0 X-Antivirus-MYDOMAIN-Mail-From: lonnie@outstep.com via GeneralC.outstep.com X-Antivirus-MYDOMAIN: 1.25-st-qms (Clear:RC:0(70.120.87.170):SA:0(-2.3/1.0):. Processed in 0.63237 secs Process 27585) Received: from cpe-70-120-87-170.satx.res.rr.com (HELO ?192.168.0.114?) (lonnie@outstep.com@70.120.87.170) by mail.outstep.com with SMTP; 5 Nov 2005 10:41:31 -0800 Message-ID: <436CFC8A.3050305@outstep.com> Date: Sat, 05 Nov 2005 12:40:10 -0600 From: Lonnie Cumberland User-Agent: Mozilla Thunderbird 1.0.5 (Windows/20050711) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Adding Packages 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: Sat, 05 Nov 2005 18:40:59 -0000 Greeting All, I want to add a Samba Server from the pkg_add command on my FreeBSD 4.11 but another specialized application has installed gettext-0.13.1_1 and the /stand/sysinstall says that it fails the dependency for gettext. How can I install a package from a freebsd ftp site and tell it to skip this particular dependency? Additionally, I have also tried to get a local copy of the 4.11 release on my new server so I might be able to get the package from there if I can figure out how to do the install via the PKG_???? commands. Can someone please give me a simple example of how to do this? Thanks, Lonnie