svn commit: r512309 - in head/databases: mariadb102-server mariadb103-server mariadb104-server

Tobias Kortkamp tobik at FreeBSD.org
Thu Sep 19 05:47:50 UTC 2019


Author: tobik
Date: Thu Sep 19 05:47:49 2019
New Revision: 512309
URL: https://svnweb.freebsd.org/changeset/ports/512309

Log:
  databases/mariadb*-server: Spell post-install-GSSAPI_NONE-off correctly

Modified:
  head/databases/mariadb102-server/Makefile
  head/databases/mariadb103-server/Makefile
  head/databases/mariadb104-server/Makefile

Modified: head/databases/mariadb102-server/Makefile
==============================================================================
--- head/databases/mariadb102-server/Makefile	Thu Sep 19 05:19:44 2019	(r512308)
+++ head/databases/mariadb102-server/Makefile	Thu Sep 19 05:47:49 2019	(r512309)
@@ -203,7 +203,7 @@ post-install:
 	# Fix https://mariadb.atlassian.net/browse/MDEV-9388
 	@${REINPLACE_CMD} 's/-l-pthread/-pthread/' ${STAGEDIR}${PREFIX}/bin/mysql_config
 
-post-install-GSSAPI_NONE:
+post-install-GSSAPI_NONE-off:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so
 
 .else # targets for -server

Modified: head/databases/mariadb103-server/Makefile
==============================================================================
--- head/databases/mariadb103-server/Makefile	Thu Sep 19 05:19:44 2019	(r512308)
+++ head/databases/mariadb103-server/Makefile	Thu Sep 19 05:47:49 2019	(r512309)
@@ -212,7 +212,7 @@ post-install:
 	${RM} -r ${STAGEDIR}${DATADIR}
 	${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/server
 
-post-install-GSSAPI_NONE:
+post-install-GSSAPI_NONE-off:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so
 
 .else # ! ${PKGNAMESUFFIX:M*-client}

Modified: head/databases/mariadb104-server/Makefile
==============================================================================
--- head/databases/mariadb104-server/Makefile	Thu Sep 19 05:19:44 2019	(r512308)
+++ head/databases/mariadb104-server/Makefile	Thu Sep 19 05:47:49 2019	(r512309)
@@ -214,7 +214,7 @@ post-install:
 	${RM} -r ${STAGEDIR}${DATADIR}
 	${RM} -r ${STAGEDIR}${PREFIX}/include/mysql/server
 
-post-install-GSSAPI_NONE:
+post-install-GSSAPI_NONE-off:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/mysql/plugin/auth_gssapi_client.so
 
 .else # ! ${PKGNAMESUFFIX:M*-client}


More information about the svn-ports-all mailing list