From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 4 14:11:35 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 25DE1F1A for ; Mon, 4 Mar 2013 14:11:35 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ee0-f50.google.com (mail-ee0-f50.google.com [74.125.83.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8691A79 for ; Mon, 4 Mar 2013 14:11:34 +0000 (UTC) Received: by mail-ee0-f50.google.com with SMTP id e51so4036899eek.9 for ; Mon, 04 Mar 2013 06:11:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=y8gXNvJ3X2+myU5U9Ax9ls+Kk91ZG11vEO9znlIXfIo=; b=dw/uvNUQTRb8Hm8mbbbmxPNQxUK3fX/ly/MP2jj1ZS5RJ2+ZW6r1VZiB9acfttUETk 8K/rcjXeztPKlxuIpsQWJy0iYrXmjU8Jd7CRJXFeP+QLU1h+Z4JNz+09oQIteuyxOJ6Y EtDBtj7qdlwaXDLwBIQgshry30QUhijDoRt7awfXuR7UZiGqeIEieIDdFsKQFdjUt7Uo JnWMkMGIPzurBLJ9uOg+uoxtKgsjU3v8IAMHClJR46Z25bBPHUJ4WcN3Lx+0kycQDj6B 3npa0LhEXcu5jdL32qIOGDNuy83DACywUMezn80N9f4LierJmnWWllNSmT6hNWub5duV qd+w== X-Received: by 10.14.173.196 with SMTP id v44mr59127147eel.29.1362406286932; Mon, 04 Mar 2013 06:11:26 -0800 (PST) Received: from [192.168.178.20] (a82-161-212-209.adsl.xs4all.nl. [82.161.212.209]) by mx.google.com with ESMTPS id o3sm32258837eem.15.2013.03.04.06.11.25 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Mar 2013 06:11:26 -0800 (PST) Message-ID: <5134AB8C.2050202@gmail.com> Date: Mon, 04 Mar 2013 15:11:24 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130228 Thunderbird/17.0.3 MIME-Version: 1.0 To: emulation@freebsd.org Subject: Re: removing old linux ports References: <51349535.5040800@freebsd.org> In-Reply-To: <51349535.5040800@freebsd.org> X-Enigmail-Version: 1.5.1 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, 04 Mar 2013 14:11:35 -0000 On 03/04/13 13:36, René Ladan wrote: > Hi, > > since FreeBSD 7.X has reached its end of life, I plan to remove the > expired Linux ports for the old Linuxolator (depending on INDEX build > results) after an official annoucement that 7.X has expired has been > sent. From > http://beta.freshports.org/ports-expired.php?sort=expiration_date : > [snip ports] > - office@ textproc/linux-aspell [snip more ports] Removing textproc/linux-aspell resulted in a broken portsnap build, which might mean it is still building for 7.X. I'll also write a patch to remove 7.X support from bsd.linux-apps.mk and bsd.linux-rpm.mk. Rene