diff options
author | mat <mat@FreeBSD.org> | 2016-04-26 00:13:38 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-26 00:13:38 +0800 |
commit | 249200c5ac5a6482e3f464dcbabf7f4879065734 (patch) | |
tree | 2cf1a158cf8540bcd6bed759d4e35240e31330bb /devel | |
parent | 4a29dd7050d143c963a767fa8b7671e3a0ddc09d (diff) | |
download | freebsd-ports-gnome-249200c5ac5a6482e3f464dcbabf7f4879065734.tar.gz freebsd-ports-gnome-249200c5ac5a6482e3f464dcbabf7f4879065734.tar.zst freebsd-ports-gnome-249200c5ac5a6482e3f464dcbabf7f4879065734.zip |
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bugzilla44/Makefile | 2 | ||||
-rw-r--r-- | devel/bugzilla50/Makefile | 2 | ||||
-rw-r--r-- | devel/cvstrac/Makefile | 3 | ||||
-rw-r--r-- | devel/libleaftag/Makefile | 3 | ||||
-rw-r--r-- | devel/libopensync/Makefile | 3 | ||||
-rw-r--r-- | devel/libsoup/Makefile | 5 | ||||
-rw-r--r-- | devel/matreshka/Makefile | 2 | ||||
-rw-r--r-- | devel/poco-devel/Makefile | 2 | ||||
-rw-r--r-- | devel/poco-ssl/Makefile | 2 |
9 files changed, 10 insertions, 14 deletions
diff --git a/devel/bugzilla44/Makefile b/devel/bugzilla44/Makefile index fdf6ebf2e340..d2bbab10c32d 100644 --- a/devel/bugzilla44/Makefile +++ b/devel/bugzilla44/Makefile @@ -49,7 +49,7 @@ MYSQL_USE= MYSQL=yes MYSQL_RUN_DEPENDS= p5-DBD-mysql>=4.0001:databases/p5-DBD-mysql PGSQL_USES= pgsql PGSQL_RUN_DEPENDS= p5-DBD-Pg>=3.4.2:databases/p5-DBD-Pg -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \ sqlite3>=3:databases/sqlite3 GRAPH_REPORTS_RUN_DEPENDS= p5-GD>=1.20:graphics/p5-GD \ diff --git a/devel/bugzilla50/Makefile b/devel/bugzilla50/Makefile index 882800091885..e2ab32e10b74 100644 --- a/devel/bugzilla50/Makefile +++ b/devel/bugzilla50/Makefile @@ -52,7 +52,7 @@ MYSQL_USE= MYSQL=yes MYSQL_RUN_DEPENDS= p5-DBD-mysql>=4.0001:databases/p5-DBD-mysql PGSQL_USES= pgsql:91+ PGSQL_RUN_DEPENDS= p5-DBD-Pg>=3.4.2:databases/p5-DBD-Pg -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite SQLITE_RUN_DEPENDS= p5-DBD-SQLite>=1.29:databases/p5-DBD-SQLite \ sqlite3>=3:databases/sqlite3 GRAPH_REPORTS_RUN_DEPENDS= p5-GD>=1.20:graphics/p5-GD \ diff --git a/devel/cvstrac/Makefile b/devel/cvstrac/Makefile index 8874f2291e79..e66f9e0fefc1 100644 --- a/devel/cvstrac/Makefile +++ b/devel/cvstrac/Makefile @@ -13,8 +13,7 @@ COMMENT?= Web-Based Bug And Patch-Set Tracking System For CVS LICENSE= GPLv2 -USES= gmake pkgconfig -USE_SQLITE= yes +USES= gmake pkgconfig sqlite MAKEFILE= bsd-gcc.mk MAKE_ARGS+= BCC="${CC} ${CPPFLAGS}" TCC="${CC} ${CPPFLAGS}" \ LIBSQLITE="${LDFLAGS}" diff --git a/devel/libleaftag/Makefile b/devel/libleaftag/Makefile index 4e5fd1c566d3..eae3401fa645 100644 --- a/devel/libleaftag/Makefile +++ b/devel/libleaftag/Makefile @@ -10,8 +10,7 @@ MASTER_SITES= http://releases.chipx86.com/leaftag/libleaftag/ MAINTAINER= kaeru@inigo-tech.com COMMENT= Leaftag is a library for tagging files on the desktop -USE_SQLITE= 2 -USES= gmake pathfix pkgconfig libtool +USES= gmake pathfix pkgconfig libtool sqlite:2 GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes diff --git a/devel/libopensync/Makefile b/devel/libopensync/Makefile index 451654f061b7..5c375237f840 100644 --- a/devel/libopensync/Makefile +++ b/devel/libopensync/Makefile @@ -16,8 +16,7 @@ LIB_DEPENDS= libexslt.so:textproc/libxslt CONFLICTS= libopensync-0.22* -USE_SQLITE= 3 -USES= cmake pkgconfig python tar:bzip2 +USES= cmake pkgconfig python tar:bzip2 sqlite:3 CMAKE_ARGS+= -Wno-dev USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index d622722fc7ef..7cc5e3e48e8c 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -20,10 +20,9 @@ PORTSCOUT= limitw:1,even .if !defined(REFERENCE_PORT) USES+= gettext gmake gnome libtool pathfix pkgconfig \ - python:3:build tar:xz + python:3:build sqlite:3 tar:xz USE_GNOME= glib20 intlhack introspection:build \ libxml2 referencehack -USE_SQLITE= 3 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-more-warnings \ @@ -36,7 +35,7 @@ LIBVERSION= 1.7.0 PLIST_SUB= VERSION="2.4" LIBVERSION=${LIBVERSION} .if defined(SOUP_SLAVE) -USE_SQLITE= yes +USES+= sqlite LIB_DEPENDS+= libsoup-2.4.so:devel/libsoup CONFIGURE_ARGS+=--with-gnome .else diff --git a/devel/matreshka/Makefile b/devel/matreshka/Makefile index a2ee7c3c3581..2be36ff624a1 100644 --- a/devel/matreshka/Makefile +++ b/devel/matreshka/Makefile @@ -31,7 +31,7 @@ AMF_CONFIGURE_ENABLE= amf MYSQL_USE= MYSQL=yes PGSQL_USES= pgsql -SQLITE3_USE= SQLITE=yes +SQLITE3_USES= sqlite FIREBIRD_USE= FIREBIRD=yes MAKE_JOBS_UNSAFE= yes diff --git a/devel/poco-devel/Makefile b/devel/poco-devel/Makefile index c33f20b04050..5637e483800b 100644 --- a/devel/poco-devel/Makefile +++ b/devel/poco-devel/Makefile @@ -65,7 +65,7 @@ CONFIGURE_ARGS+= --omit=Data/MySQL .endif .if ${PORT_OPTIONS:MSQLITE} -USE_SQLITE= yes +USES+= sqlite .else CONFIGURE_ARGS+= --omit=Data/SQLite .endif diff --git a/devel/poco-ssl/Makefile b/devel/poco-ssl/Makefile index 95e9be47775d..e03001162b4f 100644 --- a/devel/poco-ssl/Makefile +++ b/devel/poco-ssl/Makefile @@ -37,7 +37,7 @@ ODBC_CONFIGURE_OFF= --omit=Data/ODBC MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_OFF= --omit=Data/MySQL -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite SQLITE_CONFIGURE_OFF= --omit=Data/SQLite .include <bsd.port.options.mk> |