From owner-freebsd-ports@FreeBSD.ORG Tue Jul 15 10:46:08 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E98BE11 for ; Tue, 15 Jul 2014 10:46:08 +0000 (UTC) Received: from mailrelay008.isp.belgacom.be (mailrelay008.isp.belgacom.be [195.238.6.174]) by mx1.freebsd.org (Postfix) with ESMTP id BD6CF27BE for ; Tue, 15 Jul 2014 10:46:07 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au4fANUFxVNbsKVH/2dsb2JhbABZgw7GFYErgXkBAYEaAYEIF3WEBAEFOhwjEAsYCSUPKh4GiFkByTUXjxgzB4RDAQSbFYtZiEqDRjs Received: from 71.165-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.165.71]) by relay.skynet.be with ESMTP; 15 Jul 2014 12:44:39 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s6FAic0I002116; Tue, 15 Jul 2014 12:44:38 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 15 Jul 2014 12:44:38 +0200 From: Tijl Coosemans To: Dewayne Geraghty 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> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 10:46:08 -0000 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