From owner-freebsd-ports@FreeBSD.ORG Wed Apr 4 13:44:54 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70DCB1065672; Wed, 4 Apr 2012 13:44:54 +0000 (UTC) (envelope-from freebsd-ports@herveybayaustralia.com.au) Received: from mail.unitedinsong.com.au (mail.unitedinsong.com.au [150.101.178.33]) by mx1.freebsd.org (Postfix) with ESMTP id 299B08FC0A; Wed, 4 Apr 2012 13:44:54 +0000 (UTC) Received: from laptop1.herveybayaustralia.com.au (laptop1.herveybayaustralia.com.au [192.168.0.182]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.unitedinsong.com.au (Postfix) with ESMTPSA id 4F6F45C22; Wed, 4 Apr 2012 23:58:23 +1000 (EST) Message-ID: <4F7C504C.2040705@herveybayaustralia.com.au> Date: Wed, 04 Apr 2012 23:44:44 +1000 From: Da Rock User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111109 Thunderbird/7.0.1 MIME-Version: 1.0 To: gnome@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: system-config-printer missing runtime dependency on libxml2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2012 13:44:54 -0000 I just ran a clean install and built system-config-printer which wouldn't run. It complained about a missing 'libxml2' module. I had to run a search and I found textproc/py-libxml2 which I installed and it all runs fine now. Might need to adjust the runtime dependencies on this port. Excuse if I sound a little disconnected- too much multitasking :) Cheers