pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases
Module Name: pkgsrc
Committed By: abs
Date: Tue Apr 30 14:09:52 UTC 2019
Modified Files:
pkgsrc/databases/mysql51-client: Makefile.common
pkgsrc/databases/mysql55-client: Makefile.common
pkgsrc/databases/mysql56-client: Makefile.common
Log Message:
Add USE_GCC_RUNTIME to mysql{51,55,56}
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/databases/mysql51-client/Makefile.common
cvs rdiff -u -r1.64 -r1.65 pkgsrc/databases/mysql55-client/Makefile.common
cvs rdiff -u -r1.49 -r1.50 pkgsrc/databases/mysql56-client/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/mysql51-client/Makefile.common
diff -u pkgsrc/databases/mysql51-client/Makefile.common:1.37 pkgsrc/databases/mysql51-client/Makefile.common:1.38
--- pkgsrc/databases/mysql51-client/Makefile.common:1.37 Thu Feb 1 23:14:55 2018
+++ pkgsrc/databases/mysql51-client/Makefile.common Tue Apr 30 14:09:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2018/02/01 23:14:55 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.38 2019/04/30 14:09:52 abs Exp $
#
# used by databases/mysql51-client/Makefile
# used by databases/mysql51-server/Makefile
@@ -13,6 +13,7 @@ LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+USE_GCC_RUNTIME= yes
.include "../../mk/bsd.prefs.mk"
.include "options.mk"
Index: pkgsrc/databases/mysql55-client/Makefile.common
diff -u pkgsrc/databases/mysql55-client/Makefile.common:1.64 pkgsrc/databases/mysql55-client/Makefile.common:1.65
--- pkgsrc/databases/mysql55-client/Makefile.common:1.64 Thu Nov 22 11:27:11 2018
+++ pkgsrc/databases/mysql55-client/Makefile.common Tue Apr 30 14:09:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.64 2018/11/22 11:27:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.65 2019/04/30 14:09:52 abs Exp $
#
# used by databases/mysql55-client/Makefile
# used by databases/mysql55-server/Makefile
@@ -17,6 +17,7 @@ PATCHDIR?= ${.CURDIR}/../../databases/my
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= bash gmake perl:run
+USE_GCC_RUNTIME= yes
.include "../../mk/bsd.prefs.mk"
Index: pkgsrc/databases/mysql56-client/Makefile.common
diff -u pkgsrc/databases/mysql56-client/Makefile.common:1.49 pkgsrc/databases/mysql56-client/Makefile.common:1.50
--- pkgsrc/databases/mysql56-client/Makefile.common:1.49 Thu Apr 25 08:53:43 2019
+++ pkgsrc/databases/mysql56-client/Makefile.common Tue Apr 30 14:09:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2019/04/25 08:53:43 adam Exp $
+# $NetBSD: Makefile.common,v 1.50 2019/04/30 14:09:52 abs Exp $
#
# used by databases/mysql56-client/Makefile
# used by databases/mysql56-server/Makefile
@@ -17,6 +17,7 @@ PATCHDIR?= ${.CURDIR}/../../databases/my
USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= bash gmake perl:run
+USE_GCC_RUNTIME= yes
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index