aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/goffice.rb
AgeCommit message (Collapse)Author
2013-02-03goffice: intltool is a build-time depJack Nagel
2012-09-29goffice: add patch for missing pcre_infonibbles 2bits
Macports uses a patch for goffice to support the current pcre that doesn't have the symbol `pcre_info` anymore. The patch changes to use `pcre_fullinfo`. Add the patch. Fixes runtime bug using gnumeric, failure to lazy symbol load. Fixes #15171 Closes #15195. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-09goffice: fix missing pcre depnibbles 2bits
Goffice needs pcre so that it will not error during configure. Add a dep on `pcre`. Fixes #13988 Closes #14092. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08goffice: add `depends_on :x11`nibbles 2bits
goffice needs a `depends_on :x11` so that it can find cairo now. Closes #13990. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-18goffice 0.8.17Trevor Wennblom
Signed-off-by: Adam Vandenberg <flangy@gmail.com>