summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-08-05 11:19:40 +0000
committernia <nia@pkgsrc.org>2021-08-05 11:19:40 +0000
commit7e7b322ec55e2110d1a0fdd0b164e85654e68bb5 (patch)
tree2e6a49826ab8a372c20afbcb49bd38e42ab0e924 /databases
parent2a532b128e28c8e451ea6f872b538ddffe74c43e (diff)
downloadpkgsrc-7e7b322ec55e2110d1a0fdd0b164e85654e68bb5.tar.gz
mariadb*: per bulk builds and OmniOS, disable mariabackup on SunOS
Diffstat (limited to 'databases')
-rw-r--r--databases/mariadb104-client/Makefile.common6
-rw-r--r--databases/mariadb105-client/Makefile.common6
-rw-r--r--databases/mariadb106-client/Makefile.common6
3 files changed, 15 insertions, 3 deletions
diff --git a/databases/mariadb104-client/Makefile.common b/databases/mariadb104-client/Makefile.common
index 59f58ba229d..1919ef1d47d 100644
--- a/databases/mariadb104-client/Makefile.common
+++ b/databases/mariadb104-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2021/07/24 11:49:44 nia Exp $
+# $NetBSD: Makefile.common,v 1.12 2021/08/05 11:19:40 nia Exp $
#
# used by databases/mariadb104-client/Makefile
# used by databases/mariadb104-server/Makefile
@@ -55,6 +55,10 @@ CMAKE_ARGS+= -DINSTALL_SUPPORTFILESDIR="share/mysql"
CMAKE_ARGS+= -DINSTALL_SYSCONFDIR="${PKG_SYSCONFDIR}"
CMAKE_ARGS+= -DMYSQL_DATADIR=${MARIADB_DATADIR}
+.if ${OPSYS} == "SunOS"
+CMAKE_ARGS+= -DWITH_MARIABACKUP=OFF
+.endif
+
CMAKE_ARGS+= -DWITH_UNIT_TESTS=OFF
CMAKE_ARGS+= -DWITH_LIBWRAP=ON
CMAKE_ARGS+= -DWITH_ZLIB="system"
diff --git a/databases/mariadb105-client/Makefile.common b/databases/mariadb105-client/Makefile.common
index 003e8ed686f..b0212ae4efc 100644
--- a/databases/mariadb105-client/Makefile.common
+++ b/databases/mariadb105-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2021/07/24 10:10:03 nia Exp $
+# $NetBSD: Makefile.common,v 1.10 2021/08/05 11:19:40 nia Exp $
#
# used by databases/mariadb105-client/Makefile
# used by databases/mariadb105-server/Makefile
@@ -55,6 +55,10 @@ CMAKE_ARGS+= -DINSTALL_SUPPORTFILESDIR="share/mysql"
CMAKE_ARGS+= -DINSTALL_SYSCONFDIR="${PKG_SYSCONFDIR}"
CMAKE_ARGS+= -DMYSQL_DATADIR=${MARIADB_DATADIR}
+.if ${OPSYS} == "SunOS"
+CMAKE_ARGS+= -DWITH_MARIABACKUP=OFF
+.endif
+
CMAKE_ARGS+= -DWITH_UNIT_TESTS=OFF
CMAKE_ARGS+= -DWITH_LIBWRAP=ON
CMAKE_ARGS+= -DWITH_PCRE="system"
diff --git a/databases/mariadb106-client/Makefile.common b/databases/mariadb106-client/Makefile.common
index c284043430e..30aaf86846a 100644
--- a/databases/mariadb106-client/Makefile.common
+++ b/databases/mariadb106-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2021/08/04 15:47:24 nia Exp $
+# $NetBSD: Makefile.common,v 1.2 2021/08/05 11:19:40 nia Exp $
#
# used by databases/mariadb106-client/Makefile
# used by databases/mariadb106-server/Makefile
@@ -55,6 +55,10 @@ CMAKE_ARGS+= -DINSTALL_SUPPORTFILESDIR="share/mysql"
CMAKE_ARGS+= -DINSTALL_SYSCONFDIR="${PKG_SYSCONFDIR}"
CMAKE_ARGS+= -DMYSQL_DATADIR=${MARIADB_DATADIR}
+.if ${OPSYS} == "SunOS"
+CMAKE_ARGS+= -DWITH_MARIABACKUP=OFF
+.endif
+
CMAKE_ARGS+= -DWITH_UNIT_TESTS=OFF
CMAKE_ARGS+= -DWITH_LIBWRAP=ON
CMAKE_ARGS+= -DWITH_PCRE="system"