diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/akonadi/Makefile | 2 | ||||
-rw-r--r-- | databases/cppdb/Makefile | 2 | ||||
-rw-r--r-- | databases/fpc-sqlite/Makefile | 2 | ||||
-rw-r--r-- | databases/grass/Makefile | 2 | ||||
-rw-r--r-- | databases/gtksql/Makefile | 2 | ||||
-rw-r--r-- | databases/luadbi/Makefile | 2 | ||||
-rw-r--r-- | databases/opendbx/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-Schema-Loader/Makefile | 2 | ||||
-rw-r--r-- | databases/proftpd-mod_sql_sqlite/Makefile | 2 | ||||
-rw-r--r-- | databases/qt5-sqldrivers-sqlite2/Makefile | 2 | ||||
-rw-r--r-- | databases/qt5-sqldrivers-sqlite3/Makefile | 2 | ||||
-rw-r--r-- | databases/soci/Makefile | 2 | ||||
-rw-r--r-- | databases/spatialite-tools/Makefile | 3 | ||||
-rw-r--r-- | databases/spatialite/Makefile | 3 | ||||
-rw-r--r-- | databases/sqlite-ext-miscfuncs/Makefile | 2 | ||||
-rw-r--r-- | databases/sqlite-ext-pcre/Makefile | 3 | ||||
-rw-r--r-- | databases/sqlitebrowser/Makefile | 3 | ||||
-rw-r--r-- | databases/sqliteman/Makefile | 3 | ||||
-rw-r--r-- | databases/sqlitestudio/Makefile | 3 | ||||
-rw-r--r-- | databases/virtualpg/Makefile | 3 | ||||
-rw-r--r-- | databases/vsqlite/Makefile | 3 |
21 files changed, 21 insertions, 29 deletions
diff --git a/databases/akonadi/Makefile b/databases/akonadi/Makefile index c303f612a304..664cbb1e0ba3 100644 --- a/databases/akonadi/Makefile +++ b/databases/akonadi/Makefile @@ -41,7 +41,7 @@ PGSQL_DESC= Install PostgreSQL Qt plugin PGSQL_USE= QT4=sql-pgsql_run SQLITE_DESC= Enable SQLite backend -SQLITE_USE= SQLITE=3 +SQLITE_USES= sqlite:3 SQLITE_CMAKE_OFF= -DAKONADI_BUILD_QSQLITE=off OPTIONS_DEFAULT= MYSQL diff --git a/databases/cppdb/Makefile b/databases/cppdb/Makefile index 9e8319e81061..3bbadd28b23f 100644 --- a/databases/cppdb/Makefile +++ b/databases/cppdb/Makefile @@ -91,7 +91,7 @@ PLIST_SUB+= PGSQL="" CMAKE_ARGS+= -DDISABLE_SQLITE:BOOL=ON PLIST_SUB+= SQLITE3="@comment " .else -USE_SQLITE= 3 +USES+= sqlite:3 CMAKE_ARGS+= -DDISABLE_SQLITE:BOOL=OFF .if ${PORT_OPTIONS:MSQLITE3_INTERNAL} CMAKE_ARGS+= -DSQLITE_BACKEND_INTERNAL:BOOL=ON diff --git a/databases/fpc-sqlite/Makefile b/databases/fpc-sqlite/Makefile index 3a4a8f43cf7a..6bbfc19fae02 100644 --- a/databases/fpc-sqlite/Makefile +++ b/databases/fpc-sqlite/Makefile @@ -16,6 +16,6 @@ EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= SQLITE OPTIONS_DEFAULT= SQLITE -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite .include "${MASTERDIR}/Makefile" diff --git a/databases/grass/Makefile b/databases/grass/Makefile index b5bb6e81d000..39af5395d632 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -111,7 +111,7 @@ ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC ODBC_CONFIGURE_ON= --with-odbc PGSQL_USES= pgsql PGSQL_CONFIGURE_ON= --with-postgres -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite SQLITE_CONFIGURE_ON= --with-sqlite .include <bsd.port.options.mk> diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 9e19a8329a7a..aebe6c5f284f 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --without-mysql .endif .if ${PORT_OPTIONS:MSQLITE} -USE_SQLITE= yes +USES+= sqlite .else CONFIGURE_ARGS+= --without-sqlite .endif diff --git a/databases/luadbi/Makefile b/databases/luadbi/Makefile index e6ff4522f8b5..deff14ea3554 100644 --- a/databases/luadbi/Makefile +++ b/databases/luadbi/Makefile @@ -35,7 +35,7 @@ MYSQL_CFLAGS= -I ${LOCALBASE}/include/mysql MYSQL_ALL_TARGET= mysql MYSQL_PLIST_FILES= %%LUA_MODLIBDIR%%/dbdmysql.so -SQLITE3_USE= SQLITE=3 +SQLITE3_USES= sqlite:3 SQLITE3_ALL_TARGET= sqlite3 SQLITE3_PLIST_FILES= %%LUA_MODLIBDIR%%/dbdsqlite3.so diff --git a/databases/opendbx/Makefile b/databases/opendbx/Makefile index f7a0a0041d10..fa0f147ca1af 100644 --- a/databases/opendbx/Makefile +++ b/databases/opendbx/Makefile @@ -38,7 +38,7 @@ PGSQL_USES= pgsql SQLITE_LIB_DEPENDS= libsqlite.so:databases/sqlite2 -SQLITE3_USE= SQLITE=3 +SQLITE3_USES= sqlite:3 MSSQL_LIB_DEPENDS= libsybdb.so:databases/freetds diff --git a/databases/p5-DBIx-Class-Schema-Loader/Makefile b/databases/p5-DBIx-Class-Schema-Loader/Makefile index 1e91c33d0297..5bdeac7e19ea 100644 --- a/databases/p5-DBIx-Class-Schema-Loader/Makefile +++ b/databases/p5-DBIx-Class-Schema-Loader/Makefile @@ -51,7 +51,7 @@ MYSQL_USE= MYSQL=yes ORACLE_BUILD_DEPENDS= p5-DBD-Oracle>=0.19:databases/p5-DBD-Oracle ORACLE_RUN_DEPENDS= p5-DBD-Oracle>=0.19:databases/p5-DBD-Oracle PGSQL_USES= pgsql -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite .include <bsd.port.pre.mk> diff --git a/databases/proftpd-mod_sql_sqlite/Makefile b/databases/proftpd-mod_sql_sqlite/Makefile index 94d50d485d2c..a050bfb3d6a2 100644 --- a/databases/proftpd-mod_sql_sqlite/Makefile +++ b/databases/proftpd-mod_sql_sqlite/Makefile @@ -15,7 +15,7 @@ DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../../ftp/proftpd -USE_SQLITE= yes +USES= sqlite INCLUDEDIRS= ${LOCALBASE}/include LIBDIRS= ${LOCALBASE}/lib diff --git a/databases/qt5-sqldrivers-sqlite2/Makefile b/databases/qt5-sqldrivers-sqlite2/Makefile index 09812cbcbed1..5a4de2e81df6 100644 --- a/databases/qt5-sqldrivers-sqlite2/Makefile +++ b/databases/qt5-sqldrivers-sqlite2/Makefile @@ -3,6 +3,6 @@ DB= SQLite2 DB_DESC= SQLite 2 -USE_SQLITE= 2 +USES= sqlite:2 .include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers" diff --git a/databases/qt5-sqldrivers-sqlite3/Makefile b/databases/qt5-sqldrivers-sqlite3/Makefile index 3af4eb38e930..6a8554bce8f4 100644 --- a/databases/qt5-sqldrivers-sqlite3/Makefile +++ b/databases/qt5-sqldrivers-sqlite3/Makefile @@ -5,7 +5,7 @@ PORTNAME= sqlite3 DB= SQLite DB_DESC= SQLite 3 -USE_SQLITE= 3 +USES= sqlite:3 CONFIGURE_ARGS= -system-sqlite .include "${.CURDIR:H:H}/devel/qt5/Makefile.sqldrivers" diff --git a/databases/soci/Makefile b/databases/soci/Makefile index 29e1b7b5af77..82155ae179d8 100644 --- a/databases/soci/Makefile +++ b/databases/soci/Makefile @@ -33,7 +33,7 @@ PGSQL_USES= pgsql PGSQL_CMAKE_ON= -DWITH_POSTGRESQL:BOOL=ON PGSQL_CMAKE_OFF= -DWITH_POSTGRESQL:BOOL=OFF -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite SQLITE_CMAKE_ON= -DWITH_SQLITE3:BOOL=ON SQLITE_CMAKE_OFF= -DWITH_SQLITE3:BOOL=OFF diff --git a/databases/spatialite-tools/Makefile b/databases/spatialite-tools/Makefile index 4c4aa41bd137..c9accd01820a 100644 --- a/databases/spatialite-tools/Makefile +++ b/databases/spatialite-tools/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos \ libreadosm.so:astro/readosm GNU_CONFIGURE= yes -USES= gmake pkgconfig iconv -USE_SQLITE= yes +USES= gmake pkgconfig iconv sqlite CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} diff --git a/databases/spatialite/Makefile b/databases/spatialite/Makefile index 4190f44e5170..ac505b284be4 100644 --- a/databases/spatialite/Makefile +++ b/databases/spatialite/Makefile @@ -19,8 +19,7 @@ LIB_DEPENDS= libgeos_c.so:graphics/geos \ WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes -USES= gmake iconv pathfix pkgconfig libtool -USE_SQLITE= yes +USES= gmake iconv pathfix pkgconfig libtool sqlite USE_GNOME= libxml2 CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include diff --git a/databases/sqlite-ext-miscfuncs/Makefile b/databases/sqlite-ext-miscfuncs/Makefile index 4ab148fd9306..08fcb2dc3189 100644 --- a/databases/sqlite-ext-miscfuncs/Makefile +++ b/databases/sqlite-ext-miscfuncs/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org COMMENT= Math, string, and aggregate function library for SQLite -USE_SQLITE= yes +USES= sqlite DIST_SUBDIR= sqlite-ext NO_WRKSUBDIR= yes diff --git a/databases/sqlite-ext-pcre/Makefile b/databases/sqlite-ext-pcre/Makefile index c7daf1bd4729..ec7ae0990df7 100644 --- a/databases/sqlite-ext-pcre/Makefile +++ b/databases/sqlite-ext-pcre/Makefile @@ -9,7 +9,6 @@ COMMENT= Regexp function for SQLite based on PCRE library LIB_DEPENDS+= libpcre.so:devel/pcre -USE_SQLITE= yes DIST_SUBDIR= sqlite-ext LIBFILE= pcre.so @@ -20,7 +19,7 @@ SUB_LIST+= LIBFILE=${LIBFILE} PLIST_FILES= libexec/${DIST_SUBDIR}/${LIBFILE} -USES= gmake pkgconfig +USES= gmake pkgconfig sqlite USE_GITHUB= yes GH_ACCOUNT= ralight diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile index 9db7feddbf49..d85a7cf1987a 100644 --- a/databases/sqlitebrowser/Makefile +++ b/databases/sqlitebrowser/Makefile @@ -14,10 +14,9 @@ LICENSE_COMB= dual USE_GITHUB= yes -USES= cmake desktop-file-utils +USES= cmake desktop-file-utils sqlite USE_QT4= corelib network gui qmake_build linguisttools_build \ moc_build uic_build rcc_build -USE_SQLITE= yes INSTALLS_ICONS= yes diff --git a/databases/sqliteman/Makefile b/databases/sqliteman/Makefile index 466db836de2b..09a8112958d8 100644 --- a/databases/sqliteman/Makefile +++ b/databases/sqliteman/Makefile @@ -12,8 +12,7 @@ COMMENT= Admin's GUI tool for Sqlite3 LIB_DEPENDS= libqscintilla2.so:devel/qscintilla2 -USES= cmake -USE_SQLITE= yes +USES= cmake sqlite USE_QT4= qmake_build gui moc_build rcc_build uic_build xml sql GNU_CONFIGURE= yes diff --git a/databases/sqlitestudio/Makefile b/databases/sqlitestudio/Makefile index a3e2a2eb6862..b7e7b4939e40 100644 --- a/databases/sqlitestudio/Makefile +++ b/databases/sqlitestudio/Makefile @@ -37,10 +37,9 @@ OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/SQLiteStudio3 -USES= compiler:c++11-lib gmake ncurses qmake +USES= compiler:c++11-lib gmake ncurses qmake sqlite USE_QT5= core gui svg sql xml network sql-sqlite3_run widgets script \ concurrent uitools buildtools_build linguisttools_build -USE_SQLITE= yes USE_GL= gl USE_LDCONFIG= yes diff --git a/databases/virtualpg/Makefile b/databases/virtualpg/Makefile index 499a31ddeb9a..29667e99180e 100644 --- a/databases/virtualpg/Makefile +++ b/databases/virtualpg/Makefile @@ -13,8 +13,7 @@ LICENSE= MPL LGPL21 GPLv2 LICENSE_COMB= dual GNU_CONFIGURE= yes -USES= gmake iconv pathfix pkgconfig libtool pgsql -USE_SQLITE= yes +USES= gmake iconv pathfix pkgconfig libtool pgsql sqlite USE_LDCONFIG= yes CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include diff --git a/databases/vsqlite/Makefile b/databases/vsqlite/Makefile index 847ab7303ccd..6ffbd49a36d2 100644 --- a/databases/vsqlite/Makefile +++ b/databases/vsqlite/Makefile @@ -16,9 +16,8 @@ USE_GITHUB= yes GH_ACCOUNT= vinzenz GH_PROJECT= vsqlite-- -USES= autoreconf compiler:c++0x libtool +USES= autoreconf compiler:c++0x libtool sqlite:3 GNU_CONFIGURE= yes -USE_SQLITE= 3 USE_LDCONFIG= yes INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include |