Baseline Mac OS X Support merged into FreeBSD package manager
1–10 of 61 posts
Re: Baseline Mac OS X Support merged into FreeBSD package manager
#2Re: Baseline Mac OS X Support merged into FreeBSD package manager
#3Interesting! What is the advantage of the FreeBSD package manager over existing OS X package managers like Homebrew or MacPorts?
Re: Baseline Mac OS X Support merged into FreeBSD package manager
#4Interesting! What is the advantage of the FreeBSD package manager over existing OS X package managers like Homebrew or MacPorts?
It's a binary package manager vs homebrew that downloads the source, patches it and compiles it AFAIK.
https://github.com/Homebrew/homebrew/blob/master/share/doc/h...
Re: Baseline Mac OS X Support merged into FreeBSD package manager
#5Interesting! What is the advantage of the FreeBSD package manager over existing OS X package managers like Homebrew or MacPorts?
It's been a while since I used MacPorts, but I imagine there is some benefit to using the same packaging system between OSs and not having all package descriptions as executable ruby scripts.
Re: Baseline Mac OS X Support merged into FreeBSD package manager
#6Interesting! What is the advantage of the FreeBSD package manager over existing OS X package managers like Homebrew or MacPorts?
This change doesn't mean very much in isolation, but will hopefully be the beginning of some interesting collaboration by packagers on both platforms.
Re: Baseline Mac OS X Support merged into FreeBSD package manager
#7Re: Baseline Mac OS X Support merged into FreeBSD package manager
#8Interesting! What is the advantage of the FreeBSD package manager over existing OS X package managers like Homebrew or MacPorts?
It's a binary package manager vs homebrew that downloads the source, patches it and compiles it AFAIK.
Which isn't to say Homebrew doesn't have its problems— setting up your own bottling infrastructure is difficult/impossible, and basic stuff like caching dependencies isn't there (cf. https://github.com/Homebrew/homebrew/issues/27457).
Re: Baseline Mac OS X Support merged into FreeBSD package manager
#9Re: Baseline Mac OS X Support merged into FreeBSD package manager
#10Interesting! What is the advantage of the FreeBSD package manager over existing OS X package managers like Homebrew or MacPorts?
It's a binary package manager vs homebrew that downloads the source, patches it and compiles it AFAIK.