svn commit: r341536 - head/databases/mysql-q4m

Akinori MUSHA knu at FreeBSD.org
Tue Jan 28 11:56:49 UTC 2014


Author: knu
Date: Tue Jan 28 11:56:48 2014
New Revision: 341536
URL: http://svnweb.freebsd.org/changeset/ports/341536
QAT: https://qat.redports.org/buildarchive/r341536/

Log:
  Make use of ${_MYSQL_SERVER} to support Percona/MariaDB along with MySQL.
  
  PR:		ports/186116
  Submitted by:	fluffy

Modified:
  head/databases/mysql-q4m/Makefile

Modified: head/databases/mysql-q4m/Makefile
==============================================================================
--- head/databases/mysql-q4m/Makefile	Tue Jan 28 11:51:32 2014	(r341535)
+++ head/databases/mysql-q4m/Makefile	Tue Jan 28 11:56:48 2014	(r341536)
@@ -11,8 +11,8 @@ PKGNAMEPREFIX=	mysql${MYSQL_VER}-
 MAINTAINER=	knu at FreeBSD.org
 COMMENT=	A message queue that works as a pluggable storage engine of MySQL
 
-FETCH_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/databases/mysql${MYSQL_VER}-server:build
-RUN_DEPENDS=	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
+FETCH_DEPENDS+=	${NONEXISTENT}:${PORTSDIR}/${_MYSQL_SERVER}:build
+RUN_DEPENDS=	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/${_MYSQL_SERVER}
 
 USES=		gmake perl5
 USE_AUTOTOOLS=	libtool


More information about the svn-ports-all mailing list