[macports-ports] branch master updated: irrlicht: fix build on case-sensitive file systems
Ryan Schmidt
ryandesign at macports.org
Sat Dec 9 15:51:58 UTC 2017
On Dec 8, 2017, at 18:38, Ken wrote:
> Ken (kencu) pushed a commit to branch master
> in repository macports-ports.
>
>
> https://github.com/macports/macports-ports/commit/be9a39c4bb275c9af037cfc8b9ce05d889f79910
>
> The following commit(s) were added to refs/heads/master by this push:
>
> new be9a39c irrlicht: fix build on case-sensitive file systems
>
> be9a39c is described below
>
>
> commit be9a39c4bb275c9af037cfc8b9ce05d889f79910
>
> Author: kencu
> AuthorDate: Fri Dec 8 16:38:39 2017 -0800
>
>
> irrlicht: fix build on case-sensitive file systems
>
> ---
> devel/irrlicht/Portfile | 5 +++++
> 1 file changed, 5 insertions(+)
> +# fix build on case-sensitive file systems
> +post-extract {
> + system "mv ${worksrcpath}/source/Irrlicht/MacOSX/irrFramework-Info.plist ${worksrcpath}/source/Irrlicht/MacOSX/IrrFramework-Info.plist"
> +}
Please don't use "system" for things MacPorts or Tcl can do natively. In this case, just use the "move" procedure.
More information about the macports-dev
mailing list