From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 09:24:59 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 F30D81065673 for ; Mon, 18 Oct 2010 09:24:59 +0000 (UTC) (envelope-from ndhertbsd@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 926FF8FC0A for ; Mon, 18 Oct 2010 09:24:59 +0000 (UTC) Received: by qwe4 with SMTP id 4so353270qwe.13 for ; Mon, 18 Oct 2010 02:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=0JAkQQjD1q2bk31KpwtAKouY9iZ7Ngqob+/hOxqiOlk=; b=MDiDq2oRMJ/nBK292LZcMjiNtd8PVz+Z2hk3OhTtSF/SCvYkfhXpOauMQfwTmHtgSH TplU0ODl1wCjfXcNT6EXVCMcBcDm4C8kdmQemSvchbSPcoHG5cjQAO4aAncQGPkQg/YL 6dUFmo4QGoOzV0+wY3kwhenyMqeVbNV2ljLXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CuY6/+3t0qeiKtWOsAF3iXiSJ8N1/Ag9ahjyclBTtwsm2w1koBeFWLO5FKc+YQ92Sq 2Ylc9ug8MDq591XZtc0blON7DF44+WGr7rIuQzEtCqsvZyyGJUTGmoqQkgyCz7h4SRPL tIewBq5Xe9WJTJ3AMVSEAXrliSQbpmOOXOgFs= MIME-Version: 1.0 Received: by 10.229.233.80 with SMTP id jx16mr3667009qcb.62.1287393896607; Mon, 18 Oct 2010 02:24:56 -0700 (PDT) Received: by 10.229.224.21 with HTTP; Mon, 18 Oct 2010 02:24:53 -0700 (PDT) Date: Mon, 18 Oct 2010 11:24:53 +0200 Message-ID: From: n dhert To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 09:25:00 -0000 when doing portupgrade, I get - 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 IGNORE ? How would that exactly be?