| Age | Commit message (Collapse) | Author |
|
|
|
Closes #36457.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
native pkg-config support for zlib and sqlite to elimate the need
to pass flags to configure or make stages in formulae.
Closes #34765.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
See: https://github.com/tatsuhiro-t/aria2/commit/9a931e7
Closes #34314.
Signed-off-by: Nima Jahanshahi <nbjahan@gmail.com>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #32462.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #31168.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #30951.
|
|
|
|
`needs` allows formulae to specify dependencies on cross-compiler
dependencies, allowing multiple failures to be specified in a single
statement. For instance, `needs :cxx11` adds seven compiler failures.
Closes #22912.
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Fixes #25769.
|
|
|
|
|
|
aria2 requires C++11, so its C++ dependencies (gnutls, gmp) must have
C++11 options as well, unless we use Apple's built-in TLS support
instead.
Fixes #24709.
|
|
Closes #23526.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
gnutls isn't required when the user asks for aria2 to be brewed
`--with-appletls`.
Closes #22561.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
System sqlite is sufficient on all supported platforms.
Closes #21870.
|
|
Closes #22451.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #21356.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #21194.
|
|
|
|
Closes #19392.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #18696.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #17985.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #17614.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Bumped aria2 to 1.16.1
Closes #16803.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #16528.
|
|
Closes #16518.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #14868.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.
"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.
The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
[jn: Clang issues were fixed upstream, so remove fails_with block]
Closes #11661.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #11501.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #10940.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|