summaryrefslogtreecommitdiff
path: root/math/ogdf/files/patch-test_gtest_gtest.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/ogdf: Unbreak DragonFlyJohn Marino2016-03-221-1/+1
| | | | | | | DragonFly needs the same modifications as FreeBSD. They were carried in dports before, but the macros were moved to new files. Approved by: Restore DF functionality blanket
* math/ogdf: 2012.07 -> 2015.05Kurt Jaeger2016-03-091-0/+29
Changes: http://www.ogdf.net/doku.php/tech:versions#v_201505_baobab - Remove dependencies on math/abacus and math/coinmp, as they are now bundled into the OGDF source tarballs and compiled from there (COIN remains optional) - Point MASTER_SITES to the official OGDF website - Utilise USES=compiler:features to detect C++11 support, and add compiler flags -std=c++11 if so (required for build to complete without errors) - Remove custom do-install recipe, and instead use default make install target - Take maintainership PR: 207531 Submitted by: Ben Woods <woodsb02@gmail.com>