aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libmagic.rb
AgeCommit message (Collapse)Author
2013-10-19libmagic/file 5.15Brett Koonce
Closes #23386. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-17libmagic: add upstream patch to fix macroKrzysztof Wilczynski
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>
2013-06-13libmagic: Now --with-pythonSamuel John
And a test. Use `brew test libmagic --with-python`
2013-05-21libmagic: add option for universal binaryNicolas Wojcik
Closes #19951. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-07libmagic 5.14Ludovic Claude
Closes #19654. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-10libmagic 5.13Jack Nagel
2013-01-29libmagic: fix on pre-10.7Misty De Meo
2013-01-17Libmagic (file) 5.12Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-07Revert "libmagic 5.12"Adam Vandenberg
This reverts commit e2e69aff7507c2c56b54f36aa4ec1faea47e4061. This fails to compile on Snow Leopard. Reported upstream: http://bugs.gw.com/view.php?id=230 Closes #16943.
2013-01-06libmagic 5.12Kerrigan29a
libmagic 5.12 Closes #16923. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-30libmagic: add mirrorAdam Vandenberg
Closes #15753. Closes #15752.
2012-05-20libmagic 5.11Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21libmagic: builds in parallelJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-21libmagic 5.10Nibbles 2bits
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>
2011-10-07libmagic 5.09Adam Vandenberg
2011-09-03libmagic 5.0.8Nicholas Hutchinson
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02Don't keg-only libmagic, just delete the 'file' toolMax Howell
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.
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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
2010-07-22updated libmagic to 5.04Michael Glass
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-10Add libmagic, a depedency for gmediaserverVincent Landgraf