Index: head/net/linphone/Makefile =================================================================== --- head/net/linphone/Makefile (revision 389281) +++ head/net/linphone/Makefile (revision 389282) @@ -1,64 +1,64 @@ # $FreeBSD$ PORTNAME= linphone -PORTVERSION= 3.8.2 +PORTVERSION= 3.8.3 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/3.8.x/sources MAINTAINER= tijl@FreeBSD.org COMMENT= SIP client supporting voice/video calls and text messaging LIB_DEPENDS= libbellesip.so:${PORTSDIR}/net/belle-sip \ libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \ libortp.so:${PORTSDIR}/net/ortp \ - libpolarssl.so.8:${PORTSDIR}/security/polarssl13 \ + libmbedtls.so.9:${PORTSDIR}/security/polarssl13 \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 CONFLICTS_INSTALL= linphone-base-[0-9]* GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-deplibs-link --disable-silent-rules \ --disable-speex --disable-strict --disable-tutorials \ --enable-external-mediastreamer --enable-external-ortp \ --enable-lime --with-polarssl=${LOCALBASE} \ --with-readline=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes INSTALL_TARGET= install-strip USES= gettext-tools gmake libtool pathfix pkgconfig readline:port USE_GNOME= gtk20 intltool libxml2 USE_LDCONFIG= yes OPTIONS_DEFINE= LDAP NLS NOTIFY UPNP VIDEO OPTIONS_DEFAULT=NOTIFY UPNP VIDEO OPTIONS_SUB= yes LDAP_CONFIGURE_ENABLE= ldap LDAP_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 LDAP_USE= OPENLDAP=yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime NOTIFY_CONFIGURE_ENABLE=notify NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify UPNP_CONFIGURE_ENABLE= upnp UPNP_LIB_DEPENDS= libupnp.so:${PORTSDIR}/devel/upnp VIDEO_CONFIGURE_ENABLE= video .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) CONFIGURE_ARGS+=--enable-debug .endif post-patch: .for l in C fr it ja @${REINPLACE_CMD} '/^install-data-local:/,/^$$/d' \ ${WRKSRC}/share/$l/Makefile.in .endfor .include Index: head/net/linphone/distinfo =================================================================== --- head/net/linphone/distinfo (revision 389281) +++ head/net/linphone/distinfo (revision 389282) @@ -1,2 +1,2 @@ -SHA256 (linphone-3.8.2.tar.gz) = a14a228fe0f7cd9918777558f8272690a6d7541f262a593893eb447b500fec6d -SIZE (linphone-3.8.2.tar.gz) = 15366935 +SHA256 (linphone-3.8.3.tar.gz) = 12618114e2517771320a7bfb32fbe4088863cb74a287719634e4462209b0e5b5 +SIZE (linphone-3.8.3.tar.gz) = 15368139 Index: head/net/linphone/files/patch-gtk-status_icon.c =================================================================== --- head/net/linphone/files/patch-gtk-status_icon.c (revision 389281) +++ head/net/linphone/files/patch-gtk-status_icon.c (revision 389282) @@ -1,19 +1,11 @@ --- gtk/status_icon.c.orig 2015-05-13 14:47:31 UTC +++ gtk/status_icon.c -@@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suit - #endif - - #if !defined(WIN32) && !defined(__APPLE__) && GLIB_CHECK_VERSION(2, 26, 0) --#define STATUS_NOTIFIER_IS_USABLE 1 - #endif - - #include "status_notifier.h" @@ -195,7 +194,7 @@ static LinphoneStatusIcon *_linphone_sta } static void _linphone_status_icon_free(LinphoneStatusIcon *obj) { - if(obj->desc->uninit) obj->desc->uninit(obj->data); + if(obj->desc->uninit) obj->desc->uninit(obj); if(obj->params) linphone_status_icon_params_unref(obj->params); g_free(obj); }