From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 13:44:37 2010 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 D679D106564A for ; Mon, 18 Oct 2010 13:44:37 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6115F8FC0A for ; Mon, 18 Oct 2010 13:44:37 +0000 (UTC) Received: by bwz16 with SMTP id 16so632468bwz.13 for ; Mon, 18 Oct 2010 06:44:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=CB3m+WEAAs9nXfkQlLJbfRcemKlDDYaRTbrpUhlPKfQ=; b=XgBM2QopWqDGJmkWvy+Ks1bNRbiVvBPE4s80zZZVx+waVTMPmmEvqCpfpe4xx9wGWo 2s05Zj8N7GUTj7IYP1CNIdUqD7FC3MY/Iw77a8cbM1LT0C6Bdbw+2CGcXUXorwaa8ldf T/OAFiB+o+JZPgCyNS9jgRhvYkAUtvfa37Szc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=eB+0dxT03uH0xezPckjgxZekTlQvpPkYvRC1BwNvnsJqkoFBgLO/a3bOIcrBx0gg69 rlgZlkBZqpTMfRN9mhDlFc78e0U6uYUuBW1isorZlvs0phPRqUOSo17CFsqF3TvWLOrf aF7EoW6mm3ldGhBYVtXsjvI/FUF1nE/3tV2P0= MIME-Version: 1.0 Received: by 10.204.72.211 with SMTP id n19mr4343840bkj.146.1287409462552; Mon, 18 Oct 2010 06:44:22 -0700 (PDT) Received: by 10.204.148.82 with HTTP; Mon, 18 Oct 2010 06:44:22 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Oct 2010 15:44:22 +0200 Message-ID: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: n dhert Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: archivers/xz still needed 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: Mon, 18 Oct 2010 13:44:37 -0000 On Mon, Oct 18, 2010 at 11:24 AM, n dhert wrote: > when doing portupgrade, I get > =A0 =A0 =A0 =A0- archivers/xz (marked as IGNORE) > since it is now in the base system > But > # pkg_info -R xz-4.999.9_1 > Required by: > gtar-1.23_3 > kdeutils-3.5.10_6 > > # pkg_info -R gtar-1.23_3 > Required by: > kdeutils-3.5.10_6 > I indeed still use kedutils and want to keep that version (3.5). > Is there a way to do some recompilation so that gtar and kdeutils do no > longer user xz > that I can do, to get rid of the the =A0IGNORE ? > How would that exactly be? Please, CMIIW, but can't you just use portupgrade -f to force the installation? (or use FORCE_PKG_REGISTER=3Dyes). Cheers > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >