| Age | Commit message (Collapse) | Author |
|
Closes #36673.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
|
|
Closes #36667.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
|
|
Updated to new release.
Closes #36680.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36682.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
orientdb bump from version 2.0.1 to 2.0.2
Closes #36679.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #36678.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #36677.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
This change also adds the option to build a 64-bit Wine when building HEAD.
64-bit support for OS X has been added as of 1.7.36 but it did not build
successfully in this version (using clang-600.0.56.)
Closes #36628.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
sqtop is a console application to display information about currently
active client connections for a Squid proxy in a convenient way.
Closes #36655.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #36672.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36670.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Also add support to `brew uses` to ignore build or optional dependencies.
Closes #36154.
Closes #36656.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
BaseX 8.0 update
For added features see the official
[announcement](http://basex.org/about-us/news/newsdetails/basex-80-the-xmlprague-2015-edition).
Closes #36666.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
The bottled xmlto is currently broken because the full cellar path of GNU
getopt gets hardcode presently (and GNU getopt saw a version bump recently, it
seems).
It was actually only after making the fix that I stumbled upon this update,
which is listed on this "new" (more appropriate) homepage.
Closes #36647.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #36662.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
I feel like we’re probably fighting a losing battle here, but here’s a
bundle more updates to the example formula to cover some ground not
already covered.
Closes #36644.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #36661.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Addresses comment on d3074f5bb9bb7d522bff7ad7873f03610ed15054.
|
|
Closes #36610.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Update doitlive to 2.3.1
Closes #36659.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
nsq v0.3.2
Closes #36658.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Fixes #36217.
|
|
|
|
|
|
|
|
This is causing submodules to be checked out into a path with a literal
"$path" component:
$ find . | grep "\$path$"
./$path
./Carthage/Checkouts/Commandant/$path
./Carthage/Checkouts/Commandant/Carthage/Checkouts/Quick/$path
./Carthage/Checkouts/PrettyColors/$path
./Carthage/Checkouts/Quick/$path
./Carthage/Checkouts/ReactiveCocoa/$path
./Carthage/Checkouts/ReactiveCocoa/Carthage/Checkouts/Quick/$path
./Carthage/Checkouts/ReactiveTask/$path
./Carthage/Checkouts/ReactiveTask/Carthage/Checkouts/Quick/$path
./Carthage/Checkouts/ReactiveTask/Carthage/Checkouts/ReactiveCocoa/$path
./Carthage/Checkouts/ReactiveTask/Carthage/Checkouts/ReactiveCocoa/Carthage.checkout/Quick/$path
This reverts commit 3a5f099297e9ab3b799af5f7a65edd8d64bc7bae.
|
|
Before:
$ brew info llvm
==> Dependencies
Build: xz ✔, xz ✔, xz ✔, xz ✔, xz ✔, xz ✔
$ brew info --json=v1 llvm
... "dependencies":["xz","xz","xz","xz","xz","xz"], ...
After
$ brew info llvm
==> Dependencies
Build: xz ✔
$ brew info --json=v1 llvm
... "dependencies":["xz"], ...
Closes #36653.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Bump to version 0.7.4
Closes #36652.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Also, the `make clean` step can now be removed, per https://github.com/Carthage/Carthage/pull/284#issuecomment-70677079.
Closes #36646.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
for issue Homebrew/homebrew#36646
Closes #36649.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36648.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36640.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
See
https://github.com/Homebrew/homebrew/pull/36629#discussion_r24293912
amongst other recent examples. The example formula isn’t as strongly
policed as the ` brew create ` default, this tries to do something
about that.
Closes #36639.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Version bump.
Closes #36638.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Losslessly compress with jpegoptim and optipng.
Closes #36606.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|