This repository has been archived by the owner on Jul 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Support OS X fully #16
Labels
Comments
This was referenced Jan 27, 2015
Closed
mietek
added a commit
that referenced
this issue
Feb 21, 2015
Closed
This was referenced Apr 30, 2015
Not to throw a wrench in the works here, but this document might be something to peruse It might be worth looking into using something other than Main change is thus: "... prevent the modification or removal of certain system files even by administrative overrides. This means that no user, application, or process will be able to write files or modify files in the root System folder or the /bin, /sbin, and /usr directories, which are hidden by default in OS X’s Finder. The /usr/local folder will still be accessible though." |
I’m sorry. This project is no longer maintained. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Most of the work is already done. Everything is expected to work on OS X, except installing native OS packages declared with
HALCYON_SANDBOX_EXTRA_OS_PACKAGES
orHALCYON_EXTRA_OS_PACKAGES
.Improve the setup process for GNU bash 3, as it doesn’t recognise the
source <( … )
syntax.Provide public storage archives for OS X 10.9 and 10.10.
Speed up stripping GHC on OS X (Speed up stripping GHC on OS X #43)
Prevent the OS X linker from complaining about non-existent directories passed to
cabal install
.Prevent the OS X linker from complaining about non-existent directories in
LD_LIBRARY_PATH
.Ensure the dependency on GNU bash 4, GNU date, and GNU sort is documented, or removed.
Wrap around
brew
to support installing native OS packages.Depends on mietek/bashmenot#2.
The text was updated successfully, but these errors were encountered: