From owner-freebsd-questions@FreeBSD.ORG Tue Jun 8 19:31:30 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44495106567E for ; Tue, 8 Jun 2010 19:31:30 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id CCBCD8FC1A for ; Tue, 8 Jun 2010 19:31:29 +0000 (UTC) Received: by wwb22 with SMTP id 22so4956778wwb.13 for ; Tue, 08 Jun 2010 12:31:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=gaBuvxiGlxAjiIAEQKG6YQkDu9y9w5JXQe7db0nFcZU=; b=OHCTJCuaIBSrPXJgs+0QvIaY3kSmUyZcBGqyURy0qVejJ1nCWiwEuPUffj96R58yj1 Az2Bbpj9RQ2aFjs/Pc/PQlCVnwRhi9IGXKZzDSze34sMGMF1lgrs2Ve1ofppMb3EQ5or 12jp6DvEoxNIHNdi23Pa7eQzsC9P9zQqlMMRo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=PAqF96zVI8XMS8iv12ETfMIPYqJ0qKgYkOlt5cgQSQfwT1QLYXxkgskbigLctgpCze QnedYXFTtDd1bMJ7NJ453/X3zaAlXYjm2VgrpuSmnhcfU3S6SqI2jycMrVwXKSOQtAeU mSpXAF2UTsYDVr7rk7cETXKIaAKc7nuU6dins= MIME-Version: 1.0 Received: by 10.227.155.213 with SMTP id t21mr1817946wbw.66.1276025487797; Tue, 08 Jun 2010 12:31:27 -0700 (PDT) Received: by 10.216.183.5 with HTTP; Tue, 8 Jun 2010 12:31:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 8 Jun 2010 19:31:26 +0000 Message-ID: From: "b. f." To: Giorgos Tsiapaliokas Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: can i use flags at once? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2010 19:31:30 -0000 On 6/8/10, b. f. wrote: > Just to clarify some of the earlier comments, the ports knobs that can > be used to define certain build options are automatically persistent > only if the knobs are defined as part of the OPTIONS framework, and if > you don't subsequently delete the /var/db/port/*/options files, either Oops: that should be: /var/db/ports/*/options. b.