optionsng and tinderbox?

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Jun 20 09:54:46 UTC 2012


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 at martymac.org>
http://www.martymac.org | http://contribs.martymac.org
FreeBSD: martymac <martymac at FreeBSD.org>, http://www.FreeBSD.org


More information about the freebsd-ports mailing list