Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2019 06:57:20 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513872 - head/databases/mariadb55-server
Message-ID:  <201910060657.x966vK3P042350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Oct  6 06:57:20 2019
New Revision: 513872
URL: https://svnweb.freebsd.org/changeset/ports/513872

Log:
  databases/mariadb55-server: Spell USE_LDCONFIG+= correctly

Modified:
  head/databases/mariadb55-server/Makefile

Modified: head/databases/mariadb55-server/Makefile
==============================================================================
--- head/databases/mariadb55-server/Makefile	Sun Oct  6 06:47:52 2019	(r513871)
+++ head/databases/mariadb55-server/Makefile	Sun Oct  6 06:57:20 2019	(r513872)
@@ -2,7 +2,7 @@
 
 PORTNAME?=	mariadb
 PORTVERSION=	5.5.65
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES=	databases ipv6
 MASTER_SITES=	http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
 		http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/source/ \
@@ -66,7 +66,7 @@ FASTMTX_CMAKE_ON=	-DWITH_FAST_MUTEXES=1
 .if !defined(CLIENT_ONLY)
 # MySQL-Server part
 USES+=		mysql:55m
-USE_LDCONFIG|=	${PREFIX}/lib/mysql/plugin
+USE_LDCONFIG+=	${PREFIX}/lib/mysql/plugin
 
 CONFLICTS_INSTALL=	mariadb5[0-46-9]-server-* \
 			mariadb1*-server-* \



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