Bug 23184

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:
Description Flags
file.diff none

Description Donald J. Maddox 2000-11-30 01:00:05 UTC
	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
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2000-11-30 08:51:52 UTC
State Changed
From-To: open->closed

Committed, thanks for the alert! 


Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2000-11-30 08:51:52 UTC
Responsible Changed
From-To: freebsd-ports->roam

Me like fetchmail PR's much much well :)