Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2019 06:08:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513102 - in head/databases: mysql57-client percona57-client
Message-ID:  <201909280608.x8S68tsI037200@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Sep 28 06:08:55 2019
New Revision: 513102
URL: https://svnweb.freebsd.org/changeset/ports/513102

Log:
  Revert r513041, it breaks the ports
  
  Reported by:	pkg-fallout
  Pointy hat:	bapt

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

Modified: head/databases/mysql57-client/Makefile
==============================================================================
--- head/databases/mysql57-client/Makefile	Sat Sep 28 05:41:12 2019	(r513101)
+++ head/databases/mysql57-client/Makefile	Sat Sep 28 06:08:55 2019	(r513102)
@@ -37,6 +37,7 @@ 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	Sat Sep 28 05:41:12 2019	(r513101)
+++ head/databases/percona57-client/Makefile	Sat Sep 28 06:08:55 2019	(r513102)
@@ -37,6 +37,7 @@ 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?201909280608.x8S68tsI037200>