ports/62756: [patch] ezmlm-idx port for MySQL 4.x

Brian Reichert reichert at numachi.com
Thu Feb 12 23:10:22 UTC 2004


>Number:         62756
>Category:       ports
>Synopsis:       [patch] ezmlm-idx port for MySQL 4.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 12 15:10:21 PST 2004
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list