Ticket #8003 (closed defect: fixed)
subversion-*bindings should grow +no_neon and +no_bdb variants
| Reported by: | blair@… | Owned by: | dluke@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.2 |
| Keywords: | Cc: | ||
| Port: |
Description
If you're building a 'lite' version of Subversion with the +no_bdb or +no_neon variants, then when you go to build the subversion-*bindings packages, you still end up having to build neon and/or bdb because the bindings do not have variants to remove them.
The following patch fixes this.
The only difference between the changes is that the python patch also removes the dependency on port:py-bsddb.
Regards, Blair
Attachments
Change History
Changed 7 years ago by blair@…
- Attachment svn-variants-patch1.txt added
Note: See
TracTickets for help on using
tickets.


Patch for all three subversion-*bindings packages