Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2016 14:15:40 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409518 - in head: irc/bitlbee irc/irssi-otr net-im/mcabber polish/kadu x11/leechcraft
Message-ID:  <201602251415.u1PEFeno060082@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb 25 14:15:40 2016
New Revision: 409518
URL: https://svnweb.freebsd.org/changeset/ports/409518

Log:
  - Explicitly specify version for libotr.so to differentiate security/libotr and security/libotr3
  
  Approved by:	portmgr blanket

Modified:
  head/irc/bitlbee/Makefile
  head/irc/irssi-otr/Makefile
  head/net-im/mcabber/Makefile
  head/polish/kadu/Makefile
  head/x11/leechcraft/Makefile

Modified: head/irc/bitlbee/Makefile
==============================================================================
--- head/irc/bitlbee/Makefile	Thu Feb 25 14:13:12 2016	(r409517)
+++ head/irc/bitlbee/Makefile	Thu Feb 25 14:15:40 2016	(r409518)
@@ -64,7 +64,7 @@ NSS_LIB_DEPENDS=	libnss3.so:${PORTSDIR}/
 OPENSSL_CONFIGURE_ON=	--ssl=openssl
 OSCAR_CONFIGURE_OFF=	--oscar=0
 OTR_CONFIGURE_ON=	--otr=1
-OTR_LIB_DEPENDS=	libotr.so:${PORTSDIR}/security/libotr
+OTR_LIB_DEPENDS=	libotr.so.5:${PORTSDIR}/security/libotr
 SKYPE_CONFIGURE_ON=	--skype=1
 SKYPE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Skype4Py>0:${PORTSDIR}/net-im/py-skype4py
 SKYPE_USES=		python

Modified: head/irc/irssi-otr/Makefile
==============================================================================
--- head/irc/irssi-otr/Makefile	Thu Feb 25 14:13:12 2016	(r409517)
+++ head/irc/irssi-otr/Makefile	Thu Feb 25 14:15:40 2016	(r409518)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/irssi/src/common.h:${PORTSDIR}/irc/irssi \
 		${LOCALBASE}/bin/libgcrypt-config:${PORTSDIR}/security/libgcrypt
-LIB_DEPENDS=	libotr.so:${PORTSDIR}/security/libotr \
+LIB_DEPENDS=	libotr.so.5:${PORTSDIR}/security/libotr \
 		libgcrypt.so:${PORTSDIR}/security/libgcrypt
 RUN_DEPENDS=	irssi:${PORTSDIR}/irc/irssi
 

Modified: head/net-im/mcabber/Makefile
==============================================================================
--- head/net-im/mcabber/Makefile	Thu Feb 25 14:13:12 2016	(r409517)
+++ head/net-im/mcabber/Makefile	Thu Feb 25 14:15:40 2016	(r409518)
@@ -44,7 +44,7 @@ GPGME_LIB_DEPENDS=	libgpgme.so:${PORTSDI
 GPGME_CONFIGURE_ENABLE=	gpgme
 
 OTR_LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \
-			libotr.so:${PORTSDIR}/security/libotr
+			libotr.so.5:${PORTSDIR}/security/libotr
 OTR_CONFIGURE_ENABLE=	otr
 
 post-patch:

Modified: head/polish/kadu/Makefile
==============================================================================
--- head/polish/kadu/Makefile	Thu Feb 25 14:13:12 2016	(r409517)
+++ head/polish/kadu/Makefile	Thu Feb 25 14:15:40 2016	(r409518)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	libmpdclient.so:${PORTSDIR}
 		libqca-qt5.so:${PORTSDIR}/devel/qca-qt5 \
 		libidn.so:${PORTSDIR}/dns/libidn \
 		libgadu.so:${PORTSDIR}/polish/libgadu \
-		libotr.so:${PORTSDIR}/security/libotr \
+		libotr.so.5:${PORTSDIR}/security/libotr \
 		libenchant.so:${PORTSDIR}/textproc/enchant
 # TODO ntrack and ntrack-qt (needs porting) ?
 # TODO separate ports for plugins and themes (possible starting with 0.10)

Modified: head/x11/leechcraft/Makefile
==============================================================================
--- head/x11/leechcraft/Makefile	Thu Feb 25 14:13:12 2016	(r409517)
+++ head/x11/leechcraft/Makefile	Thu Feb 25 14:15:40 2016	(r409518)
@@ -68,7 +68,7 @@ AZOTH_CMAKE_OFF=	-DENABLE_AZOTH:BOOL=fal
 
 AZOTH_LIB_DEPENDS=	libQtMultimediaKit.so:${PORTSDIR}/multimedia/qt4-mobility \
 			libkqoauth.so:${PORTSDIR}/security/kqoauth \
-			libotr.so:${PORTSDIR}/security/libotr \
+			libotr.so.5:${PORTSDIR}/security/libotr \
 			libpurple.so:${PORTSDIR}/net-im/libpurple \
 			libqca.so:${PORTSDIR}/devel/qca \
 			libqxmpp.so:${PORTSDIR}/net-im/qxmpp \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602251415.u1PEFeno060082>