From owner-freebsd-questions@FreeBSD.ORG Thu Dec 13 18:37:30 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1224516A468 for ; Thu, 13 Dec 2007 18:37:30 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from smtp1.bethere.co.uk (smtp1.betherenow.co.uk [87.194.0.68]) by mx1.freebsd.org (Postfix) with ESMTP id BD33613C46E for ; Thu, 13 Dec 2007 18:37:29 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.1.71] (87-194-3-32.bethere.co.uk [87.194.3.32]) by smtp1.bethere.co.uk (Postfix) with SMTP id 38DDA9818B for ; Thu, 13 Dec 2007 18:37:28 +0000 (GMT) Message-ID: <47617BD8.4020109@onetel.com> Date: Thu, 13 Dec 2007 18:37:12 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.9 (X11/20071206) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: cdrtools versions and hal 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: Thu, 13 Dec 2007 18:37:30 -0000 Hi, I recently removed sysutils/cdrtools and installed cdrtools-devel instead because cdrecord in cdrtools doesn't have prodvd included and cdrtools-devel does (helped by a recent post from the author pointing out that cdrecord from cdrtools is quite old). Anyway, I just csupped my ports and ran portmanager -s which told me that cdrtools-2.01_6 is missing and hal-0.5.8.20070909 is built with OLD dependency: cdrtools-2.01_6. Can I make cdrtools-devel to be the dependency of hal so that it will get rebuilt with it and make the cdrtools missing message disappear? Will I break things if I do? I realise that I can tell portmanager to ignore cdrtools but that doesn't seem like the proper solution. Thanks Chris