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:   nia
Date:           Tue Jul 13 07:44:14 UTC 2021

Modified Files:
        pkgsrc/databases/mariadb104-client: Makefile.common
        pkgsrc/databases/mariadb105-client: Makefile.common

Log Message:
mariadb*: see if wide curses fixes problems on el7...


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/mariadb104-client/Makefile.common
cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/mariadb105-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/mariadb104-client/Makefile.common
diff -u pkgsrc/databases/mariadb104-client/Makefile.common:1.9 pkgsrc/databases/mariadb104-client/Makefile.common:1.10
--- pkgsrc/databases/mariadb104-client/Makefile.common:1.9      Sun Jul  4 10:58:59 2021
+++ pkgsrc/databases/mariadb104-client/Makefile.common  Tue Jul 13 07:44:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2021/07/04 10:58:59 nia Exp $
+# $NetBSD: Makefile.common,v 1.10 2021/07/13 07:44:14 nia Exp $
 #
 # used by databases/mariadb104-client/Makefile
 # used by databases/mariadb104-server/Makefile
@@ -18,6 +18,7 @@ PATCHDIR?=    ${.CURDIR}/../../databases/ma
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    perl:run pkg-config bison
+USE_CURSES=    wide
 
 PLIST_SRC=     ${PLIST_SRC_DFLT}
 

Index: pkgsrc/databases/mariadb105-client/Makefile.common
diff -u pkgsrc/databases/mariadb105-client/Makefile.common:1.7 pkgsrc/databases/mariadb105-client/Makefile.common:1.8
--- pkgsrc/databases/mariadb105-client/Makefile.common:1.7      Sun Jul  4 08:58:30 2021
+++ pkgsrc/databases/mariadb105-client/Makefile.common  Tue Jul 13 07:44:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2021/07/04 08:58:30 nia Exp $
+# $NetBSD: Makefile.common,v 1.8 2021/07/13 07:44:14 nia Exp $
 #
 # used by databases/mariadb105-client/Makefile
 # used by databases/mariadb105-server/Makefile
@@ -18,6 +18,7 @@ PATCHDIR?=    ${.CURDIR}/../../databases/ma
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    perl:run pkg-config bison
+USE_CURSES=    wide
 
 PLIST_SRC=     ${PLIST_SRC_DFLT}
 



Home | Main Index | Thread Index | Old Index