From owner-freebsd-ports@FreeBSD.ORG Wed Jun 20 09:54:45 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3311106566C; Wed, 20 Jun 2012 09:54:45 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from lmtp.galacsys.net (webmail.galacsys.net [IPv6:2001:1b78:0:1:d918:51d7:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 7EFEB8FC14; Wed, 20 Jun 2012 09:54:45 +0000 (UTC) Received: from martymac.org (webmail.galacsys.net [217.24.81.215]) by lmtp.galacsys.net (Postfix) with ESMTP id 828541FA5CE3; Wed, 20 Jun 2012 11:54:44 +0200 (CEST) From: "Ganael LAPLANCHE" To: Baptiste Daroussin X-Openwebmail-Date: Wed, 20 Jun 2012 12:54:44 +0200 Message-Id: <20120620094431.M12775@martymac.org> In-Reply-To: <20120620091321.GA83730@ithaqua.etoilebsd.net> References: <4FE12F2D.9080302@FreeBSD.org> <20120620061136.GA79164@ithaqua.etoilebsd.net> <4FE1829D.6030109@FreeBSD.org> <20120620091321.GA83730@ithaqua.etoilebsd.net> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.org) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Wed, 20 Jun 2012 09:54:45 +0000 (UTC) Cc: ports@FreeBSD.org, Michael Scheidell Subject: Re: optionsng and tinderbox? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 09:54:46 -0000 On Wed, 20 Jun 2012 11:13:21 +0200, Baptiste Daroussin wrote Hi Baptiste, > make -VUNIQUENAME should show you the right name I have a port where UNIQUENAME is *not* the right prefix to use before '_SET' for positioning this specific port's options : $ pwd /usr/ports/net/openldap24-client $ make -V UNIQUENAME openldap24-client $ make -V PORT_OPTIONS DOCS EXAMPLES NLS $ make openldap24-client_SET=FETCH -V PORT_OPTIONS DOCS EXAMPLES NLS but : $ make openldap24-server_SET=FETCH -V PORT_OPTIONS DOCS EXAMPLES FETCH NLS So, here, I have to set the following in make.conf : openldap24-server_SET+=FETCH and not : openldap24-client_SET+=FETCH which would not work. Are you aware of that specific problem ? Best regards, -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org