Index: percona55-client/Makefile =================================================================== --- percona55-client/Makefile (revision 325259) +++ percona55-client/Makefile (working copy) @@ -11,8 +11,6 @@ PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -LATEST_LINK= percona55-client - CONFLICTS_INSTALL= mysql-client-[345].* mariadb-client-5.* percona-client-5.[0-46-9].* CMAKE_ARGS+= -DWITHOUT_SERVER=1 Index: percona55-server/Makefile =================================================================== --- percona55-server/Makefile (revision 325259) +++ percona55-server/Makefile (working copy) @@ -2,12 +2,12 @@ PORTNAME?= percona PORTVERSION= 5.5.32.31.0 -DISTNAME= Percona-Server-5.5.32-rel31.0 PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.5/${DISTNAME:S/rel//}/source/ MASTER_SITE_SUBDIR= MySQL-5.5 PKGNAMESUFFIX?= -server +DISTNAME= Percona-Server-5.5.32-rel31.0 MAINTAINER= flo@FreeBSD.org COMMENT?= Multithreaded SQL database (server) @@ -60,8 +60,6 @@ USE_MYSQL= yes WANT_MYSQL_VER= 55p -LATEST_LINK= percona55-server - CONFLICTS_INSTALL= mysql-server-[345].* percona-server-5.[0-46-9].* mariadb-server-[0-9].* USE_RC_SUBR= mysql-server Index: percona56-client/Makefile =================================================================== --- percona56-client/Makefile (revision 325259) +++ percona56-client/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= percona -PKGNAMESUFFIX= -client +PKGNAMESUFFIX= 56-client COMMENT= Multithreaded SQL database (client) @@ -12,8 +12,6 @@ PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -LATEST_LINK= percona56-client - CONFLICTS_INSTALL= mysql-client-[345].* mariadb-client-5.* percona-client-5.[0-57-9].* CMAKE_ARGS+= -DWITHOUT_SERVER=1 Index: percona56-server/Makefile =================================================================== --- percona56-server/Makefile (revision 325259) +++ percona56-server/Makefile (working copy) @@ -6,7 +6,7 @@ PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.6/LATEST/source/ -PKGNAMESUFFIX?= -server +PKGNAMESUFFIX?= 56-server DISTNAME= Percona-Server-5.6.12-rc60.4 MAINTAINER= flo@FreeBSD.org @@ -59,8 +59,6 @@ USE_MYSQL= yes WANT_MYSQL_VER= 56p -LATEST_LINK= percona56-server - CONFLICTS_INSTALL= mysql-server-[345].* percona-server-5.[0-57-9].* mariadb-server-[0-9].* USE_RC_SUBR= mysql-server Index: percona56-server/files/patch-sql_item_func.cc =================================================================== --- percona56-server/files/patch-sql_item_func.cc (revision 0) +++ percona56-server/files/patch-sql_item_func.cc (working copy) @@ -0,0 +1,11 @@ +--- ./sql/item_func.cc.orig 2013-08-19 16:44:21.000000000 -0400 ++++ ./sql/item_func.cc 2013-08-19 16:44:33.000000000 -0400 +@@ -2341,7 +2341,7 @@ + + if (dec_negative && my_isinf(tmp)) + tmp2= 0.0; +- else if (!dec_negative && my_isinf(value_mul_tmp)) ++ else if (!dec_negative && my_isinf((double)value_mul_tmp)) + tmp2= value; + else if (truncate) + { Property changes on: percona56-server/files/patch-sql_item_func.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property