diff options
| author | David Coeurjolly | 2014-08-23 14:21:27 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-08-23 10:20:51 -0500 |
| commit | b9411745f75a20e102258cb0da7494027479ad19 (patch) | |
| tree | a96500aa582486b973bc7482d3c3af41b61a8dec /Library/Formula | |
| parent | 631d2fb66315358c0d1ee33304aa5139832ab86d (diff) | |
| download | homebrew-b9411745f75a20e102258cb0da7494027479ad19.tar.bz2 | |
Doxygen 1.8.8
Closes #31821.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/doxygen.rb | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/Library/Formula/doxygen.rb b/Library/Formula/doxygen.rb index a587f0c6c..7df6d30be 100644 --- a/Library/Formula/doxygen.rb +++ b/Library/Formula/doxygen.rb @@ -3,9 +3,9 @@ require "formula" class Doxygen < Formula homepage "http://www.doxygen.org/" head "https://doxygen.svn.sourceforge.net/svnroot/doxygen/trunk" - url "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.7.src.tar.gz" - mirror "https://downloads.sourceforge.net/project/doxygen/rel-1.8.7/doxygen-1.8.7.src.tar.gz" - sha1 "3728f183f390f96b4ec39d02782a7c2d91f7bfca" + url "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.8.src.tar.gz" + mirror "https://downloads.sourceforge.net/project/doxygen/rel-1.8.8/doxygen-1.8.8.src.tar.gz" + sha1 "cd511c73e7669dde5ac3e14a5d1abae093aaf1d9" bottle do cellar :any @@ -46,9 +46,7 @@ class Doxygen < Formula # Per MacPorts: # https://trac.macports.org/browser/trunk/dports/textproc/doxygen/Portfile#L92 - inreplace %w[ libmd5/Makefile.libmd5 - src/Makefile.libdoxycfg - tmake/lib/macosx-c++/tmake.conf + inreplace %w[ tmake/lib/macosx-c++/tmake.conf tmake/lib/macosx-intel-c++/tmake.conf tmake/lib/macosx-uni-c++/tmake.conf ] do |s| # makefiles hardcode both cc and c++ @@ -67,13 +65,6 @@ class Doxygen < Formula yacc = s.get_make_var "YACC" end - inreplace "src/Makefile.libdoxycfg" do |s| - s.change_make_var! "LEX", lex - s.change_make_var! "YACC", yacc - # Otherwise it tries a hardcoded python2 binary - s.change_make_var! "PYTHON", "python" - end - system "make" # MAN1DIR, relative to the given prefix system "make", "MAN1DIR=share/man/man1", "install" |
