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:   jperkin
Date:           Fri May  5 16:22:29 UTC 2017

Modified Files:
        pkgsrc/databases/mysql-cluster: Makefile.common
        pkgsrc/databases/mysql51-client: Makefile.common
        pkgsrc/databases/mysql55-client: Makefile.common
        pkgsrc/databases/mysql56-client: Makefile.common
        pkgsrc/databases/mysql57-client: Makefile.common

Log Message:
The mysql client links against libcurses, ensure we pull in the bl3 so
that user preferences are respected.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/mysql-cluster/Makefile.common
cvs rdiff -u -r1.34 -r1.35 pkgsrc/databases/mysql51-client/Makefile.common
cvs rdiff -u -r1.58 -r1.59 pkgsrc/databases/mysql55-client/Makefile.common
cvs rdiff -u -r1.39 -r1.40 pkgsrc/databases/mysql56-client/Makefile.common
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/mysql57-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/mysql-cluster/Makefile.common
diff -u pkgsrc/databases/mysql-cluster/Makefile.common:1.11 pkgsrc/databases/mysql-cluster/Makefile.common:1.12
--- pkgsrc/databases/mysql-cluster/Makefile.common:1.11 Thu Sep 15 06:05:08 2016
+++ pkgsrc/databases/mysql-cluster/Makefile.common      Fri May  5 16:22:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2016/09/15 06:05:08 jnemeth Exp $
+# $NetBSD: Makefile.common,v 1.12 2017/05/05 16:22:28 jperkin Exp $
 #
 # used by databases/mysql-cluster/Makefile
 
@@ -128,5 +128,6 @@ SOEXT="so"
 
 CMAKE_ARGS+=   -DWITH_EDITLINE=bundled
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/databases/mysql51-client/Makefile.common
diff -u pkgsrc/databases/mysql51-client/Makefile.common:1.34 pkgsrc/databases/mysql51-client/Makefile.common:1.35
--- pkgsrc/databases/mysql51-client/Makefile.common:1.34        Thu Apr 13 13:44:49 2017
+++ pkgsrc/databases/mysql51-client/Makefile.common     Fri May  5 16:22:28 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2017/04/13 13:44:49 mef Exp $
+# $NetBSD: Makefile.common,v 1.35 2017/05/05 16:22:28 jperkin Exp $
 #
 # used by databases/mysql51-client/Makefile
 # used by databases/mysql51-server/Makefile
@@ -138,4 +138,5 @@ pre-configure:
        ${RM} -f ${WRKSRC}/configure~
        cd ${WRKSRC} && autoconf && autoheader
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/databases/mysql55-client/Makefile.common
diff -u pkgsrc/databases/mysql55-client/Makefile.common:1.58 pkgsrc/databases/mysql55-client/Makefile.common:1.59
--- pkgsrc/databases/mysql55-client/Makefile.common:1.58        Wed May  3 12:37:01 2017
+++ pkgsrc/databases/mysql55-client/Makefile.common     Fri May  5 16:22:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.58 2017/05/03 12:37:01 mef Exp $
+# $NetBSD: Makefile.common,v 1.59 2017/05/05 16:22:29 jperkin Exp $
 #
 # used by databases/mysql55-client/Makefile
 # used by databases/mysql55-server/Makefile
@@ -131,6 +131,7 @@ CMAKE_ARGS+=        -DREADLINE_FOUND=system
 .endif
 CMAKE_ARGS+=   -DREADLINE_INCLUDE_DIR=${BUILDLINK_PREFIX.editlinereadline}/include/readline
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 

Index: pkgsrc/databases/mysql56-client/Makefile.common
diff -u pkgsrc/databases/mysql56-client/Makefile.common:1.39 pkgsrc/databases/mysql56-client/Makefile.common:1.40
--- pkgsrc/databases/mysql56-client/Makefile.common:1.39        Tue Apr 11 20:21:02 2017
+++ pkgsrc/databases/mysql56-client/Makefile.common     Fri May  5 16:22:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2017/04/11 20:21:02 adam Exp $
+# $NetBSD: Makefile.common,v 1.40 2017/05/05 16:22:29 jperkin Exp $
 #
 # used by databases/mysql56-client/Makefile
 # used by databases/mysql56-server/Makefile
@@ -130,4 +130,5 @@ CMAKE_ARGS+=                -DWITH_READLINE="system"
 CMAKE_ARGS+=           -DWITH_EDITLINE="system"
 .endif
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"

Index: pkgsrc/databases/mysql57-client/Makefile.common
diff -u pkgsrc/databases/mysql57-client/Makefile.common:1.4 pkgsrc/databases/mysql57-client/Makefile.common:1.5
--- pkgsrc/databases/mysql57-client/Makefile.common:1.4 Tue Apr 11 20:49:15 2017
+++ pkgsrc/databases/mysql57-client/Makefile.common     Fri May  5 16:22:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2017/04/11 20:49:15 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2017/05/05 16:22:29 jperkin Exp $
 #
 # used by databases/mysql57-client/Makefile
 # used by databases/mysql57-server/Makefile
@@ -122,6 +122,7 @@ CMAKE_ARGS+=                -DWITH_READLINE="system"
 CMAKE_ARGS+=           -DWITH_EDITLINE="system"
 .endif
 
+.include "../../mk/curses.buildlink3.mk"
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/libevent/buildlink3.mk"



Home | Main Index | Thread Index | Old Index