Opened 18 years ago

Closed 18 years ago

#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 (1)

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

Download all attachments as: .zip

Change History (5)

Changed 18 years ago by ehainry@…

Attachment: lbdb.patch added

comment:1 Changed 18 years ago by reilles@…

The patch looks sane to me. Please pull it in

comment:2 Changed 18 years ago by pmq@…

Owner: changed from yeled@… to pmq@…

comment:3 Changed 18 years ago by pmq@…

Status: newassigned

comment:4 Changed 18 years ago by pmq@…

Resolution: fixed
Status: assignedclosed

Committed, thanks!

Note: See TracTickets for help on using tickets.