From owner-freebsd-ports@freebsd.org Fri Oct 16 07:52:35 2015 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EB9B6A16092 for ; Fri, 16 Oct 2015 07:52:35 +0000 (UTC) (envelope-from jlehen@gmail.com) Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com [IPv6:2a00:1450:4010:c07::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9326F1086; Fri, 16 Oct 2015 07:52:35 +0000 (UTC) (envelope-from jlehen@gmail.com) Received: by lffy185 with SMTP id y185so73748352lff.2; Fri, 16 Oct 2015 00:52:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=vRiJCsnaV8n6XYILxG5FTrrfU/yxlQG6+ZhqSSPvZYc=; b=IlpARTvPtJ2m0Z/JgaP0ueD2x7w+sOYAl/oC4N+2Z3R3c9CmTtdYSpbmQi6NGxu8j6 6izf4/J7HrCDTKRu5eJNmASsy7ouCsS1A2moeTx7W1jTf/RukDgR4XzHGCCIQTRSUhHb KwzL5O9q870z0qDOHNWYmPjNMeZ/HLmzlZThGvHid6J46yNdaU+ZLHPTjNXNtp11xqQ/ FKfmRxyqbmU7dL6A0ZEtK2/3nlsL7/KODi/bgquo5flyRd0GGbQkUMMnOtBa+//Wisb1 ttg6R6h7+o2eowpzuYs43DsgRyzpEErfcTOhLgfjsg3qxJn8rNuwD0dG5usCgHApHLEa 7Bhg== MIME-Version: 1.0 X-Received: by 10.194.110.4 with SMTP id hw4mr15260074wjb.135.1444981953042; Fri, 16 Oct 2015 00:52:33 -0700 (PDT) Sender: jlehen@gmail.com Received: by 10.28.177.9 with HTTP; Fri, 16 Oct 2015 00:52:33 -0700 (PDT) Date: Fri, 16 Oct 2015 09:52:33 +0200 X-Google-Sender-Auth: h0LczwiJWGgV_2oWswx0nAbNnTw Message-ID: Subject: postfix options no honored by poudriere From: Jeremie Le Hen To: ohauer@FreeBSD.org Cc: bapt@FreeBSD.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Oct 2015 07:52:36 -0000 (Please don't reply only to -ports@, as I'm not subscribed to this list.) Hi Olli, I recently realized that my postfix port wasn't compiled with the options I set. After a bit of debugging it seems to be a problem specific to mail/postfix. The options I set for this other ports are honored correctly. It seems the options declared in the port are not "seen": ports# make -V OPTIONS_DEFINE -C mail/postfix BDB CDB DOCS INST_BASE LDAP LDAP_SASL LMDB MYSQL NIS PCRE PGSQL SASL SPF SQLITE TEST TLS VDA poudriere# cat data/cache/10amd64-default-caravan/postfix-2.11.7,1.txz/1444980973/options DOCS PCRE TLS poudriere.d# egrep '^(OPTIONS|postfix)' * 10amd64-caravan-make.conf:postfix_SET+= DOVECOT2 make.conf:OPTIONS_UNSET= X11 GUI TK make.conf:postfix_SET= SPF TLS SQLITE BDB Any idea what's happening? Thanks! -- Jeremie Le Hen jlh@FreeBSD.org