[132579] trunk/dports/lang/pypy/Portfile
Ryan Schmidt
ryandesign at macports.org
Thu Feb 5 19:53:43 PST 2015
> On Feb 4, 2015, at 11:13 PM, jmr at macports.org wrote:
>
> Revision
> 132579
> Author
> jmr at macports.org
> Date
> 2015-02-04 21:13:23 -0800 (Wed, 04 Feb 2015)
> Log Message
>
> pypy: install libpypy-c.dylib
> Modified Paths
>
> • trunk/dports/lang/pypy/Portfile
> Diff
>
> Modified: trunk/dports/lang/pypy/Portfile (132578 => 132579)
>
> --- trunk/dports/lang/pypy/Portfile 2015-02-05 04:20:27 UTC (rev 132578)
> +++ trunk/dports/lang/pypy/Portfile 2015-02-05 05:13:23 UTC (rev 132579)
> @@ -102,6 +102,7 @@
> # library search paths changed quite inconveniently such that the binary
> # won't run if it's in ${prefix}/bin
> xinstall -m 755 ${build.dir}/pypy-c ${destroot}${prefix}/lib/${name}/pypy
> + xinstall ${build.dir}/libpypy-c.dylib ${destroot}${prefix}/lib/${name}
> ln -s ${prefix}/lib/${name}/pypy ${destroot}${prefix}/bin
> # some modules have to be compiled at this point
> system "${destroot}${prefix}/lib/${name}/pypy -c 'import _sqlite3; import _curses; import syslog'"
Since this changes what gets installed, the revision should be increased.
More information about the macports-dev
mailing list