From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 5 21:41:18 2013 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1D56D8C for ; Tue, 5 Mar 2013 21:41:18 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ee0-f45.google.com (mail-ee0-f45.google.com [74.125.83.45]) by mx1.freebsd.org (Postfix) with ESMTP id 6F6DBEA8 for ; Tue, 5 Mar 2013 21:41:18 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id b57so4939171eek.18 for ; Tue, 05 Mar 2013 13:41:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=yD8a9wT7JWtweH83D7+KBTX01D+1awa8cC+5RVcjD+s=; b=dYdk0cvBO3hgDMwg/FZGsluY9cUfFZNXtJq5yvRnIlGbX3+SBfVYGeccVgVVmfiqhe YKxbHD5EjmI7aM3uhEYBLDizuO1pYioihnTN7u+XVA/IPDfICo3vVWBQcbHUncTqhoTj FXsekiRD0ykU3IG+bfWswmtGvpteoSB5qZVX4NG3UXOEJbNQCu9xtal+ZOueKAjD+Zhs eblxqV7X5KQlFtIZyoxVYEUdTE/UvqUjNfuYtFlGx/trvb/Kd9Jl+z/4ZzxvvyPTmSyw tv2lgIVsf+oS/9ZgCDMP9fzIqQ84lWari00sULZ98SuJqh/GZRbf7RJ5tDr7CNVKvwi2 OiBg== X-Received: by 10.14.215.193 with SMTP id e41mr74873874eep.32.1362519677286; Tue, 05 Mar 2013 13:41:17 -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 3sm39364709eej.6.2013.03.05.13.41.15 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Mar 2013 13:41:15 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <51366677.10700@freebsd.org> Date: Tue, 05 Mar 2013 22:41:11 +0100 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130228 Thunderbird/17.0.3 MIME-Version: 1.0 To: Alexander Leidinger Subject: Re: removing old linux ports References: <51349535.5040800@freebsd.org> <5134AB8C.2050202@gmail.com> <20130304214254.00004f27@unknown> <51350AA4.1040702@freebsd.org> <20130305212133.00003d99@unknown> In-Reply-To: <20130305212133.00003d99@unknown> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: emulation@freebsd.org 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: Tue, 05 Mar 2013 21:41:18 -0000 On 03/05/13 21:21, Alexander Leidinger wrote: > On Mon, 04 Mar 2013 21:57:08 +0100 > René Ladan wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 03/04/13 21:42, Alexander Leidinger wrote: >>> On Mon, 04 Mar 2013 15:11:24 +0100 Ren← Ladan >>> wrote: >>> >>>> 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] >>> I just took a quick look at the list, but wasn't able to identify >>> something urgently needed (at least for the infrastructure ports >>> maintained by emulation@). In general: just look at the expiration >>> part of the fc4 port (really inside the Makefile) and compare it >>> with all the ports which you want to remove (at least for the ports >>> maintained by emulation@), if it matches you can remove. >>> >> Thanks. As expected: >> % make -C /usr/ports/head/emulators/linux_base-fc4/ -V EXPIRATION_DATE >> 2013-02-28 > Please look inside the makefile, not at the content of a variable. > There is a comment: # EXPIRATION_DATE is the EoL of the last 7.x release > This is what I was referring to. Ah, now I get it. In this case it boils down to the same value though ;) >> >> 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. >> I have re-added textproc/linux-aspell for now. >> >>> It would be nice if the patches results in a nice explanation for >>> the user trying to use some linux stuff on 7.x. >>> >> Uhm, like upgrading to 8.X ? (Sorry, no idea what else...) > "The ports collection does not support linux ports on your FreeBSD > version anymore, please update to a supported version (see > http://www.FreeBSD.org/releases/)." I could propose to add such a message to bsd.port.mk as you suggested elsewhere. I indeed didn't think to hard of the poor user. >> I have attached some *untested* patches for Mk/ , feel free to >> comment. As one is for bsd.port.mk, they must go through portmgr. > bsd.linux-apps.mk looks ok. > bsd.linux-rpm.mk: the indent of the if/else is wrong now. For > representing what you want to do the patch looks OK, but the real > commit should fix the indent (up to portmgr if in one commit or two). > bsd.port.mk looks ok. OK, I'll look at the indentation. Regards, Rene