| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Fixes #35508.
|
|
|
|
|
|
|
|
|
|
|
|
Closes #35794.
|
|
|
|
Closes #35871.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #35806.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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 #35801.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #34788.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #35809.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #35135.
|
|
Closes #35815.
|
|
|
|
Closes #35943.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #35852.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #35947.
|
|
|
|
Closes #35980.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #35940.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #35978.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Also fix 'brew audit --strict' errors
Closes #35976.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #35975.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #35974.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Pass a list to ln_sf instead of iterating over the result of Dir[]. This
form raises an error if the second argument is not a directory.
Closes #35973.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Syncthing v0.10.20
Also replaces undocumented (removed?) environment variable "STNORESTART" with command-line switch "-no-restart"
Closes #35957.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #35958.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
Closes #35962.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
Closes #35965.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
Closes #35966.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
Closes #35968.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
Fixes the situation where the links would skew in the event that
man1, man3, man5 and/or man7 didn't exist. This should be pretty rare
unless from a clean system, but this will guard against the failure
at least.
Closes #35969. Closes #35971.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|