From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 6 18:38:41 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 B69368C3 for ; Sun, 6 Oct 2013 18:38:41 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 538EC2920 for ; Sun, 6 Oct 2013 18:38:41 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id n12so6251895wgh.15 for ; Sun, 06 Oct 2013 11:38:39 -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 :content-type:content-transfer-encoding; bh=RFZfAvX8fv4LJXgoEGMCogsV8WjB8tdhc55580mRraE=; b=lttcXjx1iDRk2KUV8Wuls3PrbCyuSMu/KUzNnbAG/UZ6tr7IfR1nL7BMCxpEy52vBO M7dBmTqKYvnHE595vodsyQ9bdyrGDr0AgmPTBQ0PEw6DcuSYv9UV/OPfp4C3RNbRn8g5 QbeNXqFKgnSrAkXTDmxo1Ji5vov2keixflE4yESNW9kyVyVUofgwWWOXIYrUQB8GheaO xg6NGkOmQcUoDlZcMENGk57sCIccSTpTZN3cs3iwow7R18IfTGfAxMCKqNklKUoP3PXN oRg5ctUOZRa5FsEEdBAHvoDgR5T7cRfFqyMz5yBVwscmb8PR5okfDbiqK7lGpTn2t3p5 UiUQ== X-Received: by 10.180.160.240 with SMTP id xn16mr15495179wib.62.1381084719821; Sun, 06 Oct 2013 11:38:39 -0700 (PDT) Received: from [192.168.0.107] (136-206-ftth.onsbrabantnet.nl. [88.159.206.136]) by mx.google.com with ESMTPSA id ey4sm31757526wic.11.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 06 Oct 2013 11:38:38 -0700 (PDT) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <5251AE2D.1060106@freebsd.org> Date: Sun, 06 Oct 2013 20:38:37 +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: removing some old linux-f10 libraries 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: Sun, 06 Oct 2013 18:38:41 -0000 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 Any comments (except for the unfinished dates in MOVED ;-) ) ? Regards, René