ports/186116: [PATCH] databases/mysql-q4m: unbreak with Percona/MariaDB
Dima Panov
fluffy at freebsd.org
Sun Jan 26 02:50:01 UTC 2014
>Number: 186116
>Category: ports
>Synopsis: [PATCH] databases/mysql-q4m: unbreak with Percona/MariaDB
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Jan 26 02:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Dima Panov
>Release: FreeBSD 11.0-1100005-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD vm.Fluffy.Khv.RU 11.0-1100005-CURRENT FreeBSD 11.0-1100005-CURRENT #0 r261159M: Sun Jan 26 02:20:19 VLAT
>Description:
Current port depends only on original MysQL releases, and fails with Percona/MariaDB
Port maintainer (knu at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:
--- mysql56p-q4m-0.9.10_2.patch begins here ---
diff -ruN ../mysql-q4m.orig/Makefile ./Makefile
--- ../mysql-q4m.orig/Makefile 2014-01-23 21:15:01.000000000 +1100
+++ ./Makefile 2014-01-26 13:32:25.339809060 +1100
@@ -3,7 +3,7 @@
PORTNAME= q4m
PORTVERSION= 0.9.10
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://q4m.kazuhooku.com/dist/
PKGNAMEPREFIX= mysql${MYSQL_VER}-
@@ -11,8 +11,8 @@
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}/databases/${_MYSQL_SERVER}:build
+RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/${MYSQL_SERVER}
USES= gmake perl5
USE_AUTOTOOLS= libtool
--- mysql56p-q4m-0.9.10_2.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list