pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
add qt6-qsql to pkgsrc-wip
Module Name: pkgsrc-wip
Committed By: Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By: nros
Date: Mon Feb 8 16:23:59 2021 +0000
Changeset: 1986f2821a83775f7f8cba73dd19a4fbde607ee4
Modified Files:
Makefile
qt6-qtbase/Makefile.common
Added Files:
qt6-psql/DESCR
qt6-psql/Makefile
qt6-psql/PLIST
qt6-psql/distinfo
Log Message:
add qt6-qsql to pkgsrc-wip
Qt6 PostgreSQL driver
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1986f2821a83775f7f8cba73dd19a4fbde607ee4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
qt6-psql/DESCR | 1 +
qt6-psql/Makefile | 22 ++++++++++++++++++++++
qt6-psql/PLIST | 7 +++++++
qt6-psql/distinfo | 6 ++++++
qt6-qtbase/Makefile.common | 1 +
6 files changed, 38 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index bd2211fe73..8ac0138961 100644
--- a/Makefile
+++ b/Makefile
@@ -4755,6 +4755,7 @@ SUBDIR+= qt5-qjson
SUBDIR+= qt5-qtbase-git
SUBDIR+= qt5-qtwebengine
SUBDIR+= qt6
+SUBDIR+= qt6-psql
SUBDIR+= qt6-qt3d
SUBDIR+= qt6-qt5compat
SUBDIR+= qt6-qtbase
diff --git a/qt6-psql/DESCR b/qt6-psql/DESCR
new file mode 100644
index 0000000000..bae2f1c449
--- /dev/null
+++ b/qt6-psql/DESCR
@@ -0,0 +1 @@
+Qt6 PostgreSQL driver
diff --git a/qt6-psql/Makefile b/qt6-psql/Makefile
new file mode 100644
index 0000000000..b288d6393a
--- /dev/null
+++ b/qt6-psql/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= qtbase-everywhere-src-${QTVERSION}
+PKGNAME= qt6-psql-${QTVERSION}
+COMMENT= Qt6 PostgreSQL driver
+CATEGORIES= databases
+
+CONFIGURE_ARGS+= -sql-psql
+CONFIGURE_ARGS+= -no-sql-db2
+CONFIGURE_ARGS+= -no-sql-ibase
+CONFIGURE_ARGS+= -no-sql-mysql
+CONFIGURE_ARGS+= -no-sql-oci
+CONFIGURE_ARGS+= -no-sql-odbc
+CONFIGURE_ARGS+= -no-sql-sqlite
+
+QTCONFDIR= src/plugins/sqldrivers
+
+.include "../../wip/qt6-qtbase/Makefile.common"
+
+.include "../../mk/pgsql.buildlink3.mk"
+.include "../../wip/qt6-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qt6-psql/PLIST b/qt6-psql/PLIST
new file mode 100644
index 0000000000..b3ca2f8eb5
--- /dev/null
+++ b/qt6-psql/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginAdditionalTargetInfo.cmake
+qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginConfig.cmake
+qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginConfigVersion.cmake
+qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginTargets-release.cmake
+qt6/lib/cmake/Qt6Sql/Qt6QPSQLDriverPluginTargets.cmake
+qt6/plugins/sqldrivers/libqsqlpsql.so
diff --git a/qt6-psql/distinfo b/qt6-psql/distinfo
new file mode 100644
index 0000000000..b4a34b7bf3
--- /dev/null
+++ b/qt6-psql/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qtbase-everywhere-src-6.0.1.tar.xz) = 1cd91a1696b8e4b59483a271aa7f9fde22a95ecb
+RMD160 (qtbase-everywhere-src-6.0.1.tar.xz) = 2b3a5bc8834c3330ac4194eaaaedb327faeb9c3d
+SHA512 (qtbase-everywhere-src-6.0.1.tar.xz) = 69a24162239f19e8eb889d51662c6cea3869ad7e53a889fe16c35083840fde8c90053b0f943129c82066364eea0ec94eb86d91d3293ef874e100476dad10a998
+Size (qtbase-everywhere-src-6.0.1.tar.xz) = 46262020 bytes
diff --git a/qt6-qtbase/Makefile.common b/qt6-qtbase/Makefile.common
index 1a5cfef901..ddfea2ddaa 100644
--- a/qt6-qtbase/Makefile.common
+++ b/qt6-qtbase/Makefile.common
@@ -1,4 +1,5 @@
# $NetBSD$
+# used by wip/qt6-psql/Makefile
# used by wip/qt6-qtbase/Makefile
# used by wip/qt6-qtdeclarative/Makefile
# used by wip/qt6-qtimageformats/Makefile
Home |
Main Index |
Thread Index |
Old Index