From owner-freebsd-ports@FreeBSD.ORG Mon Feb 3 08:03:18 2014 Return-Path: Delivered-To: freebsd-ports@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 5A25E6AB for ; Mon, 3 Feb 2014 08:03:18 +0000 (UTC) Received: from smtp25.services.sfr.fr (smtp25.services.sfr.fr [93.17.128.119]) by mx1.freebsd.org (Postfix) with ESMTP id 1B3171975 for ; Mon, 3 Feb 2014 08:03:17 +0000 (UTC) Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2516.sfr.fr (SMTP Server) with ESMTP id 25F857000077 for ; Mon, 3 Feb 2014 08:54:24 +0100 (CET) Received: from dmarec.local (199.114.14.109.rev.sfr.net [109.14.114.199]) by msfrf2516.sfr.fr (SMTP Server) with ESMTP id EF75A7000076 for ; Mon, 3 Feb 2014 08:54:23 +0100 (CET) X-SFR-UUID: 20140203075423980.EF75A7000076@msfrf2516.sfr.fr Message-ID: <52EF3D20.6050105@davenulle.org> Date: Mon, 03 Feb 2014 07:54:24 +0100 From: David Marec User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [Upgrade to FreeBSD10] hplip issue References: <52ECC0D9.2010607@davenulle.org> <52ECC8FA.4050206@davenulle.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 08:03:18 -0000 On 03.02.2014 01:18, Scot Hetzel wrote: > On Sat, Feb 1, 2014 at 4:14 AM, David Marec wrote: >> I don't know why this file was not updated during the hplip installation. >> > [...] > if there were any changes to hplip.conf file, it doesn't get removed > when the port is uninstalled. And if the file exists, it won't > overwrite your changes. > > Did you customize this file before you re-installed? No. But I guess this file wasn't removed when I requested the deletion of all the ports using 'pkg delete', once FreeBSD was upgraded. But, at that time, the scanning switch was enabled in the file. > > Does the hplip.conf.sample file have scanner-build=yes? > The only difference is the line I set up to fix the issue, after the (re)installation: david:/<1>local/etc/hp>diff hplip.conf hplip.conf.sample 25c25 < scanner-build=yes --- > scanner-build=no -- David Marec