svn commit: r517869 - branches/2019Q4/irc/quassel

Dima Panov fluffy at FreeBSD.org
Mon Nov 18 14:09:34 UTC 2019


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)


More information about the svn-ports-branches mailing list