From owner-freebsd-questions@FreeBSD.ORG Wed Jan 29 15:48:51 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 0F46D943 for ; Wed, 29 Jan 2014 15:48:51 +0000 (UTC) Received: from asav21.altibox.net (asav21.altibox.net [109.247.116.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD92517C4 for ; Wed, 29 Jan 2014 15:48:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by asav21.altibox.net (Postfix) with ESMTP id 03105804C0 for ; Wed, 29 Jan 2014 16:41:50 +0100 (CET) Received: from asav21.altibox.net ([127.0.0.1]) by localhost (asav21.lysetele.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id X4d0dGfO6hf4 for ; Wed, 29 Jan 2014 16:41:49 +0100 (CET) Received: from [192.168.10.110] (129.81-166-80.customer.lyse.net [81.166.80.129]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: kenneth.hatteland@kleppnett.no) by asav21.altibox.net (Postfix) with ESMTPSA id B8E6180175 for ; Wed, 29 Jan 2014 16:41:49 +0100 (CET) Message-ID: <52E9213D.7030707@kleppnett.no> Date: Wed, 29 Jan 2014 16:41:49 +0100 From: Kenneth Hatteland User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Force install function in PKGNG References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 29 Jan 2014 15:48:51 -0000 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