aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pcre++.rb
AgeCommit message (Collapse)Author
2014-05-28pcre++: autoreconf to get a newer configure scriptJack Nagel
2014-03-20pcre++: use patch DSLJack Nagel
2014-02-27pcre++: use Formula[]Adam Vandenberg
2013-11-02pcre++: fix building with new GCC and Clang/libc++.Xiyue Deng
* Add missing "#include <clocale>".
2013-08-18Pcre++: rename man page to avoid conflict with pcre.Xiyue Deng
* The man page of pcre++ is named Pcre.3, while there is one named pcre.3 in pcre package. This is problem for case-insensitive file system which is widely used across Mac OS X systems. Rename it to pcre++ and add caveat about this change. Closes #21968.
2013-08-07pcre++: use opt prefixAdam Vandenberg
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-02-24Use Homebrew's pcre where appropriateJack Nagel
We provide a pcre formula as OS X does not provide libpcre headers. However, it does provide the library itself and so occasionally things will use Homebrew's pcre headers and link against the system library. This should be avoided to prevent incompatibilities, so explicitly tell the build system where to look for the library where necessary. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-06-28Added Formula for pcre++Peter Kristensen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>