New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #10904 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

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

lbdb.patch (473 bytes) - added by ehainry@… 7 years ago.

Change History

Changed 7 years ago by ehainry@…

comment:1 Changed 7 years ago by reilles@…

The patch looks sane to me. Please pull it in

comment:2 Changed 7 years ago by pmq@…

  • Owner changed from yeled@… to pmq@…

comment:3 Changed 7 years ago by pmq@…

  • Status changed from new to assigned

comment:4 Changed 7 years ago by pmq@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Committed, thanks!

Note: See TracTickets for help on using tickets.