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
Roman Shterenzon
2004-03-16 11:20:19 UTC
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
|