#44456: htcondor: Optionally disable kerberos5 dependency -----------------------------+-------------------------------- Reporter: michael-lists@… | Owner: macports-tickets@… Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: | Port: htcondor -----------------------------+-------------------------------- I'd like to be able to install HTCondor without Kerberos support if I don't need it. That way, I don't have to install the kerberos5 port which comes with versions of klist etc. not fully compatible with the ones shipped with OS X (see e.g. #34906). Below is a patch that adds a variant ''nokerberos''. {{{ --- /Users/admin/Desktop/htcondor 2014-07-27 11:33:02.000000000 +0200 +++ /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/science/htcondor/Portfile 2014-07-27 11:33:13.000000000 +0200 @@ -84,6 +84,10 @@ port:openssl \ port:pcre +variant nokerberos description {disable Kerberos5 support} { + depends_lib-delete port:kerberos5 +} + license_noconflict latex2html # FIXME: For some reason, Condor uses install_name_tool to have dynamic links }}} -- Ticket URL: <https://trac.macports.org/ticket/44456> MacPorts <http://www.macports.org/> Ports system for OS X