Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Sep 2018 15:05:05 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480390 - head/databases/mariadb100-server
Message-ID:  <201809221505.w8MF558K058662@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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|' \



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