| Age | Commit message (Collapse) | Author |
|
This is just a starting point to start discussion. I think we have a
few options with contributions:
- Stop accepting them altogether and move the ones we need/use/support
into core commands
- Accept them on an unsupported basis and require they be added
manually to the PATH
- Actively support and fix bugs in them all
Closes #30749.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #30796.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
Closes #30793.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
* Update to 0.7.0 which now includes fixes that previous patches solved
* depends_on tuntap (previous version did as well, but it wasn't
included in the formula)
* Add a basic test (open to suggestions on how to do a better one since
iodine requires root)
|
|
|
|
In order to use [regexp_filter][] feature Sphinx must be compiled with
re2 support
[regexp_filter]: http://sphinxsearch.com/docs/current.html#conf-regexp-filter
|
|
Fixes a failure during 'make install' if your group name has a space in
it - for example if your OS X account comes from an AD domain, your
group name may be "DOMAIN\Domain Users".
Closes #30783.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #30765.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #30756.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30790.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30787.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30786.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #30788.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #30785.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Does not compile with modern C++ compilers.
Closes #27386.
|
|
Closes #30716.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #30778.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #30229.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
- remove unnecessary captures
- '%' is not a metacharacter so it doesn't need to be escaped
- match using '+' instead of '*'
|
|
|
|
Closes #30774.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Edits the existing patch to extend it to 10.10. The original issue
creator said the 10.9 patch worked for 10.10, so this just extends it
out without any further modification.
Closes #30774.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #30761.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Add mozjpeg, a JPEG encoder created by Mozilla that focuses on
efficient encoding.
|
|
Closes #30770.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
--enable-tools was split into --enable-pki and --enable-scepclient
|
|
Closes #30771.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
* Added a 'post_install' to initialize the default database
* Fixed launchd to launch a server instead of failing
* Various cleanup
|
|
|
|
|
|
|
|
|
|
|