Ticket #10904 (closed defect: fixed)
PATCH: lbdb badly declares dependencies
| Reported by: | ehainry@… | Owned by: | pmq@… |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | reilles@… | |
| Port: |
Description
The variants in lbdb are
variant gpg { configure.args-append --with-gpg
depends_lib port:gnupg }
variant ldap { depends_lib port:p5-perl-ldap }
It works nice as long as you do not select both variants since there is no basic dependencies, however, if both variants are selected, only p5-perl-ldap is considered a dependency, and configure phase blocks because it cannot find gpg.
Patch follows
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

