View | Details | Raw Unified | Return to bug 187131
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 2-7 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	mysql
4
PORTNAME=	mysql
5
PORTREVISION=	1
5
PKGNAMESUFFIX=	56-client
6
PKGNAMESUFFIX=	56-client
6
7
7
COMMENT=	Multithreaded SQL database (client)
8
COMMENT=	Multithreaded SQL database (client)
(-)files/patch-include-CMakeLists.txt (+10 lines)
Line 0 Link Here
1
--- include/CMakeLists.txt.orig	2014-01-14 23:38:00.000000000 +0800
2
+++ include/CMakeLists.txt	2014-02-28 04:51:50.269412818 +0800
3
@@ -35,6 +35,7 @@
4
 
5
 SET(HEADERS 
6
   ${HEADERS_ABI} 
7
+  hash.h
8
   my_dbug.h 
9
   m_string.h
10
   my_sys.h 
(-)pkg-plist (+1 lines)
Lines 19-24 Link Here
19
include/mysql/byte_order_generic_x86_64.h
19
include/mysql/byte_order_generic_x86_64.h
20
include/mysql/decimal.h
20
include/mysql/decimal.h
21
include/mysql/errmsg.h
21
include/mysql/errmsg.h
22
include/mysql/hash.h
22
include/mysql/keycache.h
23
include/mysql/keycache.h
23
include/mysql/little_endian.h
24
include/mysql/little_endian.h
24
include/mysql/m_ctype.h
25
include/mysql/m_ctype.h

Return to bug 187131