Date: Thu, 12 Aug 2004 11:07:00 +0800 (CST) From: Cheng-Lung Sung <clsung@dragon2.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: ports/70340: [PATCH] databases/p5-DBD-mysql: remove files/patch-mysql.xs Message-ID: <20040812030700.C00A1153D3@mail.dragon2.net> Resent-Message-ID: <200408120310.i7C3A3q6031162@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70340 >Category: ports >Synopsis: [PATCH] databases/p5-DBD-mysql: remove files/patch-mysql.xs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 12 03:10:03 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #3: Tue Aug 10 17:43:32 CST 2004 >Description: That patch is include in original mysql.xs. This pr should closed when ports/70321 is closed(committed). Removed file(s): - files/patch-mysql.xs Port maintainer (skv@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-DBD-mysql-2.9004.patch begins here --- diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-mysql/files/patch-mysql.xs /home/clsung/p5-DBD-mysql/files/patch-mysql.xs --- /usr/ports/databases/p5-DBD-mysql/files/patch-mysql.xs Mon Jul 5 18:08:37 2004 +++ /home/clsung/p5-DBD-mysql/files/patch-mysql.xs Thu Jan 1 08:00:00 1970 @@ -1,14 +0,0 @@ ---- mysql.xs.orig Fri Oct 17 19:20:50 2003 -+++ mysql.xs Tue Jun 29 05:03:15 2004 -@@ -97,7 +97,11 @@ - } - - if (strEQ(command, "shutdown")) { -+#if MYSQL_VERSION_ID < 40103 - result = mysql_shutdown(sock); -+#else -+ result = mysql_shutdown(sock, SHUTDOWN_DEFAULT); -+#endif - } else if (strEQ(command, "reload")) { - result = mysql_reload(sock); - } else if (strEQ(command, "createdb")) { --- p5-DBD-mysql-2.9004.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040812030700.C00A1153D3>