Opened 12 years ago
Closed 12 years ago
#35823 closed defect (fixed)
omniORB @ 4.1.6 python libraries installed improperly
Reported by: | lockhart (Thomas Lockhart) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | haspatch | Cc: | ryandesign (Ryan Carsten Schmidt), pixilla (Bradley Giesbrecht) |
Port: | omniORB |
Description
omniORB (and omniORBpy in ticket #35818) do not install python libraries in the right place. For python27 that should be under /opt/local/Library but the current Portfile puts them under /opt/local/lib which is apparently the right place for python24. This patch installs the libraries in the expected locations for both python24 and python27. Although the universal variant is disabled (having been broken for several years; see ticket #23558), I've left some of the lines dealing with universal variants in the Portfile in case someone finds them useful.
Attachments (1)
Change History (3)
Changed 12 years ago by lockhart (Thomas Lockhart)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 12 years ago by pixilla (Bradley Giesbrecht)
Cc: | stromnov@… removed |
---|---|
Owner: | changed from macports-tickets@… to stromnov@… |
comment:2 Changed 12 years ago by stromnov (Andrey Stromnov)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thank!
Commited in r97080.
Note: See
TracTickets for help on using
tickets.
Patch to select the proper version of python and to install into /opt/local/Library rather than into /opt/local/lib (the former is needed for python27, the latter for python24). Default to python-2.4 per Ryan.