[macports-ports] branch master updated: irrlicht: fix build on case-sensitive file systems

Ken Cunningham ken.cunningham.webuse at gmail.com
Sat Dec 9 15:56:11 UTC 2017


I tried "move" first but kept getting a weird error that I could not understant or fix. Gobbelygook showed up in the new filename.

?

Ken

> On Dec 9, 2017, at 7:51 AM, Ryan Schmidt <ryandesign at macports.org> wrote:
> 
> 
>> 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