svn commit: r477358 - head/devel/liteide

Alexey Dokuchaev danfe at FreeBSD.org
Fri Aug 17 10:58:26 UTC 2018


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


More information about the svn-ports-all mailing list