Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2006 11:19:15 GMT
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92417: net/cactid: add an oficial patch
Message-ID:  <200601271119.k0RBJFJA005778@freefall.freebsd.org>
Resent-Message-ID: <200601271120.k0RBK3iJ005821@freefall.freebsd.org>

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

>Number:         92417
>Category:       ports
>Synopsis:       net/cactid: add an oficial patch
>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 Jan 27 11:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Matveychuk
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Dec 10 03:18:20 UTC 2005 kensmith@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386


	
>Description:
	
	Add an oficial patch to net/cactid port.
>How-To-Repeat:
	
>Fix:

	

--- cactid.patch begins here ---
Index: Makefile
===================================================================
RCS file: /usr/pcvs/ports/net/cactid/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	15 Jan 2006 13:51:33 -0000	1.10
+++ Makefile	27 Jan 2006 11:13:03 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	cactid
 PORTVERSION=	0.8.6.g
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.cacti.net/downloads/cactid/
 DISTNAME=	cacti-${PORTNAME}-0.8.6g
@@ -16,6 +17,11 @@
 
 LIB_DEPENDS=	netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
 
+# Vendor's patches
+PATCH_SITES=	http://www.cacti.net/downloads/cactid/patches/0.8.6g/
+PATCH_DIST_STRIP=-p1
+PATCHFILES=	mysql_max_packet_size.patch
+
 GNU_CONFIGURE=	YES
 CONFIGURE_ARGS+=--with-mysql=${LOCALBASE} --with-snmp=${LOCALBASE}
 USE_MYSQL=	YES
Index: distinfo
===================================================================
RCS file: /usr/pcvs/ports/net/cactid/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	15 Jan 2006 13:51:33 -0000	1.5
+++ distinfo	27 Jan 2006 11:12:08 -0000
@@ -1,3 +1,6 @@
 MD5 (cacti-cactid-0.8.6g.tar.gz) = 8cd35272d86dc112ba1e82393d9f07c3
 SHA256 (cacti-cactid-0.8.6g.tar.gz) = 823d77fac9c7fd34d07004c7980bd621daaa1230c2e9c91fd9405a5bd05bfd80
 SIZE (cacti-cactid-0.8.6g.tar.gz) = 148921
+MD5 (mysql_max_packet_size.patch) = 1e2782e01d7d8d170ad22e0fe8763b23
+SHA256 (mysql_max_packet_size.patch) = 4429c29a011cc2139fb6bfb15c71d76e7e9b5772ef75ea31389cc705d72b0edd
+SIZE (mysql_max_packet_size.patch) = 3257
--- cactid.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?200601271119.k0RBJFJA005778>