ports/70329: [PATCH] databases/p5-DBD-mysql: Remove patch-mysql.xs because it´s on source code

Renato Botelho rbgarga at gmail.com
Wed Aug 11 22:30:26 UTC 2004


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list