Bug 64326

Summary: Update of net/gq
Product: Ports & Packages Reporter: Roman Shterenzon <ports>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Roman Shterenzon 2004-03-16 11:20:19 UTC
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.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-03-16 14:21:07 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 2 Oliver Eikemeier 2004-05-03 13:31:45 UTC
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