aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-10 11:07:09 -0800
committerAdam Vandenberg2013-02-10 11:07:09 -0800
commit0e6580fd1ac3d8c927b535fe068c401aedce0298 (patch)
tree0b9e658073feca8b914fc7e49ddc6b2e4bcf85cc /Library/Formula
parent7152448e78157c9e24da09e813073d269c885059 (diff)
downloadhomebrew-0e6580fd1ac3d8c927b535fe068c401aedce0298.tar.bz2
Move abiword to the boneyard.
Closes #17513.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/abiword.rb56
1 files changed, 0 insertions, 56 deletions
diff --git a/Library/Formula/abiword.rb b/Library/Formula/abiword.rb
deleted file mode 100644
index 94f7f2767..000000000
--- a/Library/Formula/abiword.rb
+++ /dev/null
@@ -1,56 +0,0 @@
-require 'formula'
-
-class Abiword < Formula
- homepage 'http://www.abisource.com/'
- url 'http://www.abisource.com/downloads/abiword/2.8.6/source/abiword-2.8.6.tar.gz'
- sha1 '998f69d038000b3fc027d4259548f02d67c8d0df'
-
- devel do
- url 'http://www.abisource.com/downloads/abiword/2.9.4/source/abiword-2.9.4.tar.gz'
- sha1 '67cfbc633129128a1aa48ffba8959229cef2ebdd'
- end
-
- depends_on :libpng
- depends_on 'jpeg'
- depends_on 'fribidi'
- depends_on 'libgsf'
- depends_on 'enchant'
- depends_on 'cairo'
- depends_on 'pango'
- depends_on 'wv'
- depends_on 'imagemagick'
-
- fails_with :clang do
- build 421
- cause "error: static_cast from 'id' to 'XAP_Menu_Id' (aka 'int') is not allowed"
- end
-
- def patches
- {
- # Fixes newer libpng versions; needed for libpng 1.2, too
- :p0 => "https://trac.macports.org/export/102401/trunk/dports/editors/abiword-x11/files/patch-libpng-1.5.diff",
- # Fixes bad glib include
- :p1 => DATA
- }
- end if build.stable?
-
- def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
- system "make install"
- end
-end
-
-__END__
-diff --git a/src/af/util/xp/ut_go_file.h b/src/af/util/xp/ut_go_file.h
-index e29d7b7..8d5f608 100644
---- a/src/af/util/xp/ut_go_file.h
-+++ b/src/af/util/xp/ut_go_file.h
-@@ -31,7 +31,6 @@
-
- #include <glib.h>
- #include <gsf/gsf.h>
--#include <glib/gerror.h>
- #include <time.h>
-
- G_BEGIN_DECLS