From owner-freebsd-current@FreeBSD.ORG Thu Nov 3 23:14:19 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E5631065670; Thu, 3 Nov 2011 23:14:19 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id DBA5A8FC13; Thu, 3 Nov 2011 23:14:18 +0000 (UTC) Received: by wyg36 with SMTP id 36so2420359wyg.13 for ; Thu, 03 Nov 2011 16:14:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ufOduUj4oF4uL+rQBUFybxW7P7qg2T8QV0n23cx4PG0=; b=ZJu1DZJE2kjsVrpDHHdmPENYIaQDIz2h0qAxzMo5CQV2SMPj0gupeHOI9DRveqLAUy YSSNtgz0WU5IwPGvheAqnfUR6TaSGX1AA7C89WW7y5csuqNfcBuWjUtGW8Auq3EdvkZK nl2cULXwaTYAuhDS1CT+SF867lfMZj5VCNQTc= MIME-Version: 1.0 Received: by 10.180.106.104 with SMTP id gt8mr104100wib.6.1320362057578; Thu, 03 Nov 2011 16:14:17 -0700 (PDT) Received: by 10.180.98.5 with HTTP; Thu, 3 Nov 2011 16:14:17 -0700 (PDT) In-Reply-To: <4EB306B2.30602@zedat.fu-berlin.de> References: <4EB306B2.30602@zedat.fu-berlin.de> Date: Thu, 3 Nov 2011 19:14:17 -0400 Message-ID: From: "b. f." To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: Matthias Apitz , freebsd-current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: 10.0-CUR r226986 && ports (general) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2011 23:14:19 -0000 On 11/3/11, O. Hartmann wrote: > Am 11/03/11 18:42, schrieb b. f.: >So I presume the WITH_FBSD10_FIX flag is set in /etc/make.conf, right? You can set it in a number of local Makefiles that are automatically included during a port build. That includes make.conf, and the others mentioned in ports/Mk/bsd.port.mk. A few days ago Martin also added WITH_FBSD10_FIX to the Makefiles of a number of commonly-used ports that need the fix. >Setting this and try building ports without the masquerading will help >those people involved in fixing more than the masquerading solution? If Yes. Some of the known problems with the current fix don't occur when ports are built in tinderboxes or clean sandboxes, but on live systems that already have other ports installed. > On the other hand, as far as I know, there was only suggested using > UNAME_r. When do I have to use the OSVERSION? > You don't have to alter OSVERSION, but if you do not, then for those ports that have WITH_FBSD10_FIX set in their Makefiles, the fix will be applied, and you will be subject to any problems that the fix may cause, even though you are trying to masquerade as a version of FreeBSD less than 10. Look at the conditional that determine whether any action is taken during the run-autotools-fixup target in ports/Mk/bsd.port.mk. b.