You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
shibboleth: Don't use gssapi, odbc, or macOS Apache
Ensure we use MacPorts Apache 2.4, not an older version bundled with older macOS that will cause the build to fail. Closes: https://trac.macports.org/ticket/73906 Also ensure gssapi and odbc aren't used opportunistically. Remove redundant worksrcdir line.
This commit is contained in:
@@ -32,7 +32,6 @@ depends_lib port:opensaml \
|
||||
master_sites http://shibboleth.net/downloads/service-provider/${version}/
|
||||
distname ${name}-sp-${version}
|
||||
use_bzip2 yes
|
||||
worksrcdir ${name}-sp-${version}
|
||||
checksums rmd160 954d411dc26a113406b3b9d3848cbe28adbd77d7 \
|
||||
sha256 c4e92c11e56adaa5ea480aba1d78c5f30fbd5d1badb4a13bdd85684bd801298a \
|
||||
size 838391
|
||||
@@ -41,11 +40,14 @@ require_active_variants curl ssl
|
||||
|
||||
use_autoreconf yes
|
||||
autoreconf.args -fvi
|
||||
configure.args --enable-apache-24
|
||||
configure.args --disable-odbc \
|
||||
--enable-apache-24 \
|
||||
--with-apxs24=${prefix}/bin/apxs \
|
||||
--without-gssapi
|
||||
|
||||
variant odbc description {enable odbc support} {
|
||||
depends_lib-append port:unixODBC
|
||||
configure.args-append --enable-odbc
|
||||
configure.args-replace --disable-odbc --enable-odbc
|
||||
}
|
||||
|
||||
destroot.keepdirs ${destroot}${prefix}/var/log/${name} ${destroot}${prefix}/var/run/${name} ${destroot}${prefix}/var/cache/${name}
|
||||
|
||||
Reference in New Issue
Block a user