Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2015 16:11:51 -0500
From:      Vick Khera <vivek@khera.org>
To:        freebsd-ports-bugs@freebsd.org
Subject:   change with USE_PGSQL
Message-ID:  <CALd%2Bdceq_iTNDo6X%2BPi72KKkP_731RAOpdMdcf8R2wWb0DUFxg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I notice that the USE_PGSQL knob has been removed in favor of requiring two
knobs now: USES + WANT_PGSQL.

That is, my port used to need just

USE_PGSQL=     server

but now it needs both of these:

USES=          pgsql
WANT_PGSQL=    server

I'm just wondering how this is a big improvement. Shouldn't it all just be
encapsulated into the USES variable?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALd%2Bdceq_iTNDo6X%2BPi72KKkP_731RAOpdMdcf8R2wWb0DUFxg>