Apple ships a uuid.h, which isn't linked into /usr/include but which
is used by some third-party libraries. Linking ossp-uuid results in
software picking it up over Apple's version, causing breakage.
FixesHomebrew/homebrew#16077.
ossp-uuid-1.6.2 has a flakey main ftp site, and they are no longer
hosted on the current `mirror` site. Change the mirror to use the
archive at googlecode.
FixesHomebrew/homebrew#14265ClosesHomebrew/homebrew#14288.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews