From owner-svn-ports-all@freebsd.org Thu Nov 7 13:56:25 2019 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 B885B1B5159; Thu, 7 Nov 2019 13:56:25 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qv1-f66.google.com (mail-qv1-f66.google.com [209.85.219.66]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4784gs4PbBz3Cfb; Thu, 7 Nov 2019 13:56:25 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qv1-f66.google.com with SMTP id g18so792503qvp.8; Thu, 07 Nov 2019 05:56:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hhbJu4djrAV+FUepluKAgMdeu9WAhGa+Z5z6jCOlPVs=; b=LXamQc6PlYLuBXe3F/aOugwTPY+zvB/fEVx4u2UTZlBJoP/WZUcscbuiyqO9O2Sjno XMKzwMMWUwgpzgAEz5y/q9ZBWpDiACdLBSakyAUNTNIwkbKNfjcNfyFjWef9KguWokMo RojW5gIiOTM/BWYt/iv2n0V9AnGNN2AcGwjD7rRCDNGH3WJENWSc9NM+n0s8Qbr89q8h g76zuRp/2VgHXns7W7YMYpruAFJZ3nPfw9upYgT97MdydixqCrIKLD2w1D6S3J2kJBOe vofOaIVaatU2PfGoZzwaRDdqokCat4eeWHSHZGN0Re0SXFrZS3UlpJsQHujCx+yDDIk+ Y5hw== X-Gm-Message-State: APjAAAXFxq95mhvtvNJMXQcmk3LhBu7aPrUtdxOv0az4pQtHm2RvcCe6 Q2DOGZDjQfIizJYQo2IFSENca2IzLRJ2cRJ4GS0NOcku X-Google-Smtp-Source: APXvYqzINf5g5oQh72vaEn8ANCeEBgpOi2cIrkSqFbzgzyQj6yRU6YwBCj2OcpTNp2T4520ux8F72GeNlf9EKdncjTg= X-Received: by 2002:a05:6214:2c6:: with SMTP id g6mr3620679qvu.176.1573134978653; Thu, 07 Nov 2019 05:56:18 -0800 (PST) MIME-Version: 1.0 References: <201911071135.xA7BZZcL023207@repo.freebsd.org> <20191107135312.GA95387@FreeBSD.org> In-Reply-To: <20191107135312.GA95387@FreeBSD.org> From: Antoine Brodin Date: Thu, 7 Nov 2019 14:56:05 +0100 Message-ID: Subject: Re: svn commit: r516964 - in head/devel/patch: . files To: Alexey Dokuchaev Cc: ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4784gs4PbBz3Cfb X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Thu, 07 Nov 2019 13:56:25 -0000 On Thu, Nov 7, 2019 at 2:53 PM Alexey Dokuchaev wrote: > On Thu, Nov 07, 2019 at 02:17:58PM +0100, Antoine Brodin wrote: > > On Thu, Nov 7, 2019 at 12:35 PM Alexey Dokuchaev wrote: > > > New Revision: 516964 > > > URL: https://svnweb.freebsd.org/changeset/ports/516964 > > > > > > Log: > > > - Pull in security patches from Debian while upstream still CBA > > > to release a new version after almost a year since those bugs > > > and vulnerabilities had been reported > > > - Hook the test suite, which unfortunately requires bash(1), to > > > our framework > > > - Chase redirection in the WWW line of the port description > > > > > > Security: 791841a3-d484-4878-8909-92ef9ce424f4 > > > PR: 233455 > > > > This fails to install: > > > > gmake[3]: bash: Command not found > > I'd probably need a full log for that (and another failure as well). You should test your changes in poudriere http://pb2.nyi.freebsd.org/data/120i386-default-PR241624/2019-11-07_12h55m43s/logs/errors/patch-2.7.6_1.log http://pb2.nyi.freebsd.org/data/120i386-default-PR241624/2019-11-07_12h55m43s/logs/errors/libredwg-0.9.log Antoine