From owner-freebsd-pkg@freebsd.org Tue Feb 23 16:20:13 2016 Return-Path: Delivered-To: freebsd-pkg@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 9F24AAB11D7 for ; Tue, 23 Feb 2016 16:20:13 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::22d]) (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 67F8E1967 for ; Tue, 23 Feb 2016 16:20:13 +0000 (UTC) (envelope-from vrwmiller@gmail.com) Received: by mail-oi0-x22d.google.com with SMTP id j125so82546367oih.0 for ; Tue, 23 Feb 2016 08:20:13 -0800 (PST) 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:content-type; bh=XZaimBOIN5X0MEtrycWAsZimSHtPvlexn9HBpTQ7a7Y=; b=1FgQl4Vb1zIpHIILjd3vfpOUhf7nQxX2FPUbXi/vHLrfzVdzZtrxQ0aAQEldIH4WZ+ UkjTwVOnWdPE1M+hQ1jn2oQi9jVmipIO7HSj7mVPwY8SBqgNvAPYXlOMF3hep2flTj4X jZj4BVXvNBuSz2fojAdS5F+YogHapqj007MCwOW/dT7xinnE4uJ6lLnGq5dAZsb/XSJY yfFHkUwP40wyn7+ePmJNw+xVRWigol9ZpauCAt2i5LH4wJGI8NKy3Ps0kyDCw8vWtWoo tBjaEeEdBgoOU0dHqq/WVlSMZsKVdN3TtPmlyl98nc1vdarv2nYsS5fMOWu5TJnPX+XB BIHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:date:message-id:subject:from :to:content-type; bh=XZaimBOIN5X0MEtrycWAsZimSHtPvlexn9HBpTQ7a7Y=; b=YHIWcUAyfT6NmU1luqHTt7bi17hp5cVeGQmarvUeEVRyemr+eQPHLociuZCYa4eVuG QDJyRo7kNeeoKPBIKJHzXuKR7SfZ8jo+WvnFtZtpAhBtPQfG6CkmlRqTmIKWh5pN79xj jYzyCFWZaHwkswF4vNy8Ztf83lcd+bBOTWGHuQl+/Ap2gHcElozf1VyCrDkiDMK19dIH YyE6goSnltTUrpUniozg5FQAVOHJQJLgD42QWukRzb6aD/1FI/RRrQwlO2PZAtlkphw9 ZELJZYUDCRyOQmIiv3cIrXdmEm9xAagy6q4H61LNCxWjscUHxSNpmjNr8q5pD0I/JACS m+5g== X-Gm-Message-State: AG10YOTlce1/+vOI70ZXj16EYGMrRAHQ9Bdc1qxzFcrUhZf60FiFqcw++VYptyJmqqxHxILX10X2DCekeaF/2A== MIME-Version: 1.0 X-Received: by 10.202.102.69 with SMTP id a66mr27488890oic.93.1456244412586; Tue, 23 Feb 2016 08:20:12 -0800 (PST) Sender: vrwmiller@gmail.com Received: by 10.202.226.200 with HTTP; Tue, 23 Feb 2016 08:20:12 -0800 (PST) Date: Tue, 23 Feb 2016 11:20:12 -0500 X-Google-Sender-Auth: 9jhyfYLpZlOfmnRQ-Upiz9CsNQY Message-ID: Subject: Poudriere Port Options From: Rick Miller To: freebsd-pkg@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-pkg@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Binary package management and package tools discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 16:20:13 -0000 Hi all, I need to check what non-default port options have been set on a Poudriere built repo and the options sub-command appeared to fit the bill with the -s option. However, upon executing port option -s -f $file, the output seems to describe what options are available along with their default setting as opposed to it's current setting. Is this the expected behavior? Is there an alternate method of checking what options have changed for arbitrary ports? -- Take care Rick Miller