| Age | Commit message (Collapse) | Author |
|
Closes #23386.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Add patch that removes extra bitwise OR in MAGIC_NO_CHECK_BUILTIN macro definition.
This corrects quite incorrect code and will make some more stricter versions
of cpp (C preprocessor) reporting an error during parsing. I will also address
possible problem with Go's cgo breaking on OS X (Darwin).
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
And a test.
Use `brew test libmagic --with-python`
|
|
Closes #19951.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #19654.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This reverts commit e2e69aff7507c2c56b54f36aa4ec1faea47e4061.
This fails to compile on Snow Leopard. Reported upstream:
http://bugs.gw.com/view.php?id=230
Closes #16943.
|
|
libmagic 5.12
Closes #16923.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15753.
Closes #15752.
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Upgrade libmagic to version 5.10.
Throw the --enable-fsect-man5 flag to configure because OSX uses
magic(5) not magic(4) when it comes to man page sections.
Closes #10198.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This is libmagic, nobody wants the file command. If they do, they can make a new formula. Though in that case it would be a dupe and we wouldn't want it.
Fixes #7280.
|
|
* 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
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|