| Age | Commit message (Collapse) | Author |
|
default value for `--with-libsodium` changed from false to true between 4.0 and 4.1
include patch required for libzmq-4.0 to support `--without-libsodium`
backported from zeromq/zeromq4-x#105
Closes #36875.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
OS X 10.10 seems to require "-L{lib}" as a C/C++ compiler
argument in order to link properly. This is causing
several brew test failures.
This patch modifies several formula in a single commit
by adding "-L{lib}" to the brew test ENV.cc argument
lists. I manually verified that these specific tests
are failing with the change and passing with it on 10.10.
To identify other formulae that may be subject to this
issue, the following may be used:
~~~
grep -rnI 'ENV\.cc.*test\.c' Library/Formula \
| grep -v '\-L#{lib}'
~~~
Closes #35806.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
Closes #33708.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Otherwise `ntopng` has issues when linking against them statically.
Closes #33697.
Closes #33677.
|
|
Closes #33551.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Some fixes for the Fontforge, pending the next imminent stable release.
Also bumping czmq and zeromq following a discussion [on
this](https://github.com/fontforge/fontforge/issues/1837) this morning,
during which I stumbled across a fix by removing the two and
reinstalling them afresh, so I’m recommending we do that for everyone
given the two libraries are tiny and it’ll flush out any configuration
or bottle issues that could be lingering.
|
|
|
|
Closes #33241.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
bugfix/security release
Closes #33195.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Version bump from 0.7.1 to the big 1.0.0.
Closes #32622.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #27451.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #24635.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #23180.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #23021.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #22107.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Fixes #19877.
|
|
Closes #19662.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Removed older devel version and the build_fat hack needed before 3.2
Closes #16680.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #15774.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes #15182.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
zeromq gets a makeover to fix build errors and to offer the devel
version. This has been tested with clang and llvm from XCode-4.4.1.
* Add a devel block
* Add a dep on libpgm, a new formula. The internal libpgm is b0rked
* Add a `do_config` function that gets run for devel or head builds.
* Add ENV.universal_binary for devel and head, it works.
* Add conditionals so that the manual lipo to UB is only for stable
Fixes #14210
Closes #14292.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #11655.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The tarball was repackaged, changing its checksum.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #11509.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #10559.
Also added missing deps for osm2pgsql.
Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
|
|
Closes #9177.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #7959.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
I tided up the caveat text too, it was longer than 80 characters.
|
|
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|