Date: Tue, 19 Jun 2012 22:02:21 -0400 From: Michael Scheidell <scheidell@FreeBSD.org> To: <ports@freebsd.org> Subject: optionsng and tinderbox? Message-ID: <4FE12F2D.9080302@FreeBSD.org>
next in thread | raw e-mail | index | archive | help
I have my favorite options set in tinderbox with /tb/scripts/etc/env/build* things like: export NOPORTDOCS=true export NOPORTEXAMPLES=true (which seems to translate over just fine) but, on clamav I need: WITH_ICONV=yes and on nginx I need WITHOUT_ICONV=yes (it used to be WITHOUT_ICONV_MODULE, which didn't conflict, but now does) anyone understand how this works in the ../script/etc/env/build* files? (if you don't, please don't speculate!) Q: pretend this is a /etc/make.conf (that doesn't seem to honor if ${.CURDIR:M*www/nginx} ) so, other than if ${.CURDIR..) how can I set options in 'make.conf'? if I do it this way, and the maintainer has not converted to optionsng, are they honored? (I need WITH_MYSQL=yes in postfix/barnyard2, but don't need it in snort.. I put up with it in snort, but, since WITH_ICONV means something different in clamav and nginx, I want to set them this way) oh, this is a shared tinderbox, I can't see these globally, but have to do them by build* files. -- Michael Scheidell, CTO >*| * SECNAP Network Security Corporation d: +1.561.948.2259 w: http://people.freebsd.org/~scheidell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FE12F2D.9080302>