From owner-svn-ports-all@freebsd.org Wed Oct 30 00:31:50 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 7D171171DE8; Wed, 30 Oct 2019 00:31:50 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) 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 472qCB2mSPz4Dsr; Wed, 30 Oct 2019 00:31:50 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from icepick.vmeta.jp (unknown [IPv6:2405:6586:2280:1200:2c65:db05:9a96:cfde]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: meta/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 0AD292F0C; Wed, 30 Oct 2019 00:31:48 +0000 (UTC) (envelope-from meta@FreeBSD.org) Date: Wed, 30 Oct 2019 09:31:44 +0900 From: Koichiro Iwao To: Antoine Brodin Cc: ports-committers , svn-ports-all , svn-ports-head Subject: Re: svn commit: r515841 - in head/misc: mc mc-nox11 Message-ID: <20191030003144.t632f2e7hux4v475@icepick.vmeta.jp> References: <201910280034.x9S0YAld062160@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 12.1-STABLE amd64 User-Agent: NeoMutt/20180716 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: Wed, 30 Oct 2019 00:31:50 -0000 On Mon, Oct 28, 2019 at 09:00:37PM +0100, Antoine Brodin wrote: > On Mon, Oct 28, 2019 at 1:34 AM Koichiro Iwao wrote: > > > > Author: meta > > Date: Mon Oct 28 00:34:10 2019 > > New Revision: 515841 > > URL: https://svnweb.freebsd.org/changeset/ports/515841 > > > > Log: > > New port: misc/mc-nox11: misc/mc but without x11 dependencies > > Hi, > > You forgot to hook it to the build. > > Antoine Fixed, thanks! -- meta