Date: Thu, 12 Nov 2015 02:04:46 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Jung-uk Kim <jkim@FreeBSD.org> Cc: Baptiste Daroussin <bapt@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r401297 - head/databases/firebird25-server Message-ID: <20151112020446.GA43902@FreeBSD.org> In-Reply-To: <5643C272.5080309@FreeBSD.org> References: <201511112104.tABL4b3j045859@repo.freebsd.org> <20151111221237.GO10134@ivaldir.etoilebsd.net> <5643C272.5080309@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 11, 2015 at 05:34:26PM -0500, Jung-uk Kim wrote: > [...] > Yes, I understand all of the above issues. However, what I dislike is > the fact that USES=libedit implies USES=localbase. Therefore, it > unconditionally spams CFLAGS, CPPFLAGS, CXXFLAGS, and LDFLAGS. Hmm, looks like this ".include "${USESDIR}/localbase.mk" line should not be needed: `devel/libedit' installs libdata/pkgconfig/libedit.pc and its consumers should use pkgconf(1) instead of expecting headers and libraries at some default paths. The problem I guess is that no one wants to patch consumer ports to use pkgconf(1) for libedit. :-( ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151112020446.GA43902>