From owner-freebsd-stable@FreeBSD.ORG Sat Oct 20 01:07:26 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96846F5C for ; Sat, 20 Oct 2012 01:07:26 +0000 (UTC) (envelope-from mailer-daemon@vniz.net) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 111698FC12 for ; Sat, 20 Oct 2012 01:07:25 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id b5so874427lbd.13 for ; Fri, 19 Oct 2012 18:07:24 -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:subject:openpgp:content-type :content-transfer-encoding:x-gm-message-state; bh=5fnO4wL4kN0d3psYrTeBkAwwiK6xPkbakihbCHlKdgs=; b=hPJLvlHJoqsC0xbe1muD1hOyzwnjBqr2KhrZqCJe+DKTNg4vKKUtATDeS1Tf/n2+Mv BiwEM2PdmxX5yLZTHpEaHHHlj1NjgPmD/giB94qizZBibOBMZ/g74x2oR5uIoIyBGSo5 YeMTl8Ih2JatsifhqrK4cP9VPGsAxilay/LDsMg7hztgQXkxRIrZcT3Y4Y/4MMIs9T7L E98J09jKy2cVT5+gXeXW4HbdItqFsuDL0bTTmXlPqH6wHiw/z7/hOf5CjsJapARGVhnw QFUVL5wqaSi7rXmGKhCSWk2ofcuXiN371BwtX+ZSlRMMDnXQRb5wlrY9kIF/Xx9Xf7Mr KJlg== Received: by 10.112.38.234 with SMTP id j10mr1152555lbk.80.1350695244255; Fri, 19 Oct 2012 18:07:24 -0700 (PDT) Received: from [192.168.1.2] ([89.169.140.97]) by mx.google.com with ESMTPS id fe5sm1023286lbb.6.2012.10.19.18.07.22 (version=SSLv3 cipher=OTHER); Fri, 19 Oct 2012 18:07:23 -0700 (PDT) Message-ID: <5081F92F.8040004@freebsd.org> Date: Sat, 20 Oct 2012 05:06:55 +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: stable@freebsd.org, jhb@freebsd.org Subject: ${CTFCONVERT_CMD} expands to empty string OpenPGP: id=964474DD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkwt5jvumR/c/JjGWXFF6uJhWHBl4l9FaK7ZOQSrQbKvac7V/MlbLNrMusOhgAK5pHDztqQ X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 01:07:26 -0000 On recent -stable I got a lots of (see subj) now due to CTF changes in *.mk files. I have WITHOUT_CDDL=yes in my /etc/src.conf and WITHOUT_CDDL have wider scope than WITHOUT_CTF suggested, but WITHOUT_CDDL is not checked in recent CTF changes. Please fix this thing.