Commit Graph

16 Commits (368ffbc8ea31d6d94122038b20ea933c616317bf)

Author SHA1 Message Date
Misty De Meo 98e050bd6c Add MacOS.preferred_arch
Replaced the plethora of ternaries we've used all over the place to
determine whether x86_64 or i386 is called for.
2013-08-15 22:46:56 -07:00
Adam Vandenberg b93ebced4e botan: simplify
* don't need to_s on ENV.compiler
* soname inreplace no longer needed
2013-06-02 11:52:43 -07:00
Jack Nagel ed7a268033 botan 1.10.5 2013-04-09 20:05:58 -05:00
Brett Koonce b32806204e botan 1.10.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-02-19 20:03:53 -08:00
Adam Vandenberg 3092bce992 Fix option usage 2012-08-09 08:51:54 -07:00
Adam Vandenberg 5eb4cca548 botan: use options dsl 2012-08-08 22:28:15 -07:00
Brett Koonce 5aba456445 botan 1.10.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-27 11:16:49 -07:00
samueljohn e5e35399b5 botan: fix xcode-only install
- botan's configure.py ignores our CFLAGS and switches the compiler to
  llvm :-/ We can use the MACH_OPT variable to insert our CLFAGS and
  make this build with Xcode-only setups.
- Using ENV.compiler.to_s for the compiler string.
- Fixing the "ld: unknown option soname" issue when using clang.

Closes Homebrew/homebrew#13065.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-19 23:08:39 -05:00
Bert JW Regeer 46479d4025 Botan: add debug build option
This adds an extra flag --enable-debug so that the user can build Botan
with debugging enabled which is handy for debugging programs written
with Botan.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-19 17:09:16 -08:00
Bert JW Regeer d64abd588c botan: Fix build on Mac OS X Snow Leopard
On Snow Leopard running a 64 bit OS the Botan configure script will
attempt to build a 32 bit binary using a compiler that can support 64
bit, we have to explicitly state that we want to have 64 bit library
built.

Unfortunately there is no way to build a universal library/binary for
Botan as it currently stands.

This is an oversight on my part, it works without issues on Lion where
it picks up the fact that it is a 64 bit OS correctly and compiles
without issues.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02 13:56:02 -07:00
Bert JW Regeer 2ead8d35b7 Botan 1.10.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20 20:07:46 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
David Höppner 672092437d Botan: update version to 1.8.11 2010-11-23 11:37:33 +01:00
David Höppner 3ab228c953 botan: update version to 1.8.9 2010-08-26 18:40:39 +02:00
Adam Vandenberg 7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
David Höppner 0ec8cb49df New formula botan
Botan is a BSD-licensed crypto library written in C++. It provides
applications with the ability to use a number of cryptographic
algorithms, as well as X.509 certificates and CRLs, PKCS Homebrew/homebrew#10
certificate requests, a filter/pipe message processing system, and
a wide variety of other features, all written in portable C++.
2010-02-12 20:14:45 +01:00