Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 16:55:26 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405724 - in head: games/crossfire-server games/flightgear games/freeciv games/gcompris games/kajongg games/latrine games/lightsoff games/stonesoup games/stratagus games/wyrmgus games/x...
Message-ID:  <201601101655.u0AGtQ4O081640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jan 10 16:55:26 2016
New Revision: 405724
URL: https://svnweb.freebsd.org/changeset/ports/405724

Log:
  Convert g* and i* to USES=sqlite and USES=firebird

Modified:
  head/games/crossfire-server/Makefile
  head/games/flightgear/Makefile
  head/games/freeciv/Makefile
  head/games/gcompris/Makefile
  head/games/kajongg/Makefile
  head/games/latrine/Makefile
  head/games/lightsoff/Makefile
  head/games/stonesoup/Makefile
  head/games/stratagus/Makefile
  head/games/wyrmgus/Makefile
  head/games/xmoto/Makefile
  head/graphics/colord-gtk/Makefile
  head/graphics/colord/Makefile
  head/graphics/darktable/Makefile
  head/graphics/libchamplain/Makefile
  head/graphics/libchamplain08/Makefile
  head/graphics/osgearth/Makefile
  head/graphics/qgis/Makefile
  head/graphics/rawstudio/Makefile
  head/graphics/shotwell/Makefile
  head/irc/anope/Makefile
  head/irc/inspircd/Makefile
  head/irc/ircd-ratbox-devel/Makefile
  head/irc/ircd-ratbox/Makefile
  head/irc/ratbox-services/Makefile

Modified: head/games/crossfire-server/Makefile
==============================================================================
--- head/games/crossfire-server/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/crossfire-server/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -22,8 +22,7 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-USES=		gmake libtool localbase perl5 python uidfix
-USE_SQLITE=	3
+USES=		gmake libtool localbase perl5 python sqlite uidfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static --with-check=no --localstatedir=/var/games
 CONFIGURE_SHELL=${LOCALBASE}/bin/bash

Modified: head/games/flightgear/Makefile
==============================================================================
--- head/games/flightgear/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/flightgear/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -30,10 +30,10 @@ RUN_DEPENDS=	${LOCALBASE}/lib/libplibsl.
 
 USE_XORG=	ice sm x11 xext xft xi xinerama xt xmu
 USE_GL=		gl glu glut
-USE_SQLITE=	3
 USE_QT5=	core buildtools qmake widgets
 
-USES=		alias cpe dos2unix cmake compiler jpeg openal:al,alut tar:bzip2
+USES=		alias cpe dos2unix cmake compiler jpeg openal:al,alut sqlite \
+		tar:bzip2
 DOS2UNIX_REGEX=	.*\.(c|h|cxx|cpp|hxx|hpp)
 CMAKE_ARGS+=	-DENABLE_JS_SERVER:BOOL=ON \
 		-DSYSTEM_SQLITE:BOOL=ON \

Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/freeciv/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -13,8 +13,7 @@ RUN_DEPENDS=	hicolor-icon-theme>=0:${POR
 LIB_DEPENDS=	libltdl.so:${PORTSDIR}/devel/libltdl \
 		libcurl.so:${PORTSDIR}/ftp/curl
 
-USES=		gettext gmake iconv libtool pkgconfig tar:bzip2 python
-USE_SQLITE=	yes
+USES=		gettext gmake iconv libtool pkgconfig tar:bzip2 python sqlite
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/games/gcompris/Makefile
==============================================================================
--- head/games/gcompris/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/gcompris/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -22,11 +22,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqli
 		gnucap:${PORTSDIR}/cad/gnucap
 
 USES=		display:configure gettext gmake libtool pathfix pkgconfig \
-		python:2 shebangfix tar:bzip2
+		python:2 shebangfix sqlite tar:bzip2
 SHEBANG_FILES=	boards/voices/*.sh
 GNU_CONFIGURE=	yes
 USE_GSTREAMER=	yes
-USE_SQLITE=	3
 USE_SDL=	mixer
 USE_GNOME=	intlhack gnomeprefix gtk20 pygtk2 libxml2 librsvg2
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/games/kajongg/Makefile
==============================================================================
--- head/games/kajongg/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/kajongg/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -10,10 +10,9 @@ DIST_SUBDIR=	KDE/${PORTVERSION}
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	${${PORTNAME}_DESC}
 
-USES=		cmake:outsource python tar:xz twisted:run
+USES=		cmake:outsource python tar:xz twisted:run sqlite
 USE_KDE4=	kdelibs kdeprefix pykde4 automoc4
 USE_QT4=	moc_build qmake_build rcc_build uic_build
-USE_SQLITE=	3
 USE_TWISTED_RUN=	yes
 CMAKE_ARGS=	-DINSTALL_KAJONGG:BOOL=TRUE
 

Modified: head/games/latrine/Makefile
==============================================================================
--- head/games/latrine/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/latrine/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -19,9 +19,8 @@ BUILD_DEPENDS=	p5-DBI>0:${PORTSDIR}/data
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
 USE_CSTD=	gnu89
-USE_SQLITE=	3
 USE_PERL5=	build
-USES=		gettext gmake ncurses perl5
+USES=		gettext gmake ncurses perl5 sqlite
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include -D_XOPEN_SOURCE_EXTENDED

Modified: head/games/lightsoff/Makefile
==============================================================================
--- head/games/lightsoff/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/lightsoff/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -16,12 +16,11 @@ LIB_DEPENDS=	libclutter-gtk-1.0.so:${POR
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake pathfix pkgconfig tar:xz
+USES=		gettext gmake pathfix pkgconfig sqlite tar:xz
 USE_GNOME=	gtk30 intlhack librsvg2 libxml2:build
 INSTALLS_ICONS=	yes
 USE_XORG=	x11
 USE_GL=		gl
-USE_SQLITE=	3
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/games/stonesoup/Makefile
==============================================================================
--- head/games/stonesoup/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/stonesoup/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -14,9 +14,8 @@ COMMENT=	Dungeon Crawl Stone Soup - a fu
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../licence.txt
 
-USE_SQLITE=	yes
 USES=		bison compiler:c++11-lib gmake lua:51 perl5 pkgconfig \
-		shebangfix tar:xz
+		shebangfix sqlite tar:xz
 
 USE_PERL5=	build
 SHEBANG_FILES=	util/gen-mi-enum \

Modified: head/games/stratagus/Makefile
==============================================================================
--- head/games/stratagus/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/stratagus/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -18,8 +18,7 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 
 USE_GL=		gl glu
 USE_SDL=	sdl
-USE_SQLITE=	3
-USES=		cmake:outsource lua:51 pkgconfig
+USES=		cmake:outsource lua:51 pkgconfig sqlite
 CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
 		-DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \
 		-DTOLUA++_INCLUDE_DIR:STRING="${LUA_INCDIR}" \

Modified: head/games/wyrmgus/Makefile
==============================================================================
--- head/games/wyrmgus/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/wyrmgus/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -21,8 +21,7 @@ GH_PROJECT=     Wyrmgus
 
 USE_GL=		gl glu
 USE_SDL=	sdl
-USE_SQLITE=	3
-USES=		compiler:c++11-lib cmake:outsource lua:51 pkgconfig
+USES=		compiler:c++11-lib cmake:outsource lua:51 pkgconfig sqlite
 CMAKE_ARGS=	-DGAMEDIR:STRING="bin" \
 		-DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \
 		-DTOLUA++_INCLUDE_DIR:STRING="${LUA_INCDIR}" \

Modified: head/games/xmoto/Makefile
==============================================================================
--- head/games/xmoto/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/games/xmoto/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -21,9 +21,8 @@ LICENSE=	GPLv2 # or later
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
-USES=		compiler:features dos2unix gmake jpeg lua:51
+USES=		compiler:features dos2unix gmake jpeg lua:51 sqlite
 USE_GNOME=	libxml2
-USE_SQLITE=	3
 USE_SDL=	sdl mixer ttf net
 USE_GL=		gl glu
 DOS2UNIX_GLOB=	*.cpp *.h

Modified: head/graphics/colord-gtk/Makefile
==============================================================================
--- head/graphics/colord-gtk/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/graphics/colord-gtk/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -16,8 +16,7 @@ LIB_DEPENDS=	libcolord.so:${PORTSDIR}/gr
 		liblcms2.so:${PORTSDIR}/graphics/lcms2
 
 USE_GNOME=	gtk30 intlhack introspection:build
-USES=		gettext gmake libtool pathfix pkgconfig tar:xz
-USE_SQLITE=	3
+USES=		gettext gmake libtool pathfix pkgconfig sqlite tar:xz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-gtk-doc-html=no

Modified: head/graphics/colord/Makefile
==============================================================================
--- head/graphics/colord/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/graphics/colord/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -18,9 +18,8 @@ RUN_DEPENDS=	spotread:${PORTSDIR}/graphi
 USERS=		colord
 GROUPS=		colord
 
-USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+USES=		gettext gmake libtool pathfix pkgconfig sqlite tar:xz
 USE_GNOME=	glib20 intlhack introspection:build
-USE_SQLITE=	3
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=yes

Modified: head/graphics/darktable/Makefile
==============================================================================
--- head/graphics/darktable/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/graphics/darktable/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -21,9 +21,8 @@ ONLY_FOR_ARCHS=	i386 amd64
 ONLY_FOR_ARCHS_REASON=	uses SSE instructions
 
 USES=		compiler:c++11-lib cmake:outsource desktop-file-utils	\
-		ninja pkgconfig tar:xz
+		ninja pkgconfig sqlite tar:xz
 USE_GNOME=	gtk20 intltool librsvg2
-USE_SQLITE=	yes
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 INSTALLS_ICONS=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib -lintl

Modified: head/graphics/libchamplain/Makefile
==============================================================================
--- head/graphics/libchamplain/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/graphics/libchamplain/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -12,10 +12,9 @@ COMMENT=	C library aimed to provide a Gt
 LIB_DEPENDS=	libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \
 		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 
-USES=		gmake libtool pathfix pkgconfig tar:xz
+USES=		gmake libtool pathfix pkgconfig sqlite tar:xz
 USE_GNOME=	gtk30 introspection:build
 USE_GL=		gl
-USE_SQLITE=	3
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/libchamplain08/Makefile
==============================================================================
--- head/graphics/libchamplain08/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/graphics/libchamplain08/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -14,9 +14,8 @@ COMMENT=	C library provides a Gtk+ widge
 LIB_DEPENDS=	libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
 		libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
 
-USES=		gmake libtool:keepla pathfix pkgconfig tar:bzip2
+USES=		gmake libtool:keepla pathfix pkgconfig sqlite tar:bzip2
 USE_GNOME=	gnomeprefix gtk20 introspection:build,run
-USE_SQLITE=	3
 USE_GL=		gl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/graphics/osgearth/Makefile
==============================================================================
--- head/graphics/osgearth/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/graphics/osgearth/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -21,8 +21,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	gwaldron
 
 USE_LDCONFIG=	YES
-USE_SQLITE=	3
-USES=		cmake gmake pkgconfig
+USES=		cmake gmake pkgconfig sqlite
 PLIST_SUB=	OSGVERSION=3.2.1
 
 CMAKE_ARGS+=	-DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \

Modified: head/graphics/qgis/Makefile
==============================================================================
--- head/graphics/qgis/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/graphics/qgis/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -25,8 +25,7 @@ USE_GITHUB=	yes
 GH_PROJECT=	${PORTNAME:tu}
 GH_TAGNAME=	B403532
 
-USES=		cpe bison cmake execinfo fortran gmake python
-USE_SQLITE=	yes
+USES=		cpe bison cmake execinfo fortran gmake sqlite python
 USE_QT4=	gui svg xml network sql designer testlib linguist_build \
 		qmake_build moc_build rcc_build uic_build
 

Modified: head/graphics/rawstudio/Makefile
==============================================================================
--- head/graphics/rawstudio/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/graphics/rawstudio/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -22,10 +22,10 @@ LIB_DEPENDS=	libpng.so:${PORTSDIR}/graph
 		libgphoto2.so:${PORTSDIR}/graphics/libgphoto2
 BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
 
-USES=		desktop-file-utils gettext gmake jpeg libtool pathfix pkgconfig
+USES=		desktop-file-utils gettext gmake jpeg libtool pathfix pkgconfig \
+		sqlite
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 libxml2 gconf2
-USE_SQLITE=	3
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 

Modified: head/graphics/shotwell/Makefile
==============================================================================
--- head/graphics/shotwell/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/graphics/shotwell/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -27,9 +27,9 @@ LIB_DEPENDS=	libdbus-glib-1.so:${PORTSDI
 		libraw.so:${PORTSDIR}/graphics/libraw \
 		librest-0.7.so:${PORTSDIR}/devel/librest
 
-USES=		shebangfix gettext desktop-file-utils gmake pkgconfig tar:xz
+USES=		shebangfix gettext desktop-file-utils gmake pkgconfig sqlite \
+		tar:xz
 USE_GNOME=	dconf gtk30 gnomedocutils
-USE_SQLITE=	3
 USE_GSTREAMER1=	yes
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --disable-icon-update

Modified: head/irc/anope/Makefile
==============================================================================
--- head/irc/anope/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/irc/anope/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -83,7 +83,7 @@ PLIST_SUB+=	SASL="@comment "
 
 .if ${PORT_OPTIONS:MSQLITE}
 PLIST_SUB+=	SQLITE=""
-USE_SQLITE=	yes
+USES+=		sqlite
 .else
 PLIST_SUB+=	SQLITE="@comment "
 .endif

Modified: head/irc/inspircd/Makefile
==============================================================================
--- head/irc/inspircd/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/irc/inspircd/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -96,8 +96,7 @@ PLIST_SUB+=	PGSQL="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MSQLITE}
-USES+=	pkgconfig
-USE_SQLITE=	3
+USES+=	pkgconfig sqlite
 EXTRAS:=${EXTRAS},m_sqlite3.cpp
 PLIST_SUB+=	SQLITE=""
 .else

Modified: head/irc/ircd-ratbox-devel/Makefile
==============================================================================
--- head/irc/ircd-ratbox-devel/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/irc/ircd-ratbox-devel/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -16,9 +16,8 @@ LICENSE=	GPLv2
 
 CONFLICTS=	ircd-ratbox-[0-9]* charybdis-[0-9]*
 
-USES=		libtool perl5 tar:bzip2
+USES=		libtool perl5 sqlite tar:bzip2
 USE_RC_SUBR=	ircd-ratbox
-USE_SQLITE=	3
 USE_PERL5=	build
 USE_LDCONFIG=	${PREFIX}/lib/ircd-ratbox
 

Modified: head/irc/ircd-ratbox/Makefile
==============================================================================
--- head/irc/ircd-ratbox/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/irc/ircd-ratbox/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -15,10 +15,9 @@ LICENSE=	GPLv2
 
 CONFLICTS=	ircd-ratbox-devel-[0-9]* charybdis-[0-9]*
 
-USES=		cpe libtool tar:bzip2
+USES=		cpe libtool SQLITE tar:bzip2
 CPE_VENDOR=	ratbox
 USE_RC_SUBR=	ircd-ratbox
-USE_SQLITE=	3
 USE_LDCONFIG=	${PREFIX}/lib/ircd-ratbox
 
 MAKE_JOBS_UNSAFE=	yes

Modified: head/irc/ratbox-services/Makefile
==============================================================================
--- head/irc/ratbox-services/Makefile	Sun Jan 10 16:47:31 2016	(r405723)
+++ head/irc/ratbox-services/Makefile	Sun Jan 10 16:55:26 2016	(r405724)
@@ -109,7 +109,7 @@ CONFIGURE_ARGS+=	--disable-memoserv
 .endif
 
 .if ${PORT_OPTIONS:MSQLITE}
-USE_SQLITE=		3
+USES+=			sqlite
 CONFIGURE_ARGS+=	--enable-sqlite3=${LOCALBASE}
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601101655.u0AGtQ4O081640>