mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Update to 5.6.13-rc60.5
This commit is contained in:
parent
7de95c71d0
commit
518df36cb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326097
3 changed files with 14 additions and 13 deletions
|
@ -2,12 +2,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= percona
|
||||
DISTVERSION= 5.6.12-rc60.4
|
||||
DISTVERSION= 5.6.13-rc60.5
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= databases ipv6
|
||||
MASTER_SITES= http://www.percona.com/downloads/Percona-Server-5.6/LATEST/source/
|
||||
PKGNAMESUFFIX?= -server
|
||||
DISTNAME= Percona-Server-5.6.12-rc60.4
|
||||
DISTNAME= Percona-Server-5.6.13-rc60.5
|
||||
|
||||
MAINTAINER= flo@FreeBSD.org
|
||||
COMMENT?= Multithreaded SQL database (server)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Percona-Server-5.6.12-rc60.4.tar.gz) = 546d23e0f70c233ff737ace34370b8651dae33f1fb2062540a083c8773886cb7
|
||||
SIZE (Percona-Server-5.6.12-rc60.4.tar.gz) = 33285170
|
||||
SHA256 (Percona-Server-5.6.13-rc60.5.tar.gz) = 90de6997d2d20e37aa7d7e240ad310a446c5c85ae55cd4146bf6b17ffd5bb0a5
|
||||
SIZE (Percona-Server-5.6.13-rc60.5.tar.gz) = 33213326
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- libmysql/CMakeLists.txt.orig 2013-06-03 00:02:34.000000000 +0200
|
||||
+++ libmysql/CMakeLists.txt 2013-06-06 00:54:32.603753815 +0200
|
||||
@@ -173,13 +173,14 @@
|
||||
--- libmysql/CMakeLists.txt.orig 2013-08-29 06:17:11.000000000 +0200
|
||||
+++ libmysql/CMakeLists.txt 2013-08-30 13:32:02.595259466 +0200
|
||||
@@ -173,7 +173,7 @@
|
||||
ENDIF()
|
||||
|
||||
# Merge several convenience libraries into one big mysqlclient
|
||||
|
@ -9,16 +9,17 @@
|
|||
|
||||
# Visual Studio users need debug static library for debug projects
|
||||
IF(MSVC)
|
||||
INSTALL_DEBUG_TARGET(mysqlclient DESTINATION ${INSTALL_LIBDIR}/debug)
|
||||
ENDIF()
|
||||
@@ -186,6 +186,7 @@
|
||||
SET(${out_name} ${name})
|
||||
ENDMACRO()
|
||||
|
||||
+IF(FALSE)
|
||||
IF(UNIX)
|
||||
MACRO(GET_VERSIONED_LIBNAME LIBNAME EXTENSION VERSION OUTNAME)
|
||||
SET(DOT_VERSION ".${VERSION}")
|
||||
@@ -194,13 +195,15 @@
|
||||
ENDMACRO()
|
||||
INSTALL_SYMLINK(${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a mysqlclient ${INSTALL_LIBDIR} Development)
|
||||
@@ -206,13 +207,15 @@
|
||||
${lib_name} ${CMAKE_STATIC_LIBRARY_PREFIX}mysqlclient_r.a
|
||||
${INSTALL_LIBDIR} Development)
|
||||
ENDIF()
|
||||
+ENDIF()
|
||||
|
||||
|
@ -33,7 +34,7 @@
|
|||
IF(UNIX)
|
||||
# libtool compatability
|
||||
IF(CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR APPLE)
|
||||
@@ -252,3 +255,4 @@
|
||||
@@ -272,3 +275,4 @@
|
||||
ENDFOREACH()
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
|
Loading…
Add table
Reference in a new issue