graphics/py-tkinter does not care about the TKINTER knob in cases where py-tkinter is already installed. The attached patch fixes this by explicitly deactivating the py-tkinter checks in the setup.py of the upstream packege. Bumped PORTREVISION in order to point users to that issue and to allow them to get rid of the superfluous module. Maybe a small note in UPDATING would make sense, so users delete %%PYTHON_SITELIBDIR%%/PIL/_imagingtk.so if they do not use the TKINTER knob.
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants to have py- PRs
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-python->miwi I'll take it.
Looks good to me. Geoff
miwi 2007-06-05 13:43:26 UTC FreeBSD ports repository Modified files: graphics/py-imaging Makefile Log: - Fix problems with the tkinter knop - Bump PORTREVISION PR: 113040 Submitted by: Marcus von Appen<mva@sysfault.org> Approved by: maintainer Revision Changes Path 1.28 +6 -1 ports/graphics/py-imaging/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!