aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pth.rb
AgeCommit message (Collapse)Author
2013-05-28pth: run make testMisty De Meo
If pth is miscompiled, other software that uses it can fail mysteriously without a clear indication of the source of the problem. This causes problems with gnupg2 on some platforms, for example. pth's `make test` will reveal this kind of problem, so always run that to be safe. See: mistydemeo/tigerbrew#39.
2013-01-28pth: style nitsAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12Use automatic mirror selection for GNU downloadsJack Nagel
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-07-16Fix man path for pthAdam Vandenberg
2010-03-28'Fixed' an issu with pth. The dylib library wasn't build. Removing the ↵Michel Steuwer
--disable-debug option fixes the problem. Signed-off-by: David Höppner <0xffea@gmail.com> * add comment in the formula
2009-12-05Adding a formula for GNU Portable Threads.Paul J. Davis