FreeBSD Bugzilla – Attachment 78600 Details for
Bug 113040
[Patch]: graphics/py-imaging - respect WITHOUT_TKINTER knob
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 588 bytes, created by
Marcus von Appen
on 2007-05-26 23:10:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Marcus von Appen
Created:
2007-05-26 23:10:05 UTC
Size:
588 bytes
patch
obsolete
>diff -Nur py-imaging/Makefile py-imaging.new/Makefile >--- py-imaging/Makefile Sat May 26 23:14:00 2007 >+++ py-imaging.new/Makefile Sat May 26 23:29:36 2007 >@@ -7,7 +7,7 @@ > > PORTNAME= imaging > PORTVERSION= 1.1.6 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics python > MASTER_SITES= http://effbot.org/downloads/ \ > http://www.pythonware.net/storage/ >@@ -41,6 +41,11 @@ > PLIST_SUB+= TKINTER="" > .else > PLIST_SUB+= TKINTER="@comment " >+.endif >+ >+.if defined(WITHOUT_TKINTER) >+post-patch: >+ @${REINPLACE_CMD} -e 's|if _tkinter|if None|g' ${WRKSRC}/setup.py > .endif > > post-install:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 113040
: 78600