From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 20:30:18 2011 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 28B95106564A for ; Thu, 24 Feb 2011 20:30:18 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id AB37A8FC21 for ; Thu, 24 Feb 2011 20:30:17 +0000 (UTC) Received: by wwb31 with SMTP id 31so1255004wwb.31 for ; Thu, 24 Feb 2011 12:30:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=predatorlabs.net; s=google; h=domainkey-signature:mime-version:x-originating-ip:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=OibxW/acABBc846WrFUmMKaSvMej1xN38ejTjgjqvSo=; b=if7GDk21SBD5/YdEjWHQ/OpDy22z2AaLd3nZF6hsS7uwmOwMQd9D8+XkQfriitClcI L6P49b2xBrBryyMx/A6BWXymfNgDF4a5EzT3P75MX1fHKLYyMFeCzBFVZ9yGNvxy4gNQ S+EYL00bH4RcX1j8aa1z/kaqI8cSJub9zPN5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=predatorlabs.net; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=P08rtBydR5MoBj7++YxQw/CGywB9ThfQD/5a92lATURco0qbjoB7YW+ES0FZeh5CKC 4xJj9mzipabRUr94ZOw8q46Cl0Pc+iUoOARTSF+YJhlgbdIhYo3lz49/f1o1RLSKZWev NSuK8qFmFs+yr76UVDnx/UTYF8nuoG7nZtUW0= MIME-Version: 1.0 Received: by 10.216.30.137 with SMTP id k9mr1269971wea.31.1298579416831; Thu, 24 Feb 2011 12:30:16 -0800 (PST) Received: by 10.216.157.139 with HTTP; Thu, 24 Feb 2011 12:30:16 -0800 (PST) X-Originating-IP: [128.95.133.23] In-Reply-To: References: <20110224102357.15af921c@scorpio> Date: Thu, 24 Feb 2011 12:30:16 -0800 Message-ID: From: Rob Farmer To: "Edwin L. Culp W." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Subject: Re: HAL's demise 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, 24 Feb 2011 20:30:18 -0000 On Thu, Feb 24, 2011 at 11:34 AM, Edwin L. Culp W. w= rote: > Sounded like a good idea to me but ;) > > pkg_deinstall hal-0.5.14_12 > ---> =A0Deinstalling 'hal-0.5.14_12' > pkg_delete: package 'hal-0.5.14_12' is required by these other packages That list is recursive - kdelibs4 depends on hal, then other stuff depends on it. If it could be configured to work without hal, most likely the rest of the list would be just fine. --=20 Rob Farmer