Bug 186116 - [PATCH] databases/mysql-q4m: unbreak with Percona/MariaDB
Summary: [PATCH] databases/mysql-q4m: unbreak with Percona/MariaDB
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Akinori MUSHA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-26 02:50 UTC by Dima Panov
Modified: 2014-02-03 12:14 UTC (History)
1 user (show)

See Also:


Attachments
mysql56p-q4m-0.9.10_2.patch (859 bytes, patch)
2014-01-26 02:50 UTC, Dima Panov
no flags Details | Diff
mysql-q4m.diff (816 bytes, patch)
2014-01-26 04:32 UTC, Dima Panov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dima Panov freebsd_committer freebsd_triage 2014-01-26 02:50:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-26 02:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->knu

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Dima Panov freebsd_committer freebsd_triage 2014-01-26 04:32:32 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

26.01.14, 13:50, FreeBSD-gnats-submit@FreeBSD.org ïèøåò:
> Thank you very much for your problem report. It has the internal identification `ports/186116'. The individual assigned to look at your report is: freebsd-ports-bugs.
> 
> 
> You can access the state of your problem report at any time via this link:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=186116
> 
>> Category:       ports Responsible:    freebsd-ports-bugs Synopsis:       [PATCH] databases/mysql-q4m: unbreak with Percona/MariaDB Arrival-Date:   Sun Jan 26 
>> 02:50:00 UTC 2014

Updated patch

Index: Makefile
===================================================================
- --- Makefile	(revision 341153)
+++ Makefile	(working copy)
@@ -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}/${_MYSQL_SERVER}:build
+RUN_DEPENDS=	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/${MYSQL_SERVER}

 USES=		gmake perl5
 USE_AUTOTOOLS=	libtool


- -- 
Dima Panov (fluffy@FreeBSD.org)
(KDE, Office)@FreeBSD team

Facebook: http://www.facebook.com/fluffy.khv
IRC: fluffy@EFNet, fluffykhv@FreeNode
twitter: fluffy_khv | skype: dima.panov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.20 (Darwin)
Comment: GPGTools - http://gpgtools.org

iQIcBAEBAgAGBQJS5I/dAAoJEPuLoJ3VOY8pHt4QAOvNYpuqSdlAr7mZjq6ly9jk
zKYBNDdyzTgB79U4shrhY+dzKmUWiGQ11qc/caXEHb1IvYVxP3hOR9K0ZtqFv99D
lYEgwki35qmYUN8PnSocTze/y9gwGh/p3maIlYCkHBAwoxus0DxXiTFFIPNYAN8f
/HEtYkaWdF9O60hweS1maFz0Rxl/NAULqZghs3NP0DJF9D3rdl23uCSSLzwcFwng
fYzwGkuymSHonmP7MHtknX7CsEz+pVr1A3ahKcPVfkqpkKHUH4P2bLdweCmOOyDI
DsaFHybqbQWI9gLfpGidFJo+oe5pb1JGGkPlNXwVioEE+A5CLZ/tLnb1rgFhGZAz
DGc7aotRmGWHocjli92NbJg3SyaC6gubc43nc4lsLyb+Et1IwcWmYbhNS/2TyYbT
3jSMkTYXLhgOcsD/457yOdGFfCJY/ZOT1v3S5DciV9u5gijCvpzihEZaDa/dnN9W
H0M/whxLLAGj+rvIYnle6P7tNaToo4OsWNRrHhkV/ceynrrBXzmcr/0Bj3YeOcw5
nP2v8NZwin0TcqxC3yYcCQG6z/uDotfFYByCZa/cbHlrGjkYFXT31fslTVfjgoFN
1KsSjDeqx/x26oFdY0/XYx4rYDG2TzU/JpxMwHI/O4h8hoG75Ppal0w1LPRidsQG
fQ0qh4vYVxiaetO9YQXW
=a/Zv
-----END PGP SIGNATURE-----
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-28 11:56:55 UTC
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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Akinori MUSHA freebsd_committer freebsd_triage 2014-02-03 12:14:30 UTC
State Changed
From-To: open->closed

Fix committed, thanks.