| Summary: | Fetchmail port has a broken dependency when WITH_X11 defined | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Donald J. Maddox <dmaddox> | ||||
| Component: | Individual Port(s) | Assignee: | Peter Pentchev <roam> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Committed, thanks for the alert! Responsible Changed From-To: freebsd-ports->roam Me like fetchmail PR's much much well :) |
The fetchmail port has a RUN_DEPENDS on py-tkinter when WITH_X11 is defined. It checks for a py-tkinter installation by looking for ${LOCALBASE}/lib/python1.5/site-packages/_tkinter.so. Unfortunately, the py-tkinter port actually uses python-2.0, not python-1.5, so this dependency test can never succeed. How-To-Repeat: $ cd /usr/ports/mail/fetchmail $ make -DWITH_X11 install