This modifies multiple formulae in a single commit, replacing
the patch suffix with diff per Homebrew/homebrew#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.
FixesHomebrew/homebrew#28315.
FixesHomebrew/homebrew#28335.
ClosesHomebrew/homebrew#28339.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
* Ettercap now uses cmake system. Drop pkg-config requirement.
* Depends on curl in homebrew as minimum requirement is now 7.26.0.
* Depends on ghostscript for pdf generation when building.
* Merge upstream fix for CVE-2012-0722.
* Merge upstream fix for clang build.
ClosesHomebrew/homebrew#16983.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Adding --enable-plugins and skip_clean 'bin' since dyld will otherwise fail.
ClosesHomebrew/homebrew#9667.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This also removes the old '-ng' formula, since the name seems to have
changed to have a suffix of 'Lazarus'
Signed-off-by: Adam Vandenberg <flangy@gmail.com>