Date: Sat, 24 May 2014 06:18:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354980 - head/ftp/curl Message-ID: <201405240618.s4O6Iima003430@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat May 24 06:18:44 2014 New Revision: 354980 URL: http://svnweb.freebsd.org/changeset/ports/354980 QAT: https://qat.redports.org/buildarchive/r354980/ Log: - Specify ABI version Submitted by: tijl Modified: head/ftp/curl/Makefile Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sat May 24 06:03:35 2014 (r354979) +++ head/ftp/curl/Makefile Sat May 24 06:18:44 2014 (r354980) @@ -81,7 +81,7 @@ GSSAPI_BASE_CPPFLAGS= -I${INCLUDEDIR} HEIMDAL_PORT_CONFIGURE_ON= --with-gssapi=${HEIMDAL_HOME} HEIMDAL_PORT_CPPFLAGS= -I${HEIMDAL_HOME}/include HEIMDAL_PORT_LDFLAGS= -L${HEIMDAL_HOME}/lib -HEIMDAL_PORT_LIB_DEPENDS= libgssapi.so:${PORTSDIR}/security/heimdal +HEIMDAL_PORT_LIB_DEPENDS= libgssapi.so.3:${PORTSDIR}/security/heimdal HTTP2_CONFIGURE_OFF= --without-nghttp2 HTTP2_CONFIGURE_ON= --with-nghttp2=${LOCALBASE} HTTP2_LIB_DEPENDS= libnghttp2.so:${PORTSDIR}/www/nghttp2 @@ -95,7 +95,7 @@ IPV6_CONFIGURE_ON= --enable-ipv6 KRB5_PORT_CONFIGURE_ON= --with-gssapi=${KRB5_HOME} KRB5_PORT_CPPFLAGS= -I${KRB5_HOME}/include KRB5_PORT_LDFLAGS= -L${KRB5_HOME}/lib -KRB5_PORT_LIB_DEPENDS= libgssapi_krb5.so:${PORTSDIR}/security/krb5 +KRB5_PORT_LIB_DEPENDS= libgssapi_krb5.so.2:${PORTSDIR}/security/krb5 LDAP_CONFIGURE_OFF= --disable-ldap LDAP_CONFIGURE_ON= --enable-ldap LDAP_CPPFLAGS= -I${LOCALBASE}/include
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405240618.s4O6Iima003430>