svn commit: r480390 - head/databases/mariadb100-server

Dag-Erling Smørgrav des at FreeBSD.org
Sat Sep 22 15:05:06 UTC 2018


Author: des
Date: Sat Sep 22 15:05:05 2018
New Revision: 480390
URL: https://svnweb.freebsd.org/changeset/ports/480390

Log:
  Fix up the mysql_config script after running configure.
  
  PR:		230839
  Submitted by:	wolfgang at lyxys.ka.sub.org
  MFH:		2018Q3

Modified:
  head/databases/mariadb100-server/Makefile

Modified: head/databases/mariadb100-server/Makefile
==============================================================================
--- head/databases/mariadb100-server/Makefile	Sat Sep 22 14:40:13 2018	(r480389)
+++ head/databases/mariadb100-server/Makefile	Sat Sep 22 15:05:05 2018	(r480390)
@@ -2,7 +2,7 @@
 
 PORTNAME?=	mariadb
 PORTVERSION=	10.0.36
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	databases ipv6
 MASTER_SITES=	http://ftp.osuosl.org/pub/${SITESDIR}/ \
 		http://mirrors.supportex.net/${SITESDIR}/ \
@@ -176,6 +176,11 @@ post-patch:
 		${WRKSRC}/cmake/os/DragonFly.cmake
 	${MV} ${WRKSRC}/storage/tokudb ${WRKSRC}/skip-tokudb
 .endif
+
+# This file is being generated incorrectly for unknown reasons.
+# See https://bugs.freebsd.org/230839 for details.
+post-configure:
+	${REINPLACE_CMD} -e 's|-l-pthread|-pthread|g' ${WRKSRC}/scripts/mysql_config
 
 post-configure-MROONGA-on:
 	${REINPLACE_CMD} 's|-llz4|-L${LOCALBASE}/lib -llz4|' \


More information about the svn-ports-head mailing list