Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2019 12:34:58 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517867 - head/irc/quassel
Message-ID:  <201911181234.xAICYwME033137@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Mon Nov 18 12:34:58 2019
New Revision: 517867
URL: https://svnweb.freebsd.org/changeset/ports/517867

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

Modified:
  head/irc/quassel/Makefile

Modified: head/irc/quassel/Makefile
==============================================================================
--- head/irc/quassel/Makefile	Mon Nov 18 11:54:58 2019	(r517866)
+++ head/irc/quassel/Makefile	Mon Nov 18 12:34:58 2019	(r517867)
@@ -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?201911181234.xAICYwME033137>