Commit Graph

5 Commits (9700016972f1e1d5c03af85cbbe72ab716f70e9e)

Author SHA1 Message Date
nibbles 2bits 9e9f7109eb gtkwave 3.3.36
Upgrage gtkwave to version 3.3.36 and remove the `--mandir` flag
because it uses the right directory now.  It apparently cannot
build its tcl support against the Lion tcl-8.5.  But if the user
has a newer tcl installed it could; therefore, the tcl code is
not explicitly disabled in this commit, even though it gives a
warning that it won't work:

    checking for Tcl_CreateInterp in -ltcl8.5... no
    configure: WARNING:
    Tcl support not enabled.

There are no self tests, but the `gtkwave` binary runs and brings
up its gui when compiled with clang and llvm from XCode-4.3.2.

Closes Homebrew/homebrew#12175.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10 18:51:33 -05:00
Jack Nagel dba62fd97d Fix broken checksums
Both of these were picked up by the checks added in 641d22f. While
lowercase is the convention used across Homebrew, I wonder if the audit
check should be more forgiving; after all, uppercase letters are valid.
And the checksum validation code does an uppercase comparison.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-15 22:21:39 -06:00
Adam Vandenberg fe5fbf7575 gtkwave 3.3.13 2012-02-13 21:53:06 -08:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
tfeith 83d943e79f New formula: gtkwave
Added GTKWave, a popular wave form viewer based on GTK+.

Closes Homebrew/homebrew#4127.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-02-12 17:29:42 +00:00