From owner-svn-ports-all@freebsd.org Mon Nov 18 14:09:34 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 903B11C0C5F; Mon, 18 Nov 2019 14:09:34 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47GrRy3LtRz4S8g; Mon, 18 Nov 2019 14:09:34 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 505D32B053; Mon, 18 Nov 2019 14:09:34 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAIE9YUE086541; Mon, 18 Nov 2019 14:09:34 GMT (envelope-from fluffy@FreeBSD.org) Received: (from fluffy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAIE9Ydg086540; Mon, 18 Nov 2019 14:09:34 GMT (envelope-from fluffy@FreeBSD.org) Message-Id: <201911181409.xAIE9Ydg086540@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fluffy set sender to fluffy@FreeBSD.org using -f From: Dima Panov Date: Mon, 18 Nov 2019 14:09:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r517869 - branches/2019Q4/irc/quassel X-SVN-Group: ports-branches X-SVN-Commit-Author: fluffy X-SVN-Commit-Paths: branches/2019Q4/irc/quassel X-SVN-Commit-Revision: 517869 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2019 14:09:34 -0000 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)