From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 7 08:21:58 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 33C756EE for ; Mon, 7 Oct 2013 08:21:58 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ee0-x234.google.com (mail-ee0-x234.google.com [IPv6:2a00:1450:4013:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEE202CD7 for ; Mon, 7 Oct 2013 08:21:57 +0000 (UTC) Received: by mail-ee0-f52.google.com with SMTP id c41so3012511eek.39 for ; Mon, 07 Oct 2013 01:21:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=LA7Qpql8t/0Xk/algkM/zEIKWQ6FmwyMTvViPouHYTM=; b=oHIMTxsqflYZyc68NMJogv4xD3yIhRXyJUH0xokIt+vJRekjd5zFKdEMgPw8lZULSl q5+MuBT6y0WmACfimpDWqCGBtDbBO0Wi/xY+KR+c5Owxn0VFv/bb6MXseUTpOK2SUjc3 hbzJ6OQnb4gmIOAR0JeRcTMV7wmoStrTkNcuZVm1sqUrvtHGG4YFsAptqe//AIk42pGs RhCXojlXPBBr2oRoJ/UeAOW+fhCIsyVEzAo4lF7uc9bHYoUOIPisEE8NtD7y3M8JD0bH V3JTNLI9vqNC/wH8Sab5G7eEsmPnIfdiW5QAFYrBkHYv5mYS8BsRR8GKVjUojtGFa6cV to9g== X-Received: by 10.15.32.7 with SMTP id z7mr481232eeu.78.1381134116113; Mon, 07 Oct 2013 01:21:56 -0700 (PDT) Received: from ?IPv6:2001:980:d7ed:1:f90a:90a1:d36b:4c9e? ([2001:980:d7ed:1:f90a:90a1:d36b:4c9e]) by mx.google.com with ESMTPSA id m54sm60448813eex.2.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Oct 2013 01:21:55 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <52526F21.108@freebsd.org> Date: Mon, 07 Oct 2013 10:21:53 +0200 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: emulation@freebsd.org Subject: Re: removing some old linux-f10 libraries References: <5251AE2D.1060106@freebsd.org> In-Reply-To: <5251AE2D.1060106@freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Oct 2013 08:21:58 -0000 On 06-10-2013 20:38, René Ladan wrote: > Hi, > > I went through the linux-f10 ports and noted the following old libraries > for which a newer version is already ported: > - x11-toolkits/linux-f10-gtk > - graphics/linux-f10-png10 > - devel/linux-f10-libglade > - textproc/linux-f10-libxml > > The first two are still in active use by other ports but the latter two > can be safely removed (tested with 'make index' and several grep > invocations). A patch to remove them is available at > http://people.freebsd.org/~rene/patches/rm-old-linux-libs.diff > I uploaded a new patch after the removal of devel/libglade (of which devel/linux-f10-libglade used the pkg-descr). For the first two ports, the dependent ports are: linux-f10-gtk : * emulators/linux-pete-xgl2gpu * emulators/linux-ePSXe * emulators/linux-peops-softgpu * emulators/linux-pete-mesagpu * emulators/linux-peops-spu * games/HeroesOfMightAndMagic * math/linux-relview * net-im/linux-ymessenger linux-f10-png10 : * graphics/linux-panorama-tools René