From owner-freebsd-stable@FreeBSD.ORG Fri Jan 13 15:13:32 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B5FE106566B; Fri, 13 Jan 2012 15:13:32 +0000 (UTC) (envelope-from gkontos.mail@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3278D8FC12; Fri, 13 Jan 2012 15:13:32 +0000 (UTC) Received: by iazz13 with SMTP id z13so6786216iaz.13 for ; Fri, 13 Jan 2012 07:13:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=USG9c6eM4pykc+aYkWnD7s9GcvjNFUeSa5WBXQGdy84=; b=TuiCxMDbBkMd0VEK7FDbheBlMjiTJX5xqbU7OIAcVYp2rArH+K4Z7eWGBUx4gIAHil 4oJsKByN2sumNGMd1IMPSRK7OcXz6Wuy+u9EYG5EZwOsgivYH9ZifXSuW9T9BQZIaUBf TiryEWd42aJuACQFsrS6j4dshHYkDb2C+KYOg= MIME-Version: 1.0 Received: by 10.50.77.226 with SMTP id v2mr230964igw.12.1326467611723; Fri, 13 Jan 2012 07:13:31 -0800 (PST) Received: by 10.231.135.3 with HTTP; Fri, 13 Jan 2012 07:13:31 -0800 (PST) In-Reply-To: <20120113141828.GJ31224@deviant.kiev.zoral.com.ua> References: <4F10009A.7000307@FreeBSD.org> <4F100D9E.80807@FreeBSD.org> <4F1024F2.20103@gmail.com> <4F103B8A.3050904@FreeBSD.org> <20120113141828.GJ31224@deviant.kiev.zoral.com.ua> Date: Fri, 13 Jan 2012 17:13:31 +0200 Message-ID: From: George Kontostanos To: Kostik Belousov , Andriy Gapon , Johan Hendriks , FreeBSD-Current , freebsd-stable Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: FreeBSD 9 & recompile ports X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 15:13:32 -0000 On Fri, Jan 13, 2012 at 4:18 PM, Kostik Belousov wrote: > On Fri, Jan 13, 2012 at 04:11:22PM +0200, Andriy Gapon wrote: >> on 13/01/2012 14:57 George Kontostanos said the following: >> > Still the question remains regarding COMPAT_FREEBSD8 and how does this >> > affects ports/misc/compat8x/ >> >> Looks like all the previous hints have not been clear enough. >> There is no direct relation between COMPAT_FREEBSD8 and misc/compat8x. >> COMPAT_FREEBSD options are only needed when going from release X to release X+1 >> there was a change to an existing system call at the kernel-userland boundary. >> A side note: kernel options affect only what's in the kernel, quite obviously. >> misc/compatx contains versions of shared libraries from release X that are no >> longer present in X+1. > > Additional twist is that not every change at the kernel/usermode boundary > is covered with backward-compatibility shims. Recent example is the CAM > ABI change, which makes libcam.so.5 from the compat8x useless. Thanks to all for your input. It looks quite obvious to me know and I think this clears any further confusion. Best Regards, George