From owner-freebsd-questions@FreeBSD.ORG Thu Jan 30 11:18:21 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6125EEEB for ; Thu, 30 Jan 2014 11:18:21 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C9BF10CE for ; Thu, 30 Jan 2014 11:18:20 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W8pdS-00015x-PD for freebsd-questions@freebsd.org; Thu, 30 Jan 2014 12:18:18 +0100 Received: from kontrol.kode5.net ([80.229.5.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jan 2014 12:18:18 +0100 Received: from jmzgriffin by kontrol.kode5.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Jan 2014 12:18:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: James Griffin Subject: Re: Force install function in PKGNG Date: Thu, 30 Jan 2014 11:17:55 +0000 (UTC) Lines: 17 Message-ID: References: <52E9213D.7030707@kleppnett.no> X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: kontrol.kode5.net User-Agent: slrn/1.0.1 (FreeBSD) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 11:18:21 -0000 On 2014-01-29, Kenneth Hatteland wrote: > My system always have had problems getting my HP cp1515n to work. But > installing HPLIP from ports, then installing HPIJS with pkg_add -rf will > get the correct PPDs to show up in CUPS. > > After swithcing to pkgng it does not seem to exist a force option so > I have to do all my prints on another machine, which is slightly > annoying. I have read man pages and googled but can not seem to find a > force funtion. Does anybody know about one or have a better way of > making the right PPDs install to get my printer going ? Having only > HPLIP, or HPIJS installed does not make this possible. > > Thanks in advance, Kenneth Hatteland Have a look at the pkg-add(8) man page. Specifically, the -f option. This provides the force function you need I believe. Or you might be able to build it as a port to get it installed.