Ticket #21565 (closed defect: fixed)
bittorrent install fail because of libsdl conflict with libsdl-devel
| Reported by: | smibrahim@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.0 |
| Keywords: | Cc: | nox@… | |
| Port: | bittorrent |
Description
bittorrent client should also accept libsdl-devel
[Users/lavlu] > install bittorrent ---> Computing dependencies for bittorrentError: Unable to execute port: Can't install libsdl because conflicting ports are installed: libsdl-devel Goodbye
Change History
comment:1 Changed 4 years ago by ryandesign@…
- Status changed from new to assigned
- Cc nox@… added
- Owner changed from macports-tickets@… to ryandesign@…
comment:2 Changed 4 years ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed
bittorrent depends on py25-wxpython which depends on wxWidgets which depends on libsdl.
In r58210 I changed wxWidgets and the 71 other ports depending on "port:libsdl" so that libsdl-devel can satisfy the dependency.
Note: See
TracTickets for help on using
tickets.

