| Age | Commit message (Collapse) | Author |
|
Closes #36982.
Closes #36990.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #36811.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #32876.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31489.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #25043.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #24603.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
Closes #20257.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #18815.
|
|
Closes #17296.
Signed-off-by: Adam Vandenberg <flangy@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.
|
|
Had to remove full paths, since we have two options for location now.
|
|
Closes #10153.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #7821.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
colloquy push into its own formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|
|
|
|
Pass in a list of any files that you don't want cleaned
with a path relative to the cellar. e.g. `strip_paths ['bin/znc']`
It's backwards compatible with def strip_clean?, at least for now.
The znc formula is updated as an example.
|
|
Many formula were imported during the development of the dependency branch.
|
|
|
|
Includes recipes for znc and its dep, the c-ares lib
Now without stripping, so .so plugins will load
|