From owner-freebsd-ports@freebsd.org Fri Oct 16 08:03:51 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 4E783A1662A for ; Fri, 16 Oct 2015 08:03:51 +0000 (UTC) (envelope-from jlehen@gmail.com) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (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 CD9491942 for ; Fri, 16 Oct 2015 08:03:50 +0000 (UTC) (envelope-from jlehen@gmail.com) Received: by lbcao8 with SMTP id ao8so93623492lbc.3 for ; Fri, 16 Oct 2015 01:03:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=61iQ0CYltxEHzHmYSH8HpCcw+9cuL2V0SRYcyyFEUtA=; b=TH2JHo8u7zwxZC8m6MIx7u4LkSRM4spx/LZP5RYJDawHJBLpZy/NSsoBuJZ2raXCZd kyg28sQYq137/SaMhMsvryz9fjz9CKiCUW2kSjPPBzWWThp1S3rjl6Z0uFOBdHtTwa6B PMFwjVcX0LJlTeahhDYHjfLTO6xYJ8PS08g2cyFyjohzOlhdRP2ltG52BJrOR3qrxkcT cgFEg5SUHh6WYoEdWioYwNZ+WOnTfIsyZ8aoTmLB3rscjT1keQSAWbNsAWUjzGRNX/uY kM90DYtBPnroXOTHPLnpEVQttGvBfOkTK5qyE8DGqn+hikHxqj/Nr2XWsos7xTJ5bMLs C12w== MIME-Version: 1.0 X-Received: by 10.194.110.4 with SMTP id hw4mr15313108wjb.135.1444982628698; Fri, 16 Oct 2015 01:03:48 -0700 (PDT) Sender: jlehen@gmail.com Received: by 10.28.177.9 with HTTP; Fri, 16 Oct 2015 01:03:48 -0700 (PDT) In-Reply-To: <20151016075657.GG19913@home.opsec.eu> References: <20151016075657.GG19913@home.opsec.eu> Date: Fri, 16 Oct 2015 10:03:48 +0200 X-Google-Sender-Auth: 9XT4N2VALl0MtSZ-6fcqkEhS9H0 Message-ID: Subject: Re: postfix options no honored by poudriere From: Jeremie Le Hen To: Kurt Jaeger Cc: 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 08:03:51 -0000 On Fri, Oct 16, 2015 at 9:56 AM, Kurt Jaeger wrote: > Hi! > >> I recently realized that my postfix port wasn't compiled with the >> options I set. > > Port options are normally saved in /var/db/ports/, > and poudriere takes the default values or those > found in /usr/local/etc/poudriere.d/options/. > > To have the options from the normal system mirrored in poudriere, > I used this: > > mkdir /usr/local/etc/poudriere.d/options/ > cd /var/db > rm ports > ln -s /usr/local/etc/poudriere.d/options ports > > So, how is your setup for the options configured ? I'm using make.conf -style configuration. I haven't followed closely the development of Poudriere, but I suspect this is the old way, although according to the manpage it's still supported. I'm not sure about what you're saying for /var/db/ports. This directly is used by the ports tree; in my experience Poudriere uses a separate tree for each { jail, set }. -- Jeremie Le Hen jlh@FreeBSD.org