From owner-svn-ports-all@freebsd.org Fri Oct 2 13:30:01 2020 Return-Path: Delivered-To: svn-ports-all@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 9828C42CFF6; Fri, 2 Oct 2020 13:30:01 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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 (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2rT409Qvz47lt; Fri, 2 Oct 2020 13:29:59 +0000 (UTC) (envelope-from manu@bidouilliste.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1601645396; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3g03KN4/awwwzq32tzxhch+tRcYLx6iLn+irGzUk8EE=; b=r72PCpBTIVeGuxV6k24q53XWqE/0gmh6qGL7oVc2SzcVcSb21zi33X9/sZQE8ArlDGNvf+ XiiecdaYOenyA3eX2TRhvTZOf3oc0/pyQpZENACVVj8Yv42HvoEAaN9mK5aQ0erTMuUqdg MtagF5s/0v94gCeA2IXt0T3aVTXPX4Y= Received: from amy.home (lfbn-idf2-1-288-247.w82-123.abo.wanadoo.fr [82.123.126.247]) by mx.blih.net (OpenSMTPD) with ESMTPSA id f1ec71f3 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 2 Oct 2020 13:29:56 +0000 (UTC) Date: Fri, 2 Oct 2020 15:29:56 +0200 From: Emmanuel Vadot To: Po-Chuan Hsieh Cc: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r551166 - head/Keywords Message-Id: <20201002152956.95400337a8db8dc025d9ef20@bidouilliste.com> In-Reply-To: References: <202010020858.0928wiWE068778@repo.freebsd.org> <20201002095454.hym7ehsu7sonbv6l@aching.in.mat.cc> <20201002121230.5b9aed04c75a44d2f1887aaa@bidouilliste.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4C2rT409Qvz47lt X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=bidouilliste.com header.s=mx header.b=r72PCpBT; dmarc=pass (policy=none) header.from=bidouilliste.com; spf=pass (mx1.freebsd.org: domain of manu@bidouilliste.com designates 212.83.155.74 as permitted sender) smtp.mailfrom=manu@bidouilliste.com X-Spamd-Result: default: False [-3.33 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+mx]; ARC_NA(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; NEURAL_HAM_LONG(-1.01)[-1.008]; NEURAL_HAM_MEDIUM(-1.03)[-1.033]; DKIM_TRACE(0.00)[bidouilliste.com:+]; MID_RHS_MATCH_FROM(0.00)[]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_SHORT(-0.79)[-0.785]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[svn-ports-head,svn-ports-all] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Fri, 02 Oct 2020 13:30:01 -0000 On Fri, 2 Oct 2020 21:19:48 +0800 Po-Chuan Hsieh wrote: > 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. No, This error is fixed with r551166. > ===> 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" > > -- Emmanuel Vadot