Date: Tue, 15 Jul 2014 12:44:38 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Dewayne Geraghty <dewayne.geraghty@heuristicsystems.com.au> Cc: "freebsd-ports@freebsd.org" <freebsd-ports@FreeBSD.org> Subject: Re: Transition from ${UNIQUENAME}_SET to ${CATEGORY}_${UNIQUENAME}_SET Message-ID: <20140715124438.1b0048cb@kalimero.tijl.coosemans.org> In-Reply-To: <53C4ECF6.8000007@heuristicsystems.com.au> References: <53C4ECF6.8000007@heuristicsystems.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Jul 2014 18:57:26 +1000 Dewayne Geraghty wrote: > Seems that options for port customisations has changed. Previously I used: > ${UNIQUENAME}_SET=... > but now told by others on various irc channels that it was now > ${CATEGORY}_${UNIQUENAME}_SET= > which proved to be correct (for some ports). > > So I added the categories to the customisations and started to rebuild > all ports that I use. Unfortunately devel/apr1 failed. It didn't use > LDAP, which I'd told it to use, causing apache to fail etc. > > Now I have in make.conf > # These work > apr_SET=THREADS BDB LDAP > www_apache24_SET=... > # These don't > devel_apr_SET=THREADS BDB LDAP > > Am I caught in a transition or is this inconsistency expected? I > suppose I'm not really affected anymore as I detected the anomaly and > wrote a script to duplicate the customisations to my ports. It's actually ${OPTIONS_NAME}_SET (and _UNSET) % make -C /usr/ports/devel/apr1 -V OPTIONS_NAME devel_apr1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140715124438.1b0048cb>