Bug 113040

Summary: [Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob
Product: Ports & Packages Reporter: Marcus von Appen <mva>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Marcus von Appen freebsd_committer freebsd_triage 2007-05-26 23:10:05 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-26 23:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants to have py- PRs
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-26 23:10:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-05-26 23:32:02 UTC
Responsible Changed
From-To: freebsd-python->miwi

I'll take it.
Comment 4 Geoffrey Mainland 2007-06-05 13:47:55 UTC
Looks good to me.

Geoff
Comment 5 dfilter service freebsd_committer freebsd_triage 2007-06-05 14:43:33 UTC
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"
Comment 6 Martin Wilke freebsd_committer freebsd_triage 2007-06-05 14:43:37 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!