From owner-freebsd-ports@FreeBSD.ORG Sat Oct 6 05:19:38 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40C8F106566B; Sat, 6 Oct 2012 05:19:36 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 67D1C8FC0A; Sat, 6 Oct 2012 05:19:35 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id y23so907385qad.13 for ; Fri, 05 Oct 2012 22:19:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=76kmRS8DXDxbcYbWIJz+wScWc8VWEYfQ3aL1eOAZc+Y=; b=Rd/f64Xe3rS+zLRezLeSxX6KukXCENo/Oy/lqdksmk152UQBeeeNg8kYZeaxVoUOSw 5fVHuF9/xWcvFQjVyd7NfWnxW91r85r/vu2/eRObAwcqfXa9YwlIDF6N3PolBNoUFRhw n4a1faE2Y6DZKA4Crf4CWhYhtKz2J/XTAPPg6b85gqziPD4INYMwwAbZh8jACDh5hSss /h8m9dIbhQtuL3cZQ7MFG+vA7ulxnBADBkWx0TGm5vPvSWYsiTyH2IkzsmNH2ntXOvjh 9TUV+BC6y+dSCo8Otkae1t/XZe26XfF1vHiN6EqiRggs3V3MzACTjIhc2duNc5uRevdb biaQ== Received: by 10.224.177.70 with SMTP id bh6mr4024803qab.31.1349500769236; Fri, 05 Oct 2012 22:19:29 -0700 (PDT) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id ch3sm11840258qab.9.2012.10.05.22.19.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Oct 2012 22:19:28 -0700 (PDT) Sender: "Jason E. Hale" From: "Jason E. Hale" To: freebsd-ports@freebsd.org Date: Sat, 06 Oct 2012 01:19:27 -0400 Message-ID: <1633411.OOkcku2oeL@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: References: <3D7A4CDD9A4D443F0689F6BD@Pauls-MacBook-Pro.local> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Paul Schmehl , Jason Helfman Subject: Re: New OPTIONS structure - deselect all X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Oct 2012 05:19:38 -0000 On Friday, October 05, 2012 22:07:40 Jason Helfman wrote: > OPTIONS_SET= OPTION1 OPTION2 > That should be OPTIONS_DEFINE= OPTION1 OPTION2 OPTIONS_SET should only be used in /etc/make.conf to set global options. - Jason