From owner-cvs-ports@FreeBSD.ORG Mon Apr 11 08:54:50 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 42EDE1065675; Mon, 11 Apr 2011 08:54:50 +0000 (UTC) Date: Mon, 11 Apr 2011 08:54:50 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Message-ID: <20110411085450.GA82163@FreeBSD.org> References: <201104110834.p3B8YHDQ034678@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <201104110834.p3B8YHDQ034678@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.ncurses.mk bsd.port.mk ports/audio/cmus Makefile ports/audio/ncmpcpp Makefile ports/audio/ocp Makefile ports/audio/pytone Makefile ports/deskutils/wyrd Makefile ports/devel/cdk Makefile ports/devel/stfl Makefile ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Apr 2011 08:54:50 -0000 On Mon, Apr 11, 2011 at 08:34:17AM +0000, Baptiste Daroussin wrote: > Add a new macro to deal with conflict between ncurses from base and ncurses > from ports. > If a ports is linked against ncurses from base or from the ports, it should > then add: > > USE_NCURSES=yes > > It is also possible to specify the hard dependency on the ports ncurses or > one the base one adding the following macros: > > WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes Hmm, maybe we could avoid polluting the namespace with these extra WITH_NCURSES_FOO knobs? Can it be just USE_NCURSES=[yes|base|ports] ? I believe WITH_OPENSSL also suffers from similar problem. ./danfe