From owner-svn-ports-all@freebsd.org Thu Nov 21 21:01: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 1BC331CAD0E; Thu, 21 Nov 2019 21:01:25 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-qk1-f196.google.com (mail-qk1-f196.google.com [209.85.222.196]) (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 47JsRm73Z0z3wmj; Thu, 21 Nov 2019 21:01:23 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-qk1-f196.google.com with SMTP id b188so4408345qkg.1; Thu, 21 Nov 2019 13:01:23 -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=V0vq/yqnYYt5IP6u7XJI5Q1oIhv/zpVgu6xSQu1UAK0=; b=tZIhJ2aYc11Ec+FXXz+Zf/h49t0DK9A58NaMQgGa+XWbjjynIKDoBxNke8Vf31ikUV ndURA8CPpS/CVGLeJi5/6J3NtrVK09i+FNX+D7oKkvklUz4W58VahmoM7bgTPs8PSgFr IJy8fYYvInmCB13P/yG2OM9HDdxBAaBNv7MN6fRLZexGVoM+jYabieYrNl41GInToVUK LS8WZi+0NR7vz7adHpuCG/WpyyEOQ65hAXslEfmAWwg/KulCGO2JAuYm5DYHy9wf0zq1 Y6Q3ZUcvTxzfezsG6Xs9x5gxAWQsxkPZGEE5eCnJzOFXH1+8Sc0FhZqPKuRbxiL8MIXs Ep+w== X-Gm-Message-State: APjAAAXDTT3/9zoNfXEmRzLFo/kl6n9wdZ91cXSMCmHgGJTPw6tujpl7 offgWGU13HK5/EzhWWJEjt/bEaPmxHytOQH2nWJ1gA== X-Google-Smtp-Source: APXvYqxXf+Fpmomt51iZO1qUnP4HDicI8VLB18fPl83hPrtog49n4LMDR5WHLO2R4slKyiDB1GXiacXV+NwKtQ7jJyU= X-Received: by 2002:a37:b702:: with SMTP id h2mr9785520qkf.398.1574370081230; Thu, 21 Nov 2019 13:01:21 -0800 (PST) MIME-Version: 1.0 References: <201911212052.xALKqUot090211@repo.freebsd.org> In-Reply-To: <201911212052.xALKqUot090211@repo.freebsd.org> From: Antoine Brodin Date: Thu, 21 Nov 2019 22:01:09 +0100 Message-ID: Subject: Re: svn commit: r518112 - head/net/bsdec2-image-upload/files To: Brooks Davis Cc: ports-committers , svn-ports-all , svn-ports-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 47JsRm73Z0z3wmj X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999,0] 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, 21 Nov 2019 21:01:25 -0000 On Thu, Nov 21, 2019 at 9:52 PM Brooks Davis wrote: > > Author: brooks > Date: Thu Nov 21 20:52:29 2019 > New Revision: 518112 > URL: https://svnweb.freebsd.org/changeset/ports/518112 > > Log: > Fix build on HEAD. > > Makefiles that use the FreeBSD make infrastructure should be seeing > MAN= rather than defining NO_MAN since 2014. Hi, Do you plan to fix the 80+ other ports broken by this change? Antoine