Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Sep 2019 15:08:46 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513041 - in head/databases: mysql57-client percona57-client
Message-ID:  <201909271508.x8RF8kYW095887@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Sep 27 15:08:46 2019
New Revision: 513041
URL: https://svnweb.freebsd.org/changeset/ports/513041

Log:
  sasl.h header does not belong at all to openldap package
  but to the cyrus-sasl2 package already listed in the dependency in the above line.
  Just remove the wrong dependency line

Modified:
  head/databases/mysql57-client/Makefile
  head/databases/percona57-client/Makefile

Modified: head/databases/mysql57-client/Makefile
==============================================================================
--- head/databases/mysql57-client/Makefile	Fri Sep 27 15:02:38 2019	(r513040)
+++ head/databases/mysql57-client/Makefile	Fri Sep 27 15:08:46 2019	(r513041)
@@ -37,7 +37,6 @@ OPTIONS_GROUP_PLUGINS=	SASLCLIENT
 SASLCLIENT_DESC=	SASL client plugin module
 SASLCLIENT_CMAKE_BOOL=	WITH_AUTHENTICATION_LDAP
 SASLCLIENT_LIB_DEPENDS=		libsasl2.so:security/cyrus-sasl2
-SASLCLIENT_BUILD_DEPENDS=	${LOCALBASE}/include/sasl/sasl.h:net/openldap24-sasl-client
 OPTIONS_DEFAULT+=	SASLCLIENT
 
 # issue 166367: adding symlinks for back-compatibility with ${lib}_r

Modified: head/databases/percona57-client/Makefile
==============================================================================
--- head/databases/percona57-client/Makefile	Fri Sep 27 15:02:38 2019	(r513040)
+++ head/databases/percona57-client/Makefile	Fri Sep 27 15:08:46 2019	(r513041)
@@ -37,7 +37,6 @@ OPTIONS_GROUP_PLUGINS=	SASLCLIENT
 SASLCLIENT_DESC=	SASL client plugin module
 SASLCLIENT_CMAKE_BOOL=	WITH_AUTHENTICATION_LDAP
 SASLCLIENT_LIB_DEPENDS=	libsasl2.so:security/cyrus-sasl2
-SASLCLIENT_BUILD_DEPENDS=	${LOCALBASE}/include/sasl/sasl.h:net/openldap24-sasl-client
 OPTIONS_DEFAULT+=	SASLCLIENT
 OPTIONS_SUB=	yes
 



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