From owner-svn-ports-head@freebsd.org Fri Oct 2 13:20:31 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6362642CCE9 for ; Fri, 2 Oct 2020 13:20:31 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2rG33V46z46dP for ; Fri, 2 Oct 2020 13:20:26 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 51C181FB3D for ; Fri, 2 Oct 2020 13:20:25 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-io1-f41.google.com with SMTP id y13so1490643iow.4 for ; Fri, 02 Oct 2020 06:20:25 -0700 (PDT) X-Gm-Message-State: AOAM530dePQGb8DkwTTrOl3DiRbpJ9oAC1ohX3aqH6VOKo6sC5BqrM7y pQFTFcO8Wmj7XLCX/CwBjefTLipM/WKHU0sKUlMCew== X-Google-Smtp-Source: ABdhPJyE/QXAs7mYdwuVMgSXyl3nMRGSs7uOYnnoIT7GDXggH/KFoduD/6/63/yFuYT1b47kUSl2063bilGoGhzNeLo= X-Received: by 2002:a5e:9e4c:: with SMTP id j12mr1955014ioq.37.1601644824432; Fri, 02 Oct 2020 06:20:24 -0700 (PDT) MIME-Version: 1.0 References: <202010020858.0928wiWE068778@repo.freebsd.org> <20201002095454.hym7ehsu7sonbv6l@aching.in.mat.cc> <20201002121230.5b9aed04c75a44d2f1887aaa@bidouilliste.com> In-Reply-To: <20201002121230.5b9aed04c75a44d2f1887aaa@bidouilliste.com> From: Po-Chuan Hsieh Date: Fri, 2 Oct 2020 21:19:48 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r551166 - head/Keywords To: Emmanuel Vadot Cc: Mathieu Arnold , Emmanuel Vadot , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 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: Fri, 02 Oct 2020 13:20:31 -0000 On Fri, Oct 2, 2020 at 6:12 PM Emmanuel Vadot wrote: > On Fri, 2 Oct 2020 11:54:54 +0200 > Mathieu Arnold wrote: > > > On Fri, Oct 02, 2020 at 08:58:44AM +0000, Emmanuel Vadot wrote: > > > Log: > > > Keywords: sample: Really fix the lua version > > > > > > pkg doesn't accept expanding %X when the argument doesn't exists. > > > Some how neither my testing or the exp-run (PR 249035) catched that. > > > > Just to be sure, we still have: > > > > MINIMAL_PKG_VERSION= 1.13.0 > > > > in bsd.port.mk, is it still ok, or do we have to bump it? > > > > -- > > Mathieu Arnold > > See https://svnweb.freebsd.org/ports?view=revision&revision=550858 > > I've found after that %# wasn't used in the ports tree (I guess > because of that) so no need to bump it again now. > With pkg 1.15.6, I see the following error. And it goes away with pkg 1.15.7. ===> Building package for ettercap-0.8.3.1,1 pkg-static: Requesting argument %2 while only 1 arguments are available *** Error code 1 Stop. make: stopped in /usr/ports/net-mgmt/ettercap =>> Cleaning up wrkdir ===> Cleaning for ettercap-0.8.3.1,1 build of net-mgmt/ettercap | ettercap-0.8.3.1,1 ended at Fri Oct 2 19:32:11 CST 2020 build time: 00:02:53 !!! build failure encountered !!! > > -- > Emmanuel Vadot > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >