[Midnightbsd-cvs] mports [23804] trunk/databases: add sql driver

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Aug 19 14:42:53 EDT 2018


Revision: 23804
          http://svnweb.midnightbsd.org/mports/?rev=23804
Author:   laffer1
Date:     2018-08-19 14:42:53 -0400 (Sun, 19 Aug 2018)
Log Message:
-----------
add sql driver

Modified Paths:
--------------
    trunk/databases/Makefile

Added Paths:
-----------
    trunk/databases/qt5-sqldrivers-sqlite2/
    trunk/databases/qt5-sqldrivers-sqlite2/Makefile

Modified: trunk/databases/Makefile
===================================================================
--- trunk/databases/Makefile	2018-08-19 18:40:15 UTC (rev 23803)
+++ trunk/databases/Makefile	2018-08-19 18:42:53 UTC (rev 23804)
@@ -165,6 +165,7 @@
 SUBDIR += qt5-sqldrivers-mysql
 SUBDIR += qt5-sqldrivers-odbc
 SUBDIR += qt5-sqldrivers-pgsql
+SUBDIR += qt5-sqldrivers-sqlite2
 SUBDIR += qt5-sqldrivers-sqlite3
 SUBDIR += qt5-sqldrivers-tds
 SUBDIR += redis

Added: trunk/databases/qt5-sqldrivers-sqlite2/Makefile
===================================================================
--- trunk/databases/qt5-sqldrivers-sqlite2/Makefile	                        (rev 0)
+++ trunk/databases/qt5-sqldrivers-sqlite2/Makefile	2018-08-19 18:42:53 UTC (rev 23804)
@@ -0,0 +1,8 @@
+# $MidnightBSD$
+
+DB=		SQLite2
+DB_DESC=	SQLite 2
+
+USES=		sqlite:2
+
+.include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers"


Property changes on: trunk/databases/qt5-sqldrivers-sqlite2/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list