aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wiggle.rb
AgeCommit message (Collapse)Author
2014-04-11Use .diff instead of .patch for github commit sourced patchesSteven Peters
This modifies multiple formulae in a single commit, replacing the patch suffix with diff per #28315. I used the following command: ~~~ sed -i -e 's@patch"$@diff"@' `grep -rlI 'commit.*patch"$' .` ~~~ The patch shasums are then computed using: ~~~ brew fetch --build-from-source `git st | sed -e 's@^ M@@'` ~~~ and manually updated. Fixes #28315. Fixes #28335. Closes #28339. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-21wiggle 1.0Jack Nagel
2012-12-02wiggle: update patch URLsSeth Fowler
Closes #16274. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-24wiggle 0.9nibbles 2bits
Upgrade wiggle to version 0.9. Patch OSX compile errors using the developer's git repo. Patch two functionality issues released the day after 0.9. Include patch removal information in the comments. Remove the `malloc` patches. They are fixed in this version. Remove the `-w` from cflags lets the developer use `-Werror`. Use our `cflags` and `-g` rather than `-ggdb` to support clang. Add the `test` make target (~2sec) to verify the build because we are trusting wiggle to do complex patching. Closes #12305. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-03wiggle 0.8Sean Russell
Signed-off-by: Adam Vandenberg <flangy@gmail.com>