Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2019 14:09:34 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r517869 - branches/2019Q4/irc/quassel
Message-ID:  <201911181409.xAIE9Ydg086540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Mon Nov 18 14:09:33 2019
New Revision: 517869
URL: https://svnweb.freebsd.org/changeset/ports/517869

Log:
  MFH: r517867
  
  - Switch to USE_OPENLDAP framework instead of direct openldap origin hardcode, unbreak OpenLDAP/SASL use
  
  PR:		241922
  Submitted by:	myself
  Approved by:	maintainer (woodsb02)
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q4/irc/quassel/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/irc/quassel/Makefile
==============================================================================
--- branches/2019Q4/irc/quassel/Makefile	Mon Nov 18 13:33:50 2019	(r517868)
+++ branches/2019Q4/irc/quassel/Makefile	Mon Nov 18 14:09:33 2019	(r517869)
@@ -32,10 +32,8 @@ OPTIONS_SUB=		yes
 
 CLIENT_DESC=		Quassel client (for use with core)
 CLIENT_CMAKE_BOOL=	WANT_QTCLIENT
-CLIENT_USE=		qt=dbus,gui,phonon4,webkit,widgets
+CLIENT_USE=		qt=dbus,gui,phonon4,webkit,widgets openldap=yes
 CLIENT_LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt \
-			libldap-2.4.so.2:net/openldap24-client \
-			liblber-2.4.so.2:net/openldap24-client \
 			libsnore-qt5.so:devel/snorenotify
 
 CORE_DESC=		Quassel core server (for use with client)



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