Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2012 09:54:45 +0000 (UTC)
From:      "Ganael LAPLANCHE" <martymac@FreeBSD.org>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        ports@FreeBSD.org, Michael Scheidell <scheidell@FreeBSD.org>
Subject:   Re: optionsng and tinderbox?
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <ganael.laplanche@martymac.org>
http://www.martymac.org | http://contribs.martymac.org
FreeBSD: martymac <martymac@FreeBSD.org>, http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120620094431.M12775>