svn commit: r517072 - in head: dns/opendnssec dns/pear-Horde_Idna finance/homebank finance/moneymanagerex finance/prestashop finance/quickfix finance/sabernetdcs-client finance/tryton28 finance/ven...

Tobias Kortkamp tobik at FreeBSD.org
Fri Nov 8 14:47:11 UTC 2019


Author: tobik
Date: Fri Nov  8 14:47:00 2019
New Revision: 517072
URL: https://svnweb.freebsd.org/changeset/ports/517072

Log:
  Add missing USES={gnome,php,sdl} to the rest

Modified:
  head/dns/opendnssec/Makefile
  head/dns/pear-Horde_Idna/Makefile
  head/finance/homebank/Makefile
  head/finance/moneymanagerex/Makefile
  head/finance/prestashop/Makefile
  head/finance/quickfix/Makefile
  head/finance/sabernetdcs-client/Makefile
  head/finance/tryton28/Makefile
  head/finance/venice/Makefile
  head/finance/weberp/Makefile
  head/ftp/filezilla/Makefile
  head/ftp/gftp/Makefile
  head/ftp/horde-gollem/Makefile
  head/ftp/pavuk/Makefile
  head/ftp/phpwebftp/Makefile
  head/ftp/pureadmin/Makefile
  head/ftp/urlgfe/Makefile
  head/ftp/yafc/Makefile
  head/irc/bitlbee-facebook/Makefile
  head/irc/bitlbee-steam/Makefile
  head/irc/dxirc/Makefile
  head/irc/hexchat-fish/Makefile
  head/irc/irssi-dcc_send_limiter/Makefile
  head/irc/irssi-xmpp/Makefile
  head/irc/lostirc/Makefile
  head/japanese/ebview-gtk2/Makefile
  head/japanese/fcitx-anthy/Makefile
  head/japanese/fcitx-skk/Makefile
  head/japanese/ibus-anthy/Makefile
  head/japanese/ibus-skk/Makefile
  head/japanese/im-ja/Makefile
  head/japanese/kana-no-quiz/Makefile
  head/japanese/kanjipad/Makefile
  head/japanese/libtomoe-gtk/Makefile
  head/japanese/scim-tomoe/Makefile
  head/japanese/skk-tools/Makefile
  head/japanese/tomoe/Makefile
  head/japanese/uim-tomoe-gtk/Makefile
  head/japanese/xdtp/Makefile
  head/korean/fcitx-hangul/Makefile
  head/korean/imhangul-gtk2/Makefile
  head/korean/imhangul-gtk3/Makefile
  head/lang/basic256/Makefile
  head/lang/cjs/Makefile
  head/lang/cling/Makefile
  head/lang/lafontaine/Makefile
  head/lang/php71/Makefile
  head/lang/php72/Makefile
  head/lang/smalltalk/Makefile
  head/ports-mgmt/packagekit/Makefile

Modified: head/dns/opendnssec/Makefile
==============================================================================
--- head/dns/opendnssec/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/dns/opendnssec/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -19,7 +19,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir="${PREFIX}/var"
 USE_RC_SUBR=	opendnssec
 USE_GNOME=	libxml2
-USES=		compiler:c11 perl5 ssl
+USES=		compiler:c11 gnome perl5 ssl
 USE_LDCONFIG=	yes
 
 CONFLICTS=	opendnssec-1.[0-3]* opendnssec2-[0-9]*

Modified: head/dns/pear-Horde_Idna/Makefile
==============================================================================
--- head/dns/pear-Horde_Idna/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/dns/pear-Horde_Idna/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -6,7 +6,7 @@ CATEGORIES=	dns www pear
 MAINTAINER=	horde at FreeBSD.org
 COMMENT=	Horde IDNA backend normalization package
 
-USES=	horde
+USES=		horde php
 USE_PHP=	dom
 
 USE_HORDE_RUN=	Horde_Exception

Modified: head/finance/homebank/Makefile
==============================================================================
--- head/finance/homebank/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/finance/homebank/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libosp.so:textproc/opensp
 
 GNU_CONFIGURE=	yes
-USES=		desktop-file-utils gettext gmake localbase pkgconfig \
+USES=		desktop-file-utils gettext gmake gnome localbase pkgconfig \
 		shared-mime-info
 USE_GNOME=	cairo gtk30 intltool
 INSTALLS_ICONS=	yes

Modified: head/finance/moneymanagerex/Makefile
==============================================================================
--- head/finance/moneymanagerex/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/finance/moneymanagerex/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -29,7 +29,7 @@ GH_TUPLE=	Regaddi:Chart.js:f13f99b:chart_js/3rd/Chart.
 		moneymanagerex:ctpp:20158e0:ctpp/3rd/ctpp \
 		moneymanagerex:mongoose:97583a6:mongoose/3rd/mongoose
 
-USES=		autoreconf compiler:c++11-lib gettext gmake lua pkgconfig
+USES=		autoreconf compiler:c++11-lib gettext gmake gnome lua pkgconfig
 GNU_CONFIGURE=	yes
 USE_WX=		3.0
 WX_CONF_ARGS=	absolute

Modified: head/finance/prestashop/Makefile
==============================================================================
--- head/finance/prestashop/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/finance/prestashop/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -11,7 +11,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	wen at FreeBSD.org
 COMMENT=	Open-Source e-Commerce Software for Web 2.0
 
-USES=		cpe shebangfix zip:infozip
+USES=		cpe php shebangfix zip:infozip
 NO_BUILD=	yes
 PRESTADIR=	www/${PORTNAME}
 PLIST=		${WRKDIR}/plist

Modified: head/finance/quickfix/Makefile
==============================================================================
--- head/finance/quickfix/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/finance/quickfix/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -16,7 +16,7 @@ BROKEN_i386=	fails to build
 
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=		gmake iconv libtool autoreconf shebangfix ssl
+USES=		autoreconf gmake gnome iconv libtool shebangfix ssl
 
 USE_GITHUB=	yes
 

Modified: head/finance/sabernetdcs-client/Makefile
==============================================================================
--- head/finance/sabernetdcs-client/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/finance/sabernetdcs-client/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyro>=0:devel/py-p
 
 USE_GNOME=	pygtk2
 USE_PYTHON=	distutils
-USES=		python:2.7 tar:bzip2
+USES=		gnome python:2.7 tar:bzip2
 DOCSDIR=	${PREFIX}/share/doc/sndcs
 DATADIR=	${PREFIX}/share/sndcs
 SUB_FILES=	pkg-message

Modified: head/finance/tryton28/Makefile
==============================================================================
--- head/finance/tryton28/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/finance/tryton28/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:deve
 
 CONFLICTS=	tryton-2.[46].*
 
-USES=		desktop-file-utils gettext python:2.7
+USES=		desktop-file-utils gettext gnome python:2.7
 USE_PYTHON=	distutils autoplist
 USE_GNOME=	gtk20 pygtk2
 

Modified: head/finance/venice/Makefile
==============================================================================
--- head/finance/venice/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/finance/venice/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -15,6 +15,7 @@ COMMENT=	Merchant Of Venice, a stock market trading pr
 
 LICENSE=	GPLv2
 
+USES=		gnome
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
 NO_BUILD=	yes

Modified: head/finance/weberp/Makefile
==============================================================================
--- head/finance/weberp/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/finance/weberp/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -14,7 +14,7 @@ LICENSE=	GPLv2
 
 PORTSCOUT=	skipv:3.12
 
-USES=		gettext shebangfix zip
+USES=		gettext php shebangfix zip
 SHEBANG_FILES=	report_runner.php \
 		build/make_release.sh \
 		build/check_syntax.sh

Modified: head/ftp/filezilla/Makefile
==============================================================================
--- head/ftp/filezilla/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/ftp/filezilla/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -25,7 +25,8 @@ LIB_DEPENDS=	libfilezilla.so:ftp/libfilezilla \
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
 INSTALLS_ICONS=	yes
-USES=		compiler:c++14-lang gmake iconv:wchar_t localbase pkgconfig sqlite tar:bzip2
+USES=		compiler:c++14-lang gmake gnome iconv:wchar_t localbase \
+		pkgconfig sqlite tar:bzip2
 USE_GNOME=	cairo gtk20
 USE_WX=		3.0
 WX_CONF_ARGS=	relative

Modified: head/ftp/gftp/Makefile
==============================================================================
--- head/ftp/gftp/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/ftp/gftp/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -12,7 +12,7 @@ COMMENT=	Free multithreaded GTK-based FTP and SFTP cli
 
 LICENSE=	GPLv2
 
-USES=		pathfix pkgconfig tar:bzip2 ssl
+USES=		gnome pathfix pkgconfig ssl tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20 gtk20
 CFLAGS+=	-D_WANT_SEMUN

Modified: head/ftp/horde-gollem/Makefile
==============================================================================
--- head/ftp/horde-gollem/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/ftp/horde-gollem/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -12,7 +12,7 @@ COMMENT=	Horde Web-based File Manager
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		horde cpe
+USES=		cpe horde php
 USE_PHP=	gettext json
 USE_HORDE_BUILD=	Horde_Role
 USE_HORDE_RUN=	Horde_Role \

Modified: head/ftp/pavuk/Makefile
==============================================================================
--- head/ftp/pavuk/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/ftp/pavuk/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -13,7 +13,7 @@ COMMENT=	HTTP, FTP, and Gopher mirroring tool
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		localbase tar:bzip2 ssl
+USES=		localbase ssl tar:bzip2
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-locale-dir=${PREFIX}/share/locale \
 		--disable-debug --disable-gnome --disable-js \
@@ -28,6 +28,7 @@ NLS_CONFIGURE_ENABLE=	nls
 NLS_USES=		gettext
 
 GTK2_CONFIGURE_ENABLE=	gtk
+GTK2_USES=		gnome
 GTK2_USE=		GNOME=gtk20
 
 DANTE_CONFIGURE_ENABLE=	socks

Modified: head/ftp/phpwebftp/Makefile
==============================================================================
--- head/ftp/phpwebftp/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/ftp/phpwebftp/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -12,7 +12,7 @@ COMMENT=	Set of PHP-scripts to manage FTP over the web
 
 LICENSE=	GPLv2
 
-USES=		zip
+USES=		php zip
 NO_BUILD=	yes
 NO_ARCH=	yes
 USE_PHP=	ftp

Modified: head/ftp/pureadmin/Makefile
==============================================================================
--- head/ftp/pureadmin/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/ftp/pureadmin/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -13,7 +13,7 @@ COMMENT=	Management utility for the PureFTPd
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		fam gettext gmake localbase pathfix pkgconfig
+USES=		fam gettext gmake gnome localbase pathfix pkgconfig
 USE_GNOME=	intltool libglade2
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes

Modified: head/ftp/urlgfe/Makefile
==============================================================================
--- head/ftp/urlgfe/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/ftp/urlgfe/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -13,7 +13,7 @@ COMMENT=	Download manager
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
 GNU_CONFIGURE=	yes
-USES=		dos2unix libtool pkgconfig ssl
+USES=		dos2unix gnome libtool pkgconfig ssl
 USE_GNOME=	gtk20
 
 OPTIONS_DEFINE=	DOCS NLS

Modified: head/ftp/yafc/Makefile
==============================================================================
--- head/ftp/yafc/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/ftp/yafc/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -17,7 +17,7 @@ LICENSE=	GPLv2+
 OPTIONS_DEFINE=	BASH EXAMPLES NLS SSH READLINE
 OPTIONS_DEFAULT=BASH SSH
 
-USES=		gmake tar:xz ssl
+USES=		gmake ssl tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	ac_cv_ipv6=yes
 CONFIGURE_ARGS=	--with-socks=no --with-socks5=no --with-krb4=no \
@@ -31,7 +31,7 @@ PLIST_FILES=	bin/yafc \
 		man/man1/yafc.1.gz
 INFO=		yafc
 
-NLS_USES=		gettext
+NLS_USES=		gettext gnome
 NLS_USE=		GNOME=intltool
 NLS_CONFIGURE_WITH=	gettext=${LOCALBASE}
 NLS_PLIST_FILES=	share/locale/de/LC_MESSAGES/yafc.mo \

Modified: head/irc/bitlbee-facebook/Makefile
==============================================================================
--- head/irc/bitlbee-facebook/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/irc/bitlbee-facebook/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib
 BUILD_DEPENDS=	bitlbee:irc/bitlbee
 
-USES=		autoreconf gettext-runtime libtool pkgconfig
+USES=		autoreconf gettext-runtime gnome libtool pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/bitlbee

Modified: head/irc/bitlbee-steam/Makefile
==============================================================================
--- head/irc/bitlbee-steam/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/irc/bitlbee-steam/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
 BUILD_DEPENDS=	bitlbee:irc/bitlbee
 
-USES=		autoreconf libtool pkgconfig
+USES=		autoreconf gnome libtool pkgconfig
 USE_GNOME=	glib20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-plugindir=${PREFIX}/lib/bitlbee

Modified: head/irc/dxirc/Makefile
==============================================================================
--- head/irc/dxirc/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/irc/dxirc/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -12,7 +12,7 @@ COMMENT=	Simple IRC client
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake compiler:c++11-lang pkgconfig xorg
+USES=		cmake compiler:c++11-lang gnome pkgconfig xorg
 USE_XORG=	ice sm x11 xext
 INSTALLS_ICONS=	yes
 

Modified: head/irc/hexchat-fish/Makefile
==============================================================================
--- head/irc/hexchat-fish/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/irc/hexchat-fish/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	hexchat:irc/hexchat
 RUN_DEPENDS=	hexchat:irc/hexchat
 
-USES=		tar:bz2 pkgconfig ssl
+USES=		gnome pkgconfig ssl tar:bz2
 USE_GNOME=	glib20
 
 CFLAGS+=	-I${LOCALBASE}/include/glib-2.0

Modified: head/irc/irssi-dcc_send_limiter/Makefile
==============================================================================
--- head/irc/irssi-dcc_send_limiter/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/irc/irssi-dcc_send_limiter/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -22,7 +22,7 @@ LICENSE=	GPLv2+
 BUILD_DEPENDS=	irssi:irc/irssi
 RUN_DEPENDS=	irssi:irc/irssi
 
-USES=		pkgconfig
+USES=		gnome pkgconfig
 USE_GNOME=	glib20
 NO_WRKSUBDIR=	yes
 

Modified: head/irc/irssi-xmpp/Makefile
==============================================================================
--- head/irc/irssi-xmpp/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/irc/irssi-xmpp/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	irssi:irc/irssi
 LIB_DEPENDS=	libloudmouth-1.so:net-im/loudmouth
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		gettext-runtime pkgconfig
+USES=		gettext-runtime gnome pkgconfig
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}"

Modified: head/irc/lostirc/Makefile
==============================================================================
--- head/irc/lostirc/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/irc/lostirc/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libgtkmm-2.4.so:x11-toolkits/gtkmm24
 
-USES=		compiler:c++11-lang pathfix pkgconfig gettext
+USES=		compiler:c++11-lang gettext gnome pathfix pkgconfig
 USE_CXXSTD=	c++11
 USE_GNOME=	gnomeprefix
 GNU_CONFIGURE=	yes

Modified: head/japanese/ebview-gtk2/Makefile
==============================================================================
--- head/japanese/ebview-gtk2/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/ebview-gtk2/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libeb.so:japanese/eb
 
 CONFLICTS=	ja-ebview-[0-9]*
 
-USES=		gettext gmake pkgconfig
+USES=		gettext gmake gnome pkgconfig
 USE_GNOME=	gtk20 pangox-compat
 USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes

Modified: head/japanese/fcitx-anthy/Makefile
==============================================================================
--- head/japanese/fcitx-anthy/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/fcitx-anthy/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx \
 		libanthy.so:japanese/anthy
 
-USES=		cmake gettext pkgconfig tar:xz
+USES=		cmake gettext gnome pkgconfig tar:xz
 INSTALLS_ICONS=	yes
 
 .include <bsd.port.mk>

Modified: head/japanese/fcitx-skk/Makefile
==============================================================================
--- head/japanese/fcitx-skk/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/fcitx-skk/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx \
 		libskk.so:japanese/libskk
 BUILD_DEPENDS=	bash:shells/bash
 
-USES=		tar:xz compiler:c++11-lang cmake gettext pkgconfig
+USES=		cmake compiler:c++11-lang gettext gnome pkgconfig tar:xz
 INSTALLS_ICONS=	yes
 CMAKE_ARGS+=	-DSKK_DEFAULT_PATH=${LOCALBASE}/share/skk/SKK-JISYO.L
 

Modified: head/japanese/ibus-anthy/Makefile
==============================================================================
--- head/japanese/ibus-anthy/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/ibus-anthy/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libanthy.so:japanese/anthy \
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/_pynotify.so:devel/py-notify
 
 GNU_CONFIGURE=	yes
-USES=		libtool gettext gmake pkgconfig python:2.7
+USES=		gettext gmake gnome libtool pkgconfig python:2.7
 USE_GNOME=	intltool pygtk2
 BINARY_ALIAS=	swig=swig3.0
 

Modified: head/japanese/ibus-skk/Makefile
==============================================================================
--- head/japanese/ibus-skk/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/ibus-skk/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libgee-0.8.so:devel/libgee \
 		libibus-1.0.so:textproc/ibus \
 		libskk.so:japanese/libskk
 
-USES=		autoreconf gettext gmake libtool pkgconfig python
+USES=		autoreconf gettext gmake gnome libtool pkgconfig python
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	DATADIRNAME=share
 USE_GITHUB=	yes

Modified: head/japanese/im-ja/Makefile
==============================================================================
--- head/japanese/im-ja/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/im-ja/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -16,7 +16,7 @@ ANTHY_DESC=	Use Anthy
 CANNA_DESC=	Use Canna
 WNN_DESC=	Use FreeWnn
 
-USES=		gettext gmake libtool pathfix perl5 pkgconfig
+USES=		gettext gmake gnome libtool pathfix perl5 pkgconfig
 USE_GNOME=	gconf2 gnomeprefix intlhack libglade2
 USE_PERL5=	build
 GNU_CONFIGURE=	yes

Modified: head/japanese/kana-no-quiz/Makefile
==============================================================================
--- head/japanese/kana-no-quiz/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/kana-no-quiz/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYGAME}
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-USES=		gettext python:2.7 tar:bzip2
+USES=		gettext gnome python:2.7 tar:bzip2
 USE_GNOME=	pygtk2:run
 USE_PYTHON=	distutils autoplist
 

Modified: head/japanese/kanjipad/Makefile
==============================================================================
--- head/japanese/kanjipad/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/kanjipad/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://fishsoup.net/software/kanjipad/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Japanese Handwriting recognition
 
-USES=		perl5 gmake pkgconfig
+USES=		gmake gnome perl5 pkgconfig
 USE_GNOME=	gtk20
 MAKE_ARGS=	OPTIMIZE="${CFLAGS}" PREFIX="${PREFIX}" \
 		GTKINC="`pkg-config --cflags gtk+-2.0`"

Modified: head/japanese/libtomoe-gtk/Makefile
==============================================================================
--- head/japanese/libtomoe-gtk/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/libtomoe-gtk/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -14,7 +14,7 @@ COMMENT=	TOMOE GTK+ library
 LIB_DEPENDS=	libtomoe.so:japanese/tomoe
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix pkgconfig python:2.7,build
+USES=		gmake gnome libtool pathfix pkgconfig python:2.7,build
 USE_GNOME=	gtk20
 USE_LDCONFIG=	yes
 

Modified: head/japanese/scim-tomoe/Makefile
==============================================================================
--- head/japanese/scim-tomoe/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/scim-tomoe/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libtomoe.so:japanese/tomoe \
 		libtomoe-gtk.so:japanese/libtomoe-gtk
 
 USE_GNOME=	intlhack
-USES=		gettext gmake iconv libtool:keepla pkgconfig
+USES=		gettext gmake gnome iconv libtool:keepla pkgconfig
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include -D__STDC_ISO_10646__

Modified: head/japanese/skk-tools/Makefile
==============================================================================
--- head/japanese/skk-tools/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/skk-tools/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -25,7 +25,7 @@ OPTIONS_DEFINE=		DOCS EXPR2
 OPTIONS_DEFAULT=	EXPR2
 
 EXPR2_DESC=		Build skkdic-expr2 (needs glib-2.x)
-EXPR2_USES=		pkgconfig
+EXPR2_USES=		gnome pkgconfig
 EXPR2_USE=		GNOME=glib20
 EXPR2_PLIST_FILES=	bin/skkdic-expr2
 EXPR2_CONFIGURE_WITH=	skkdic-expr2

Modified: head/japanese/tomoe/Makefile
==============================================================================
--- head/japanese/tomoe/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/tomoe/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -35,8 +35,8 @@ MYSQL_DESC=		Enable MySQL dictionary module
 MYSQL_USE=		MYSQL=yes
 MYSQL_CONFIGURE_WITH=	mysql
 PYTHON_DESC=		Enable Python module
+PYTHON_USES=		gnome python:2.7
 PYTHON_USE=		GNOME=pygtk2
-PYTHON_USES=		python:2.7
 PYTHON_CONFIGURE_OFF=	--with-python=no
 RUBY_DESC=		Enable Ruby module
 RUBY_BROKEN=		Does not build

Modified: head/japanese/uim-tomoe-gtk/Makefile
==============================================================================
--- head/japanese/uim-tomoe-gtk/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/uim-tomoe-gtk/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -14,7 +14,7 @@ LIB_DEPENDS=	libtomoe.so:japanese/tomoe \
 		libtomoe-gtk.so:japanese/libtomoe-gtk \
 		libuim.so:textproc/uim
 
-USES=		gettext gmake libtool pkgconfig
+USES=		gettext gmake gnome libtool pkgconfig
 USE_GNOME=	gtk20 intltool
 GNU_CONFIGURE=	yes
 

Modified: head/japanese/xdtp/Makefile
==============================================================================
--- head/japanese/xdtp/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/japanese/xdtp/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -13,7 +13,7 @@ COMMENT=	XML document transfer program
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c++11-lang pkgconfig tar:tgz
+USES=		compiler:c++11-lang gnome pkgconfig tar:tgz
 USE_CXXSTD=	c++11
 USE_GNOME=	glibmm libxml2 libxslt
 HAS_CONFIGURE=	yes

Modified: head/korean/fcitx-hangul/Makefile
==============================================================================
--- head/korean/fcitx-hangul/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/korean/fcitx-hangul/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx \
 		libhangul.so:korean/libhangul
 
-USES=		cmake gettext pkgconfig tar:xz
+USES=		cmake gettext gnome pkgconfig tar:xz
 INSTALLS_ICONS=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/korean/imhangul-gtk2/Makefile
==============================================================================
--- head/korean/imhangul-gtk2/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/korean/imhangul-gtk2/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -25,7 +25,7 @@ USE_GITHUB=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_GNOME=	cairo gdkpixbuf2 gtk20
-USES=		autoreconf gmake libtool pkgconfig
+USES=		autoreconf gmake gnome libtool pkgconfig
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes

Modified: head/korean/imhangul-gtk3/Makefile
==============================================================================
--- head/korean/imhangul-gtk3/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/korean/imhangul-gtk3/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -23,7 +23,7 @@ USE_GITHUB=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_GNOME=	cairo gdkpixbuf2 gtk30
-USES=		autoreconf gmake libtool pkgconfig
+USES=		autoreconf gmake gnome libtool pkgconfig
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes

Modified: head/lang/basic256/Makefile
==============================================================================
--- head/lang/basic256/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/lang/basic256/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	espeak:audio/espeak \
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-USES=		bison compiler:c++11-lang dos2unix qmake qt:5
+USES=		bison compiler:c++11-lang dos2unix qmake qt:5 sdl
 USE_SDL=	sdl mixer
 USE_QT=		buildtools core gui multimedia network printsupport sql widgets serialport
 QMAKE_ARGS+=	LOCALBASE="${LOCALBASE}"

Modified: head/lang/cjs/Makefile
==============================================================================
--- head/lang/cjs/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/lang/cjs/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -16,12 +16,13 @@ LIB_DEPENDS=	libdbus-glib-1.so:devel/dbus-glib \
 
 CONFLICTS_BUILD=spidermonkey17-1.7.*
 
-USES=		autoreconf compiler:c11 gettext libtool gmake \
-		pathfix pkgconfig python:build shebangfix
+USES=		autoreconf compiler:c11 gettext gmake gnome libtool pathfix \
+		pkgconfig python:build shebangfix
 USE_GNOME=	cairo glib20 gnomeprefix introspection:build
 USE_GITHUB=	yes
 GH_ACCOUNT=	linuxmint
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/lang/cling/Makefile
==============================================================================
--- head/lang/cling/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/lang/cling/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -30,8 +30,8 @@ LLVM_RELEASE=	5.0.0
 LLVM_SUFFIX=	50_cern-root
 LLVM_PREFIX=	${PREFIX}/llvm${LLVM_SUFFIX}
 
-USES=		cmake compiler:c11 compiler:c++11-lib cpe \
-		libedit ncurses python:build shebangfix tar:bzip2
+USES=		cmake compiler:c++11-lib compiler:c11 cpe gnome libedit ncurses \
+		python:build shebangfix tar:bzip2
 USE_GNOME=	libxml2
 USE_LDCONFIG=	${LLVM_PREFIX}/lib
 

Modified: head/lang/lafontaine/Makefile
==============================================================================
--- head/lang/lafontaine/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/lang/lafontaine/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -13,7 +13,7 @@ COMMENT=	Graphical logo interpreter
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-0.4
 
-USES=		pathfix gmake pkgconfig
+USES=		gmake gnome pathfix pkgconfig
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 USE_CSTD=	gnu89

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/lang/php71/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \
 		--with-libxml-dir=${LOCALBASE} \
 		--with-pcre-regex=${LOCALBASE} \
 		--program-prefix=""
-USES+=		autoreconf:build
+USES+=		autoreconf:build gnome
 USE_GNOME=	libxml2
 
 # PR230207 Allow relocations against read-only segments (override lld default)

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/lang/php72/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \
 		--with-pcre-regex=${LOCALBASE} \
 		--with-password-argon2=${LOCALBASE} \
 		--program-prefix=""
-USES+=		autoreconf:build
+USES+=		autoreconf:build gnome
 USE_GNOME=	libxml2
 
 # PR230207 Allow relocations against read-only segments (override lld default)

Modified: head/lang/smalltalk/Makefile
==============================================================================
--- head/lang/smalltalk/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/lang/smalltalk/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -50,6 +50,7 @@ OPTIONS_DEFAULT=	PGSQL SDL
 OPTIONS_SUB=	yes
 
 PGSQL_USES=	pgsql
+SDL_USES=	sdl
 SDL_USE=	SDL=image,mixer,sdl,sound,ttf
 
 post-patch:

Modified: head/ports-mgmt/packagekit/Makefile
==============================================================================
--- head/ports-mgmt/packagekit/Makefile	Fri Nov  8 14:36:06 2019	(r517071)
+++ head/ports-mgmt/packagekit/Makefile	Fri Nov  8 14:47:00 2019	(r517072)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	lsof:sysutils/lsof \
 
 IGNORE=		does not build with new polkit
 
-USES=		cpe gettext gmake iconv libtool pathfix pkgconfig \
+USES=		cpe gettext gmake gnome iconv libtool pathfix pkgconfig \
 		python:build shared-mime-info shebangfix sqlite:3
 CPE_VENDOR=	packagekit_project
 SHEBANG_FILES=	backends/test/helpers/search-name.sh \


More information about the svn-ports-all mailing list