Tue Apr 30 13:18:46 2019 UTC ()
Set USE_GCC_RUNTIME as uses libatomic.so (server too)


(abs)
diff -r1.16 -r1.17 pkgsrc/databases/mysql57-client/Makefile.common

cvs diff -r1.16 -r1.17 pkgsrc/databases/mysql57-client/Makefile.common (expand / switch to unified diff)

--- pkgsrc/databases/mysql57-client/Makefile.common 2019/04/25 10:13:04 1.16
+++ pkgsrc/databases/mysql57-client/Makefile.common 2019/04/30 13:18:46 1.17
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile.common,v 1.16 2019/04/25 10:13:04 adam Exp $ 1# $NetBSD: Makefile.common,v 1.17 2019/04/30 13:18:46 abs Exp $
2# 2#
3# used by databases/mysql57-client/Makefile 3# used by databases/mysql57-client/Makefile
4# used by databases/mysql57-server/Makefile 4# used by databases/mysql57-server/Makefile
5 5
6DISTNAME= mysql-5.7.26 6DISTNAME= mysql-5.7.26
7CATEGORIES= databases 7CATEGORIES= databases
8MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.7/} 8MASTER_SITES= ${MASTER_SITE_MYSQL:=MySQL-5.7/}
9 9
10MAINTAINER?= pkgsrc-users@NetBSD.org 10MAINTAINER?= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://www.mysql.com/ 11HOMEPAGE= https://www.mysql.com/
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14DISTINFO_FILE?= ${.CURDIR}/../../databases/mysql57-client/distinfo 14DISTINFO_FILE?= ${.CURDIR}/../../databases/mysql57-client/distinfo
15PATCHDIR?= ${.CURDIR}/../../databases/mysql57-client/patches 15PATCHDIR?= ${.CURDIR}/../../databases/mysql57-client/patches
16 16
17USE_CMAKE= yes 17USE_CMAKE= yes
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
19USE_TOOLS+= bash bison gmake perl:run 19USE_TOOLS+= bash bison gmake perl:run
 20USE_GCC_RUNTIME= yes
20 21
21.include "../../mk/bsd.prefs.mk" 22.include "../../mk/bsd.prefs.mk"
22 23
23.include "options.mk" 24.include "options.mk"
24 25
25# MYSQL_USER username of the database administrator 26# MYSQL_USER username of the database administrator
26# MYSQL_GROUP group of the database administrator 27# MYSQL_GROUP group of the database administrator
27# MYSQL_DATADIR home directory (location of the databases) 28# MYSQL_DATADIR home directory (location of the databases)
28# MYSQL_PIDFILE process ID file 29# MYSQL_PIDFILE process ID file
29# MYSQL_CHARSET default character set 30# MYSQL_CHARSET default character set
30# MYSQL_EXTRA_CHARSET additional character set to be compiled in 31# MYSQL_EXTRA_CHARSET additional character set to be compiled in
31MYSQL_USER?= mysql 32MYSQL_USER?= mysql
32MYSQL_GROUP?= mysql 33MYSQL_GROUP?= mysql