Commit Graph

13 Commits (a970a48d03f3a6a64c8b09bbd49747696af78ce6)

Author SHA1 Message Date
Matt Manning 083c3de5d7 gpgme: depends on pth
Closes Homebrew/homebrew#9088.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-04 17:08:18 -06:00
Jack Nagel 798afc08cc gpgme: disable gnupg2-only options
Currently, gpgme will build against gnupg2 but this results in a lot of
test failures, at least for me. And if both gnupg and gnupg2 are
installed, the test suite will run against a combination of binaries
from the two packages, resulting in even more failed tests.

So for now, let's keep the dependency on gnupg 1.x only and disable the
gpgme components that require gnupg2.

Patches welcome to fix the underlying issues; I will probably mess
around with it in the future, too.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-17 23:58:34 -06:00
Jack Nagel 20390059f7 gpgme: remove unrecognized configure switches
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 15:10:31 -05:00
Jack Nagel 41bdb55b90 gpgme: builds with LLVM >= 2335
Closes Homebrew/homebrew#7943.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-02 15:09:45 -05:00
Jack Nagel 8e352acc82 gpgme 1.3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-01 08:08:17 -07:00
Jack Nagel 61bddf861e gpgme: run 'make check'
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05 13:45:39 -07:00
Adam Vandenberg 99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Mike McQuaid d0abed62a4 Upgrade gpgme to 1.3.0. 2011-02-12 11:27:28 +00:00
burningTyger 414fa66036 Formula gpgme url fix
I corrected the gpgme home page url to reflect the fact that gpgme is
more than just gpg.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:17:06 -08:00
Adam Vandenberg e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Cameron Walters 596d8ac277 GPGME depends on gnupg.
GnuPG needs to be built before GPGME to prevent an error
in the Ruby gpgme gem:

  ArgumentError (released ctx):
    gpgme (1.0.8) lib/gpgme.rb:967:in `gpgme_set_armor'
    gpgme (1.0.8) lib/gpgme.rb:967:in `armor='

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-15 12:50:50 -07:00
ydnar 47b299debf Add --disable-asm flag to gpgme and libgpg-error to fix a segfault on current generation iMac.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-18 11:25:58 -07:00
Dean Strelau 98711b02c8 GPGME formula
The GNU Privacy Guard Made Easy C library.
2009-11-07 18:22:35 +00:00