| Age | Commit message (Collapse) | Author |
|
|
|
Closes #33222.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Even when not deliberately, actively configured with openssl enabled,
it picks up and leans on the system openssl anyway. This pokes it onto
our OpenSSL instead. All other changes are style tweaks, and an added
simple test.
```
/usr/local/bin/cardos-tool:
/usr/local/Cellar/opensc/0.14.0/lib/libopensc.3.dylib (compatibility
version 4.0.0, current version 4.0.0)
/usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current
version 0.9.8)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version
1.2.5)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1213.0.0)
```
|
|
Closes #30778.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
* fix docbook-xsl path
Closes #28125.
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
Closes #20645.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
The opensc formula currently uses the docbook formula to find the
docbook xsl path, which always refers to the newest version. When a
version of docbook is installed, but is not the latest, opensc will fail
to install. This change adopts the same approach as kdelibs in
homebrew-boneyard and globs the appropriate directory to find the path.
Closes #18715.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #18670.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #17089.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|