Bug 113040 - [Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob
Summary: [Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-26 23:10 UTC by Marcus von Appen
Modified: 2007-06-05 14:50 UTC (History)
0 users

See Also:


Attachments
file.diff (588 bytes, patch)
2007-05-26 23:10 UTC, Marcus von Appen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!