Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Jul 2013 08:33:38 +0200
From:      Alex Samorukov <samm@os2.kiev.ua>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        aleksandr.kuzminsky@percona.com
Subject:   ports/180290: [PATCH] databases/xtrabackup: add p5-DBD-mysql dependency
Message-ID:  <E1UuzaM-0002tl-Ce@os2.ru>
Resent-Message-ID: <201307050740.r657e0a3098696@freefall.freebsd.org>

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

>Number:         180290
>Category:       ports
>Synopsis:       [PATCH] databases/xtrabackup: add p5-DBD-mysql dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 05 07:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alex Samorukov
>Release:        FreeBSD 9.1-PRERELEASE amd64
>Organization:
NetArt Group
>Environment:
System: FreeBSD bsd.home 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #11 r244411: Wed Dec 19 01:24:50 CET
>Description:
Perl script using p5-DBD-mysql to connect to MySQL, so adding it as run 
dependency

Port maintainer (aleksandr.kuzminsky@percona.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- xtrabackup-2.1.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/xtrabackup/Makefile /root/tmp/xtrabackup/Makefile
--- /usr/ports/databases/xtrabackup/Makefile	2013-07-04 19:57:17.000000000 +0200
+++ /root/tmp/xtrabackup/Makefile	2013-07-05 08:29:54.548369348 +0200
@@ -27,6 +27,7 @@
 		bison:${PORTSDIR}/devel/bison
 LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt \
 		gpg-error:${PORTSDIR}/security/libgpg-error
+RUN_DEPENDS=	p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
 
 # autotool is in use for 5.1 builds
 MAKE_JOBS_SAFE=	yes
--- xtrabackup-2.1.3.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?E1UuzaM-0002tl-Ce>