From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 24 07:54:33 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CDF3BEB for ; Wed, 24 Oct 2012 07:54:33 +0000 (UTC) (envelope-from mailer-daemon@vniz.net) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id C213F8FC0C for ; Wed, 24 Oct 2012 07:54:32 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so161960lag.13 for ; Wed, 24 Oct 2012 00:54:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:cc:subject:references:in-reply-to:openpgp :content-type:content-transfer-encoding:x-gm-message-state; bh=wxbaSWW5ACtWbl5ZKAHkeKIUfMbxe0ZxNL/sxqKlE9w=; b=dA2OkOW/OkuRSfl0ZEMSSwI+xcq14njJaA7gjrHdn2WCFEywmcVZCrvTOogWfFSXlB 63guF5bd7byILPy3nxY89lTK+L3IZEGbrO2vBYDpymNfunBNVlhzQPGSFHWn7OczzBFw dMc3NEE0ixXakM/RmMAtV1L3NEqOoxv4inFdFUpYnYsbB+KkE6OJbIzT+h+S6iR7OmOl +PBRMVxGP4vPDIxdNNsQ0FtgA0xifCU4VPORMFA2DqNVQ8E2Y80eqCFh/2+vL8QFf4wU vZg8265lwv3b6vSl1lrlL6VLcca6p/I5VMj3tFPvSm3aLryjg3fIX3AflXUQxrZ6xsfY 7xnQ== Received: by 10.152.144.201 with SMTP id so9mr13806269lab.24.1351065271519; Wed, 24 Oct 2012 00:54:31 -0700 (PDT) Received: from [192.168.1.2] ([89.169.140.97]) by mx.google.com with ESMTPS id h8sm4729796lbk.0.2012.10.24.00.54.30 (version=SSLv3 cipher=OTHER); Wed, 24 Oct 2012 00:54:31 -0700 (PDT) Message-ID: <50879EB6.9010706@freebsd.org> Date: Wed, 24 Oct 2012 11:54:30 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: obrien@FreeBSD.org Subject: Re: misc/172440: [patch] [build] fix broken CTFCONVERT_CMD call References: <201210240600.q9O60ZnJ076229@freefall.freebsd.org> In-Reply-To: <201210240600.q9O60ZnJ076229@freefall.freebsd.org> OpenPGP: id=964474DD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQn0ShQEZN9811g2kwir1xxq+JAqJggKggyZXjipMwaVOxzbvbIM4CwccsWctdYryON6v49K Cc: sjg@FreeBSD.org, freebsd-bugs@FreeBSD.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2012 07:54:33 -0000 It is fixed for stable-9 and standard make using MFC + mk fix: http://svnweb.freebsd.org/base?view=revision&revision=241928 http://svnweb.freebsd.org/base?view=revision&revision=241929 and fixed for stable-8 and standard make using mk fix: http://svnweb.freebsd.org/base?view=revision&revision=241930 so only bmake case left unfixed.