aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tinyxml.rb
AgeCommit message (Collapse)Author
2015-01-17Fix brew test linking errors in several formula on 10.10Steven Peters
OS X 10.10 seems to require "-L{lib}" as a C/C++ compiler argument in order to link properly. This is causing several brew test failures. This patch modifies several formula in a single commit by adding "-L{lib}" to the brew test ENV.cc argument lists. I manually verified that these specific tests are failing with the change and passing with it on 10.10. To identify other formulae that may be subject to this issue, the following may be used: ~~~ grep -rnI 'ENV\.cc.*test\.c' Library/Formula \ | grep -v '\-L#{lib}' ~~~ Closes #35806. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-31tinyxml: add 2.6.2 bottle.BrewTestBot
2014-12-31tinyxml: add testXu Cheng
Closes #35397. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-31tinyxml: modernizeXu Cheng
2014-05-18tinyxml: fix broken patch linksErdi Aker
patch-tracker.debian.org seems to be down. Replaced broken patch links. Closes #29362. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-26Use githubusercontent domainJack Nagel
2014-04-02tinyxml: add pkgconfig fileFrancesco Romano
Closes #28072. Closes #28077. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-14tinyxml: use checksummed patchesJack Nagel
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-05Fix tinyxml build command.Xiyue Deng
* Mistakenly missed path parameter.
2013-09-01tinyxml: 2.6.2 with debian patches and CMakeLists.txtSteven Peters
This formula will build a patched version of tinyxml 2.6.2 using the patches from debian. I've summarized the debian patches in comments in the formula. Here's a link to the debian patch management page: http://patch-tracker.debian.org/package/tinyxml/2.6.2-2 I've also added a patch with a CMakeLists.txt that builds a shared library and provides an install target. Closes #22100. Signed-off-by: Xiyue Deng <manphiz@gmail.com>