Date: Thu, 25 Sep 2014 05:40:47 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193886] [PATCH] games/oolite: Update to v1.80 Message-ID: <bug-193886-13-Q1NZr8iHJ3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193886-13@https.bugs.freebsd.org/bugzilla/> References: <bug-193886-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193886 lightside <lightside@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #147632|0 |1 is obsolete| | Attachment #147660| |maintainer-approval? Flags| | --- Comment #4 from lightside <lightside@gmx.com> --- Created attachment 147660 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147660&action=edit Proposed patch (since 367888 revision) Thanks for review. Currently, I don't intend to "collect" other ports. Recently, I made games/pioneer port, which is related to Elite genre, like Oolite does. So, it just some interest. There is error after downloading expansion pack(s). The application cannot create intermediate directories after "~/GNUstep/Library" directory, where it need "~/GNUstep/Library/ApplicationSupport/Oolite/ManagedAddOns". I tried to fix it with "withIntermediateDirectories:YES" for "createDirectoryAtPath" at "oo_createDirectoryAtPath" function inside of "src/Core/NSFileManagerOOExtensions.m" source file, but this crashes the application. So, I fixed it by creating intermediate directories after "~/GNUstep/Library" directory inside of "src/Core/OOOXZManager.m" source file. Please, review the patch again. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193886-13-Q1NZr8iHJ3>