Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jan 2014 13:36:50 +1100 (VLAT)
From:      Dima Panov <fluffy@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186116: [PATCH] databases/mysql-q4m: unbreak with Percona/MariaDB
Message-ID:  <201401260236.s0Q2aoQC007277@vm.Fluffy.Khv.RU>
Resent-Message-ID: <201401260250.s0Q2o0fQ024451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



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