ports/98389: [Patch] databases/mrtg-mysql-load

Thomas Abthorpe thomas at goodking.ca
Fri Jun 2 18:50:17 UTC 2006


>Number:         98389
>Category:       ports
>Synopsis:       [Patch] databases/mrtg-mysql-load
>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 Jun 02 18:50:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.1-RELEASE
>Organization:
GoodKing.Ca
>Environment:
FreeBSD goodking.goodking.ca 6.1-RELEASE-p1 FreeBSD 6.1-RELEASE-p1 #18: Wed May 31 22:39:05 EDT 2006     root at goodking.goodking.ca:/usr/obj/usr/src/sys/GKSMP  i386
>Description:
Assume maintainership of port, and update the Makefile to include USE_MYSQL=yes, in lieu of hardwiring to databases/mysql40-client. Makes the port a little more robust in nature.
>How-To-Repeat:

>Fix:
cvs diff -uN Makefile
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/mrtg-mysql-load/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    27 May 2006 01:30:15 -0000      1.4
+++ Makefile    2 Jun 2006 18:43:09 -0000
@@ -7,19 +7,20 @@

 PORTNAME=      mrtg-mysql-load
 PORTVERSION=   1.02
+PORTREVISION=  1
 CATEGORIES=    databases net-mgmt
 MASTER_SITES=  http://www.bitbybit.dk/mysql/mrtg-mysql-load/ \
                http://freebsd.unixfreunde.de/sources/

-MAINTAINER=    ports at FreeBSD.org
+MAINTAINER=    thomas at goodking.ca
 COMMENT=       A MySQL load analysis fetcher for MRTG

-RUN_DEPENDS=   mrtg:${PORTSDIR}/net-mgmt/mrtg \
-               mysqladmin:${PORTSDIR}/databases/mysql40-client
+RUN_DEPENDS=   mrtg:${PORTSDIR}/net-mgmt/mrtg

 NO_BUILD=      yes
 NO_WRKSUBDIR=  yes
 USE_PERL5_RUN= yes
+USE_MYSQL=     yes

 MAN1=          ${PORTNAME}.1

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



More information about the freebsd-ports-bugs mailing list