From owner-svn-ports-head@FreeBSD.ORG Wed Sep 17 15:39:41 2014 Return-Path: Delivered-To: svn-ports-head@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 33043F12 for ; Wed, 17 Sep 2014 15:39:41 +0000 (UTC) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AD86AD7F for ; Wed, 17 Sep 2014 15:39:40 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id pn19so922841lab.34 for ; Wed, 17 Sep 2014 08:39:32 -0700 (PDT) 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:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=WqjLjnI0DTh21kOqukyhhrDuZPGg8E8cAJ/ZIjdT5jc=; b=gegxLMvwXRuZqsPcIbKdFH4q7afnPO7qcq9xLKdBwsXzHI4crqwwV6uGuvJFyH3SLc QbhjNzK8bBnzXb0MWmsBQ8ydUH7oT1RgrQQ/+88Vtr/A7Ka6+m7SL/a3YrGSggab3ENB NjIwp8w7W1jwIc80wXpLWLuqcFOwlvodKJYGsu1tFVdZwunQjTvakQokKckaMwJDgCME VGEcH8Zbc2PDzobtfZvgJ7r6GIDZvRceY5DiD+5Qg1zLUzV5DsdfPN9BgLlmV3kvmsx4 nEs2HgamsSqDPE1N6nBe7HXWhuQNdSdU/DMt87DO8Q2Y16W+e9fSJm/knyGFv4E4gW8P IXbA== X-Gm-Message-State: ALoCoQlh7EVxAycILRhPAe0klI1nD1GjvrH2ec1q6eS5YgdpcJKD7n1sAL36JgznJ9Y6qMpPMoc0 X-Received: by 10.152.3.35 with SMTP id 3mr45557268laz.5.1410968372007; Wed, 17 Sep 2014 08:39:32 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.171.40 with HTTP; Wed, 17 Sep 2014 08:39:11 -0700 (PDT) In-Reply-To: <201409161707.s8GH7BoD073901@svn.freebsd.org> References: <201409161707.s8GH7BoD073901@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 17 Sep 2014 23:39:11 +0800 X-Google-Sender-Auth: wMSiQ21V4aPTitwI83Koo3yC2mw Message-ID: Subject: Re: svn commit: r368336 - head/ports-mgmt/poudriere To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 15:39:41 -0000 On Wed, Sep 17, 2014 at 1:07 AM, Bryan Drewery wrote: > Author: bdrewery > Date: Tue Sep 16 17:07:11 2014 > New Revision: 368336 > URL: http://svnweb.freebsd.org/changeset/ports/368336 > QAT: https://qat.redports.org/buildarchive/r368336/ > > Log: > - Update to 3.0.18 > > Changes: > * Add a check for 3.1 repository and reject the build. 3.0 does not > know > how to handle 3.1's repository format. Downgrading is not supported > at this point. > * Allow securelevel>=1 with USE_TMPFS=all > * Add a warning that DEVELOPER=yes is ignored in lieu of bulk > -t/testport Hi, /usr/local/share/poudriere/common.sh line 1067: msg_warn "DEVELOPER=yes ignored from make.conf. Use 'bulk -t' or 'testport' for testing instead." But msg_warn is undefined. The error message is "/usr/local/share/poudriere/bulk.sh: msg_warn: not found" Regards, sunpoet