Re: databases/openldap: Add gssapi flavor again

2017-05-18 Thread Kurt Mosiejczuk
On Thu, May 18, 2017 at 11:04:46PM +0100, Stuart Henderson wrote: > On 2017/04/25 13:36, Kurt Mosiejczuk wrote: > > .if ${FLAVOR:Maci} > > CONFIGURE_ARGS += --enable-aci > > + > > +# overwrite -main pkgname/path to strip FLAVOR, aci only affects the server > > +FULLPKGNAME-main = ${DIST

Re: databases/openldap: Add gssapi flavor again

2017-05-18 Thread Stuart Henderson
On 2017/04/25 13:36, Kurt Mosiejczuk wrote: > A student of mine had taken a stab at adding gssapi, which got committed and > then rolled back. > > My turn. The Makefile would override FULLPKGNAME since the aci flavor only > effected the server, except it did it for any flavor. I moved that to >

Re: databases/openldap: Add gssapi flavor again

2017-05-10 Thread Kurt Mosiejczuk
ping? On 2017-04-25 1:36 PM, Kurt Mosiejczuk wrote: A student of mine had taken a stab at adding gssapi, which got committed and then rolled back. My turn. The Makefile would override FULLPKGNAME since the aci flavor only effected the server, except it did it for any flavor. I moved that to t

databases/openldap: Add gssapi flavor again

2017-04-25 Thread Kurt Mosiejczuk
A student of mine had taken a stab at adding gssapi, which got committed and then rolled back. My turn. The Makefile would override FULLPKGNAME since the aci flavor only effected the server, except it did it for any flavor. I moved that to the aci specific flavor section. So now this not only