ports/172668: [PATCH] databases/mtop: Patch for MySQL version detection

Joe Horn joehorn at gmail.com
Sat Oct 13 19:20:01 UTC 2012


>Number:         172668
>Category:       ports
>Synopsis:       [PATCH] databases/mtop: Patch for MySQL version detection
>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:   Sat Oct 13 19:20:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Joe Horn
>Release:        FreeBSD 9.0-RELEASE-p3 amd64
>Organization:
Taiwanese User
>Environment:
System: FreeBSD joehorn.idv.tw 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #4: Mon Jun 25 11:48:59 CST 2012
>Description:
- Patch for MySQL version detection

Port maintainer (tut at nhamon.com.ua) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- mtop-0.6.6_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/databases/mtop/Makefile ./Makefile
--- /usr/ports/databases/mtop/Makefile	2012-10-14 02:50:09.000000000 +0800
+++ ./Makefile	2012-10-14 03:10:53.000000000 +0800
@@ -16,10 +16,11 @@
 COMMENT=	MySQL Monitoring Tool
 
 BUILD_DEPENDS=	p5-Curses>=0:${PORTSDIR}/devel/p5-Curses \
-		p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
+		p5-DBD-mysql${MYSQL_VER}>=0:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER} \
 		p5-Net>=0:${PORTSDIR}/net/p5-Net
 
 PERL_CONFIGURE=	yes
+USE_MYSQL=	yes
 
 MAN1=	mkill.1 mtop.1
 
--- mtop-0.6.6_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list