Bug 64326 - Update of net/gq
Summary: Update of net/gq
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 11:20 UTC by Roman Shterenzon
Modified: 2004-05-03 13:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.92 KB, patch)
2004-03-16 11:20 UTC, Roman Shterenzon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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