Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2003 14:09:28 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        nbm@FreeBSD.org
Subject:   ports/49956: fix WITH_MYSQL compilation mail/courier-imap 
Message-ID:  <20030312130928.72BFDAB8C@backup-mx.droso.dk>

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

>Number:         49956
>Category:       ports
>Synopsis:       fix WITH_MYSQL compilation mail/courier-imap
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 12 05:10:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.8-RC i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.8-RC FreeBSD 4.8-RC #15: Tue Mar 4 02:07:34 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

The WITH_MYSQL does not really compile mysql support anymore. The following
patch readds this functionality.

>How-To-Repeat:
	
>Fix:

	

--- courier-imap.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/courier-imap/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- Makefile	7 Mar 2003 06:05:49 -0000	1.44
+++ Makefile	12 Mar 2003 13:05:00 -0000
@@ -85,6 +85,9 @@
 CONFIGURE_ARGS+= --without-authmysql
 PLIST_SUB+=	MYSQLFLAG="@comment "
 .else
+CONFIGURE_ARGS+= --with-authmysql \
+		--with-mysql-libs=${LOCALBASE}/lib/mysql \
+		--with-mysql-includes=${LOCALBASE}/include/mysql
 LIB_DEPENDS+=	mysqlclient.10:${PORTSDIR}/databases/mysql323-client
 PLIST_SUB+=	MYSQLFLAG=""
 .endif
--- courier-imap.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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