FreeBSD 9.1でcurl-7.43.0_1へのportupgradeが失敗しました。以下のようなエラーメッセージがでます。
curl-7.43.0_1 GSSAPI_BASE is set, which is not compatible with OpenSSL/LibreSSL from ports. Set GSSAPI_NONE or do not use ports SSL..
/usr/ports/UPDATINGを見てると次のように書かれています。
20150323:
AFFECTS: Users of net/asterisk* and net/pjsip ports
AUTHOR: madpilot@FreeBSD.org
…
…
If the CURL option is enabled also make sure the ftp/curl port
is using a GSSAPI implementation linking to the same SSL
implementation the other ports are using (BASE or NONE if you're
using base OpenSSL, GSSAPI_HEIMDAL GSSAPI_MIT otherwise). If an
incompatible option is being used the curl module will cause
asterisk to fail on startup due to mixing calls to OpenSSL from
base and from ports.
/usr/port/ftp/curlで
make configをしてみると確かに
GSSAPI_BASEが有効になっています。むつかしいところですが、
GSSAPI_MITを選んでコンパイル、インストールしました。