Date: 11 Aug 2004 19:29:39 -0300 From: Renato Botelho <rbgarga@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: skv@FreeBSD.org Subject: =?iso-8859-1?q?ports/70329=3A_=5BPATCH=5D_da?= =?iso-8859-1?q?tabases/p5-DBD-mysql=3A_Re?= =?iso-8859-1?q?move_patch-mysql=2Exs_because_it=B4s_on_source_code?= Message-ID: <20040811222939.95550.qmail@netuno.brainsoft.com.br> Resent-Message-ID: <200408112230.i7BMUPHX084226@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70329 >Category: ports >Synopsis: [PATCH] databases/p5-DBD-mysql: Remove patch-mysql.xs because itīs on source code >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: Wed Aug 11 22:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD netuno.brainsoft.com.br 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #7: Wed May 26 13:18:28 BRT 2004 >Description: Remove patch-mysql.xs because itīs on source code 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.orig/Makefile /usr/ports/databases/p5-DBD-mysql/Makefile --- /usr/ports/databases/p5-DBD-mysql.orig/Makefile Wed Aug 11 12:35:32 2004 +++ /usr/ports/databases/p5-DBD-mysql/Makefile Wed Aug 11 19:26:22 2004 @@ -15,7 +15,7 @@ MAINTAINER= skv@FreeBSD.org COMMENT?= MySQL driver for the Perl5 Database Interface (DBI) -CONFLICTS?= p5-Mysql-modules-* p5-DBD-mysql4[0-9]-* p5-DBD-mysql5[0-9]-* +CONFLICTS?= p5-Mysql-modules-[0-9]* p5-DBD-mysql4[0-9]-[0-9]* p5-DBD-mysql5[0-9]-[0-9]* USE_MYSQL= yes diff -ruN --exclude=CVS /usr/ports/databases/p5-DBD-mysql.orig/files/patch-mysql.xs /usr/ports/databases/p5-DBD-mysql/files/patch-mysql.xs --- /usr/ports/databases/p5-DBD-mysql.orig/files/patch-mysql.xs Mon Jul 5 07:08:37 2004 +++ /usr/ports/databases/p5-DBD-mysql/files/patch-mysql.xs Wed Dec 31 21:00:00 1969 @@ -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?20040811222939.95550.qmail>