Opened 19 years ago
Closed 19 years ago
#4679 closed defect (fixed)
REVISION: lang/python24-2.4.1_5
Reported by: | yuhei@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | mww@… | |
Port: |
Description
Patch for the suggestion by Erick (http://www.opendarwin.org/pipermail/darwinports/2005-August/ 027435.html) of moving Python.framework to ${prefix}/Library/Frameworks.
And my suggestion of adding +tk variant although this is not a strong demand.
Attachments (1)
Change History (2)
Changed 19 years ago by yuhei@…
Attachment: | patch-Portfile added |
---|
comment:1 Changed 19 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
thanks, commited;
not 1 by 1, but:
-put framework in $prefix/Library/... -put includeddir in $prefix/include/ (symlink from framework) -put dylib in $prefix/lib
This way it should mostly behave like the plain Unix version and like the framework; adding tk is probably not a good idea - we have a py-tkinter port bringing along the tk gui.
Note: See
TracTickets for help on using
tickets.
Patch to Portfile