From owner-freebsd-questions@freebsd.org Fri Sep 21 12:56:07 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D9A86109920D for ; Fri, 21 Sep 2018 12:56:06 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: from mail-io1-xd2c.google.com (mail-io1-xd2c.google.com [IPv6:2607:f8b0:4864:20::d2c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 727317D2F3 for ; Fri, 21 Sep 2018 12:56:06 +0000 (UTC) (envelope-from gurenchan@gmail.com) Received: by mail-io1-xd2c.google.com with SMTP id n18-v6so12066496ioa.9 for ; Fri, 21 Sep 2018 05:56:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=PZh1zH19aMX33xYhjsGMnzuVnuuEvDpWV+vvXjdzvUQ=; b=tHoW4kl6W6sQl+cYNBOo9NZsaVnEzKy1bn8/BR+PUTjOARymbJ5hQjszZiYFfU+YtQ IiG1ydE6dwDYbSfDcj6fKEElN5q14xvFKYButCmBhlCqYsSuzjuUuZXIAXbGZMJFq0UM tm47SSOvskkCxzpq3FMjs155MpC69NprMQijjow5QTr72zc9LInevdRz/oO5k/kJD5qQ oQ9qKQukBkCM71P6DYFIlzSNjWp+lq+t+98dlOcFJy2R4U6+oPXLlLZW0UCflE1yd/TE eLVgFHbWGwwua93ZNoW6UVJx2frxHNxyDLSlXIjPzA89N4sOE9Uf/EfN0uinyOUv7z7S kGWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=PZh1zH19aMX33xYhjsGMnzuVnuuEvDpWV+vvXjdzvUQ=; b=C3y0ooxFq1N4/Rp4uPc89PRy16GVaruYIOFCC9FOPAA7lMobr7YVBcVpYm5YY9QI7M 1m+w3WBVUlNYUt582VNTMsVK88EZ+Xx5Tjj87CqGQ1Z1FQpHcONdNeMMoLyofwPYi7et TL5CaEooNDoX8qFriSi483S0fo4Ao9TThSZIcVGvkAfNA0hTrJyUQgQgqeWsUbKI8hWE 6joPOgdJUrQieOmVf/9xnOMhuka+rzpvBqFKPy1BFoRZq/Jh7mMVP7a9BbzmSBYM3BvT ZTmtWn17JRs6rEKnkzY+KIYCuca7lyRNWPEm5oEvbjHhui+nVG3yih9SYQiO2vbzw2/q BdjQ== X-Gm-Message-State: APzg51BxB9n+hDzmGSnkWcu6Db4DO1vK19Ntz3VJMJVaII2yXSY670hU 3rBCClKrbsS5J8UecNHl0oXlCPhch+1zX5LLj+D4rg== X-Google-Smtp-Source: ANB0VdZKRL/kR8Y1pC0k585AhB6e02W9AYhn8UPHWU/7EjF8Siy3d/thsY6NDwm51yofFJ2YZmEZQICDlMpwLYrRsA4= X-Received: by 2002:a02:9832:: with SMTP id t47-v6mr7853277jaj.137.1537534565525; Fri, 21 Sep 2018 05:56:05 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: blubee blubeeme Date: Fri, 21 Sep 2018 20:57:03 +0800 Message-ID: Subject: Re: poudriere reconfigure ports options To: FreeBSD Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2018 12:56:07 -0000 On Fri, Sep 21, 2018, 20:50 Carmel NY wrote: > This is probably a dumb question, but how do I get poudriere to > reconfigure a > ports options? I want ot change the configuration on a port, but it does > not > give me the opportunity to do so. > > -- > Carmel > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > You can set a global make.conf or a jail and ports tree specific make.conf 4.6.1. Initialize Jails and Port Trees https://www.freebsd.org/doc/handbook/ports-poudriere.html Best >