From owner-svn-ports-head@freebsd.org Fri Aug 17 10:58:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 894A81066488; Fri, 17 Aug 2018 10:58:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 434F277511; Fri, 17 Aug 2018 10:58:26 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 39F43191E9; Fri, 17 Aug 2018 10:58:26 +0000 (UTC) Date: Fri, 17 Aug 2018 10:58:26 +0000 From: Alexey Dokuchaev To: Mathieu Arnold Cc: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r477358 - head/devel/liteide Message-ID: <20180817105826.GA66785@FreeBSD.org> References: <201808161608.w7GG800r067541@repo.freebsd.org> <20180817092401.ekyhnhpmp4rmnyk4@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180817092401.ekyhnhpmp4rmnyk4@atuin.in.mat.cc> User-Agent: Mutt/1.9.5 (2018-04-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 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, 17 Aug 2018 10:58:26 -0000 On Fri, Aug 17, 2018 at 11:24:01AM +0200, Mathieu Arnold wrote: > On Thu, Aug 16, 2018 at 04:08:00PM +0000, Steve Wills wrote: > > +BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go > > +RUN_DEPENDS= ${LOCALBASE}/bin/go:lang/go \ > > + ${LOCALBASE}/bin/gocode:devel/go-gocode > > All these should have ${LOCALBASE}/bin/ removed. > > > FLAVORS= qt5 qt4 > > -FLAVOR?= ${FLAVORS:[1]} > > Setting of FLAVOR was correct, it prevents having use the :U construct > aftewards. Frankly I find :U nicer than monstrous ${FLAVORS:[1]} which also makes the Makefile one line longer (unline :U). ./danfe