From reichert@natto.numachi.com  Thu Feb 12 15:08:43 2004
Return-Path: <reichert@natto.numachi.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A972916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 15:08:43 -0800 (PST)
Received: from mail.numachi.com (meisai.numachi.com [198.175.254.6])
	by mx1.FreeBSD.org (Postfix) with SMTP id 530E243D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Feb 2004 15:08:42 -0800 (PST)
	(envelope-from reichert@natto.numachi.com)
Received: (qmail 82226 invoked from network); 12 Feb 2004 23:08:40 -0000
Received: from natto.numachi.com (198.175.254.216)
  by meisai.numachi.com with SMTP; 12 Feb 2004 23:08:40 -0000
Received: (qmail 53314 invoked by uid 1001); 12 Feb 2004 23:08:40 -0000
Message-Id: <20040212230840.53313.qmail@natto.numachi.com>
Date: 12 Feb 2004 23:08:40 -0000
From: Brian Reichert <reichert@numachi.com>
Reply-To: Brian Reichert <reichert@numachi.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] ezmlm-idx port for MySQL 4.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         62756
>Category:       ports
>Synopsis:       [patch] ezmlm-idx port for MySQL 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 12 15:10:21 PST 2004
>Closed-Date:    Thu Feb 12 15:23:35 PST 2004
>Last-Modified:  Thu Feb 12 15:23:35 PST 2004
>Originator:     Brian Reichert
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
Numachi
>Environment:
System: FreeBSD natto.numachi.com 4.9-RELEASE FreeBSD 4.9-RELEASE #1: Thu Jan 8 17:19:13 EST 2004 reichert@natto.numachi.com:/usr/src/sys/compile/DESKTOP+SMP i386


>Description:

  This is a simple patch to allow the ezmlm-idx port build against
  MySQL 4.1 instead of MySQL 3.23.

  I apologize if this patch doesn't utilize the proper technique
  for this sort of change...

  This is to the Makefile:

# $FreeBSD: ports/mail/ezmlm-idx/Makefile,v 1.26 2003/10/24 14:56:39 sergei Exp $

>How-To-Repeat:
>Fix:

--- Makefile    Thu Feb 12 17:54:29 2004
+++ Makefile.orig       Thu Feb 12 17:54:20 2004
@@ -36,5 +36,5 @@
 .if defined(WITH_MYSQL)
 ALL_TARGET=    mysql it ${LANGUAGE}
-LIB_DEPENDS+=  mysqlclient.14:${PORTSDIR}/databases/mysql41-client
+LIB_DEPENDS+=  mysqlclient.10:${PORTSDIR}/databases/mysql323-client
 EXTRACT_INCLUDE+=      -I${LOCALBASE}/include/mysql
 EXTRACT_LIB+=  -L${LOCALBASE}/lib/mysql -lmysqlclient -lm
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: ale 
Responsible-Changed-When: Thu Feb 12 15:17:28 PST 2004 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62756 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Thu Feb 12 15:23:10 PST 2004 
State-Changed-Why:  
The correct patch has been applied, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62756 
>Unformatted:
