This updates the port to the current version of the GQ ldap client. Please check that the PORTVERSION is consistent with the current ports' policy.
State Changed From-To: open->closed Committed, thanks!
Roman Shterenzon wrote: > +.if defined(WITH_CACHE) > +CONFIGURE_ARGS+= --enable-cache > +.endif > + > +post-extract: > + @${ECHO_MSG} "This port supports the following configuration knobs:" > + @${ECHO_MSG} "WITHOUT_JPEG=yes Disable jpegPhoto attr. handling" > + @${ECHO_MSG} "WITH_DND=yes Enable Drag and drop support in browse mode" > + @${ECHO_MSG} "WITH_CACHE=yes Support the OpenLDAP experimental client cache" Btw, the experimental client cache has been replace by noop in OpenLDAP 2.1 and removed in OpenLDAP 2.2, so this will do nothing or break the build. -Oliver