Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 2006 18:45:59 GMT
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/98389: [Patch] databases/mrtg-mysql-load
Message-ID:  <200606021845.k52IjxZT063194@www.freebsd.org>
Resent-Message-ID: <200606021850.k52IoGMw055459@freefall.freebsd.org>

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

>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@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@FreeBSD.org
+MAINTAINER=    thomas@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:



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