svn commit: r513105 - in head/databases: mysql57-client percona57-client

Antoine Brodin antoine at FreeBSD.org
Sat Sep 28 06:45:26 UTC 2019


Author: antoine
Date: Sat Sep 28 06:45:25 2019
New Revision: 513105
URL: https://svnweb.freebsd.org/changeset/ports/513105

Log:
  Make the build dependency more accurate

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 06:09:42 2019	(r513104)
+++ head/databases/mysql57-client/Makefile	Sat Sep 28 06:45:25 2019	(r513105)
@@ -37,7 +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
+SASLCLIENT_BUILD_DEPENDS=	${LOCALBASE}/include/lber.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 06:09:42 2019	(r513104)
+++ head/databases/percona57-client/Makefile	Sat Sep 28 06:45:25 2019	(r513105)
@@ -37,7 +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
+SASLCLIENT_BUILD_DEPENDS=	${LOCALBASE}/include/lber.h:net/openldap24-sasl-client
 OPTIONS_DEFAULT+=	SASLCLIENT
 OPTIONS_SUB=	yes
 


More information about the svn-ports-all mailing list