Date: Fri, 5 Mar 2004 17:00:41 -0800 (PST) From: Sergey Matveychuk <sem@ciam.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/63821: [ORPHANED] databases/dbconnect: update to 0.3.4 Message-ID: <200403060100.i2610f5Z034871@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/63821; it has been noted by GNATS. From: Sergey Matveychuk <sem@ciam.ru> To: freebsd-gnats-submit@FreeBSD.org, sem@ciam.ru Cc: Subject: Re: ports/63821: [ORPHANED] databases/dbconnect: update to 0.3.4 Date: Sat, 06 Mar 2004 03:51:23 +0300 This is a multi-part message in MIME format. --------------040504030005040702010801 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit please add these two files in files/ to fix build on 4.x --- Sem. --------------040504030005040702010801 Content-Type: text/plain; name="patch-src::driver_mysql::mysqlBindParam.cpp" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-src::driver_mysql::mysqlBindParam.cpp" --- src/driver_mysql/mysqlBindParam.cpp.orig Sat Mar 6 03:45:41 2004 +++ src/driver_mysql/mysqlBindParam.cpp Sat Mar 6 03:45:59 2004 @@ -18,7 +18,7 @@ * */ - +#include <stdio.h> #include "mysqlBindParam.h" #include "dbconnectTypes.h" --------------040504030005040702010801 Content-Type: text/plain; name="patch-src::driver_pgsql-7::pgsqlBindParam.cpp" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-src::driver_pgsql-7::pgsqlBindParam.cpp" --- src/driver_pgsql-7/pgsqlBindParam.cpp.orig Sat Mar 6 03:47:23 2004 +++ src/driver_pgsql-7/pgsqlBindParam.cpp Sat Mar 6 03:47:41 2004 @@ -18,7 +18,7 @@ * */ - +#include <stdio.h> #include "pgsqlBindParam.h" #include "dbconnectTypes.h" --------------040504030005040702010801--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403060100.i2610f5Z034871>