From owner-freebsd-ports@FreeBSD.ORG Tue Sep 2 01:37:45 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47B23AF3 for ; Tue, 2 Sep 2014 01:37:45 +0000 (UTC) Received: from quine.pinyon.org (quine.pinyon.org [65.101.5.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1E0FA1D47 for ; Tue, 2 Sep 2014 01:37:44 +0000 (UTC) Received: by quine.pinyon.org (Postfix, from userid 122) id D771E160230; Mon, 1 Sep 2014 18:37:43 -0700 (MST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on quine.pinyon.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from feyerabend.n1.pinyon.org (feyerabend.n1.pinyon.org [10.0.10.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by quine.pinyon.org (Postfix) with ESMTPSA id 9B6C9160228 for ; Mon, 1 Sep 2014 18:37:41 -0700 (MST) Message-ID: <54051F65.1000701@pinyon.org> Date: Mon, 01 Sep 2014 18:37:41 -0700 From: "Russell L. Carter" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: poudriere and DISABLE_VULNERABILITIES References: <54050C82.7090607@pinyon.org> <2SVjstvmvj2CplagwG782091WBmD4BZm@keyhole.local> In-Reply-To: <2SVjstvmvj2CplagwG782091WBmD4BZm@keyhole.local> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 01:37:45 -0000 On 09/01/14 18:29, Chuck Burns wrote: > On Monday, September 01, 2014 5:17:06 PM Russell L. Carter wrote: >> Greetings, >> >> root@terpsichore> cat /usr/local/etc/poudriere.d/make.conf >> # >> DISABLE_VULNERABILITIES=YES >> root@terpsichore> >> >> Running poudriere I see that it does indeed concatenate >> that make.conf into its configuration. But all those rotten, >> terrible, awful buggy ancient security-nightmare linux-f10 >> ports still fail. What should I do instead? >> >> Thanks, >> Russell >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > Wait for the f20 ports? They're being worked on, according to some other > mailing lists that I'm on.. > Ok, that's fine. And maybe that linux-f20 port is great news. (What "mailing lists" would those be, that one gets that news?) However, what I would like to learn is if poudriere is able to understand DISABLE_VULNERABILITIES=YES, and if so, how to enable it. I'm not asking a political question here, just a technical one. If this is possible, how do I do it? Thanks, Russell