ports/83373: [PATCH] databases/p5-Mysql port does not compile

Sven Berkvens-Matthijsse sven at ilse.net
Tue Apr 18 11:20:21 UTC 2006


The following reply was made to PR ports/83373; it has been noted by GNATS.

From: Sven Berkvens-Matthijsse <sven at ilse.net>
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/83373: [PATCH] databases/p5-Mysql port does not compile
Date: Tue, 18 Apr 2006 13:12:13 +0200

 The latest patch is not entirely correct. It should test:
 
 #if MYSQL_VERSION_ID < 40100
 
 instead of:
 
 #if MYSQL_VERSION_ID < 40000
 
 to function correctly with all versions of MySQL.
 
 Thanks to Igor Karanevich <devdetonator at gmail.com> for pointing this
 out to me.
 
 -- 
 Sven



More information about the freebsd-ports-bugs mailing list