Commit graph

19 commits

Author SHA1 Message Date
Jack Nagel
eec8e4e64e libgcrypt: fix CFLAGS
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03 20:34:12 -05:00
Jack Nagel
b13bb3470c Remove outdated comments in old wine deps
Wine no longer uses these, so the comments are outdated. Continue to
build universal by default, though, to support legacy installs.
Eventually they can grow universal options or just build native-only
after a sufficient period of time.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03 16:46:35 -05:00
Adam Vandenberg
10d66aee80 libgcrypt: fix audit warning 2012-09-03 12:28:38 -07:00
Max Howell
49aa2d9116 Fix superenv libgcrypt
This started happening because I undefined CC. Now a lot of tools pick gcc. The problem here is that we add to cflags before configure, and during configure we are 'servile' so when configure uses gcc it *is* llvm-gcc and not clang, which we will be during make because then we are *not* servile.

So we have to assign these cflags during make only, which is easy enough. Code is neater now too.

I am now working on superenv so that it can determine if a tool cannot use certain flags and then pick another. The last stage of always-just-works.
2012-08-31 15:25:14 -04:00
Adam Vandenberg
d9a32b168f libgcrypt: remove tab from middle of line 2012-03-11 13:36:37 -07:00
Jack Nagel
ddac152bf9 libgcrypt: break long line
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:28:01 -06:00
Jack Nagel
4b166ada2c libgcrypt: fix homepage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20 17:25:42 -06:00
Jack Nagel
1656ea1995 libgcrypt: apply clang fixes
This is kind of hackish, but we can clean it up when we get the compiler
selection code up to snuff again.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-03 23:19:28 -05:00
Jack Nagel
eedfffffa3 libgcrypt: run "make check"
Rationale: It's a crypto library so we should make sure it works. It
doesn't take _that_ long even on my old, slow MBP.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-11 20:48:12 -05:00
Jack Nagel
399cff58eb libgcrypt 1.5.0
The new 1.5 series maintains API compatiblity with the 1.4 series.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-07 10:43:30 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Camillo Lugaresi
95118b2d7f build libgcrypt universally for wine
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-12 16:04:07 +00:00
David Höppner
1187be65c7 libgcrypt: update version to 1.4.6 2010-08-29 20:50:51 +02:00
Adam Vandenberg
0b7c9e104c Update homepage for libgcrypt 2010-07-16 10:14:58 -07:00
Alexis Hildebrandt
c58e73c741 Update Formula: libgcrypt.
Add configure path to libgpgerror in case homebrew is installed in
a non-standard location where gpg error libraries and includes are
not automagically found.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-16 14:42:38 -08:00
Adam Vandenberg
95c87110df Update libgcrypt to 1.4.5. 2009-12-21 18:51:26 +00:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Max Howell
a0759ae93a Use new depends_on syntax in all formula
Many formula were imported during the development of the dependency branch.
2009-09-21 19:00:13 +01:00
Hunter Morris
9a16248377 Formulae for gnutls, libgcrypt, and libgpg-error
Signed-off-by: Max Howell <max@methylblue.com>
2009-09-11 17:42:53 +01:00