Date: 12 Feb 2004 23:08:40 -0000 From: Brian Reichert <reichert@numachi.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62756: [patch] ezmlm-idx port for MySQL 4.x Message-ID: <20040212230840.53313.qmail@natto.numachi.com> Resent-Message-ID: <200402122310.i1CNALuP030181@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040212230840.53313.qmail>