From owner-svn-ports-all@FreeBSD.ORG Wed Sep 17 15:39:41 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B69CF16 for ; Wed, 17 Sep 2014 15:39:41 +0000 (UTC) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) (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 E4D86D81 for ; Wed, 17 Sep 2014 15:39:40 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id 10so2061557lbg.5 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=Ni0whc5Nf6iWwEkXMGMShruVhcv6BZ1W0UAc4imo9DCOts8it8tcnXAi5iFdkCWIzs J/0evfc+u0ZmYDIYK685P2wbw9eVnh8h3h9j4cgNF/BYu7Ac9zVcxXZ8dFg54svs9Fxt fhr8NK3AJKIlZ4yqsKYoWI5c/w2CQcuSl35C0k6pIMGnHlcN99Ww7auA4grL0RkmmYOv 5+SfqEq3S6rEM62OQHmoV8Hrfq5/8Rat3n2pLritct0fYjAXwRosYqy4mWAxk/uFdTMf Nq/121KhPiwOab3HZtDseBkk9so3XEhyhsAyRO5pZQ2Sq9zMVB6BME1h/piSNJ+UHgDE pAXA== X-Gm-Message-State: ALoCoQmlkNp5ECMfbZynYTPoPSDXxGDJ1MgIGO2jqoGTu7uTE342AdxbGtqQSebB98WOtUx8gGYg 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-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree 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