| Age | Commit message (Collapse) | Author |
|
Closes #31283.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
Closes #31241.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #31276.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
If formulae names are passed as arguments check if just they are outdated. Additionally, return a failed code if they are outdated.
This will hopefully be able to stop people complaining about the outdated error code as they can now just run e.g.:
`brew outdated git && brew upgrade git`
Closes #31242.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #31089.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
|
|
|
|
|
|
Closes #31277.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Fixes #30126.
|
|
It doesn't work, inside or outside of Homebrew. The option is still
available in the homebrew-versions gcc, though.
Closes #31261.
|
|
|
|
Closes #31273.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
The Homebrew Mailutils is more powerful than the version which comes
with Emacs. This option allows the user to install Homebrew's version
instead.
Closes #31219.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
Closes #31255.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31271.
|
|
Closes #31252.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31269.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #31119.
|
|
Closes #31263.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
Closes #31265.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
New release logs are as follows:
* database
- proxy: fix build failure with libmpdclient 2.2
- proxy: fix add/search and other commands with libmpdclient < 2.9
* decoder
- audiofile: improve responsiveness
- audiofile: fix WAV stream playback
- dsdiff, dsf: fix stream playback
- dsdiff: fix metadata parser bug (uninitialized variables)
- faad: estimate song duration for remote files
- sndfile: improve responsiveness
* randomize next song when enabling "random" mode while not playing
* randomize next song when adding to single-song queue
|
|
Closes #31266.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #31267.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31264.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
According to the comments made by a MariaDB employee on
[MariaDB's page about TokuDB] [1], the TokuDB storage engine is not yet
available on Mac OS X.
This change adds an instruction to skip TokuDB.
[1]:
https://mariadb.com/kb/en/mariadb/mariadb-documentation/mariadb-storage-engines/tokudb/how-to-enable-tokudb-in-mariadb/
Fixes #30891.
|
|
This reverts commit 982cd588098924254759b4188750e5af6d503fda and
a77baa992c7c50c3ae31a2ec10f47fff690841ee.
|
|
Closes #31262.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31162.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
This code is supposed to allow
depends_on "foo" => "with-bar"
to work when foo has only a "without-bar" option.
The options system was not designed to support this. Unfortunately, it
was bolted on anyway. The implementation is extremely difficult to
understand, and it only works for certain types of options, which is
confusing from a user's point of view. Luckily, no formulae in core or
the official taps rely on the behavior in order to function.
It is hindering progress in improving this code, so I am removing it.
|
|
|