#15921: UPDATE: redland-bindings-1.0.8.1 ---------------------------------+------------------------------------------ Reporter: captsolo@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Port Updates Component: ports | Version: 1.6.0 Resolution: | Keywords: ---------------------------------+------------------------------------------ Comment (by captsolo@gmail.com): There is a bug that Redland.so gets linked to the system Python instead of MarPorts one. This is not specific to just this version of the port but needs to be fixed anyway. Can be fixed by changing configure args for the Python variant (thanks to William Waites for suggesting how to fix it): {{{ configure.args-append --with-python --with-python-ldflags="-Wl,-F. -Wl,-F. -bundle /opt/local/Library/Frameworks/Python.framework/Versions/2.5/Python" }}} I will attach an updated Portfile and its diff shortly. One quick question before doing this: currently this line uses an absolute path which is not very good. How can this line be rewritten in a more generic way so that it points to the correct framework even if MacPorts is installed elsewhere or if used together with other version of Python (e.g., 2.4)? -- Ticket URL: <http://trac.macports.org/ticket/15921#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS