svn commit: r514220 - in head/accessibility: accerciser at-spi2-core atkmm caribou kmousetool py-papi qt5-speech redshift sct

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 10 11:59:18 UTC 2019


Author: bapt
Date: Thu Oct 10 11:59:15 2019
New Revision: 514220
URL: https://svnweb.freebsd.org/changeset/ports/514220

Log:
  Catchup with recent developers warnings

Modified:
  head/accessibility/accerciser/Makefile
  head/accessibility/at-spi2-core/Makefile
  head/accessibility/atkmm/Makefile
  head/accessibility/caribou/Makefile
  head/accessibility/kmousetool/Makefile
  head/accessibility/py-papi/Makefile
  head/accessibility/qt5-speech/Makefile
  head/accessibility/redshift/Makefile
  head/accessibility/sct/Makefile

Modified: head/accessibility/accerciser/Makefile
==============================================================================
--- head/accessibility/accerciser/Makefile	Thu Oct 10 11:41:21 2019	(r514219)
+++ head/accessibility/accerciser/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
@@ -20,7 +20,7 @@ RUN_DEPENDS=	gsettings-desktop-schemas>=3.2.0:devel/gs
 		at-spi2-core>=2.1.5:accessibility/at-spi2-core
 
 NO_ARCH=	yes
-USES=		gettext gmake localbase:ldflags pkgconfig python:3.4+ shebangfix tar:xz
+USES=		gettext gmake gnome localbase:ldflags pkgconfig python:3.4+ shebangfix tar:xz
 USE_GNOME=	gtk30 intlhack pygobject3
 INSTALLS_ICONS=	yes
 GNU_CONFIGURE=	yes

Modified: head/accessibility/at-spi2-core/Makefile
==============================================================================
--- head/accessibility/at-spi2-core/Makefile	Thu Oct 10 11:41:21 2019	(r514219)
+++ head/accessibility/at-spi2-core/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libdbus-1.so:devel/dbus \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gnome localbase meson pkgconfig tar:xz
+USES=		gettext gnome localbase meson pkgconfig tar:xz xorg
 USE_GNOME=	glib20 introspection:build
 USE_XORG=	ice sm x11 xi xtst xext
 USE_LDCONFIG=	yes

Modified: head/accessibility/atkmm/Makefile
==============================================================================
--- head/accessibility/atkmm/Makefile	Thu Oct 10 11:41:21 2019	(r514219)
+++ head/accessibility/atkmm/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 PORTSCOUT=	limitw:1,even
 
-USES=		compiler:c++11-lang gmake localbase libtool pathfix \
+USES=		compiler:c++11-lang gmake gnome localbase libtool pathfix \
 		pkgconfig tar:xz
 USE_GNOME=	atk glibmm
 USE_LDCONFIG=	yes

Modified: head/accessibility/caribou/Makefile
==============================================================================
--- head/accessibility/caribou/Makefile	Thu Oct 10 11:41:21 2019	(r514219)
+++ head/accessibility/caribou/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
@@ -23,8 +23,8 @@ LIB_DEPENDS=	libclutter-glx-1.0.so:graphics/clutter \
 		libdbus-1.so:devel/dbus
 RUN_DEPENDS=	py3?-atspi>=2.1.91:accessibility/py-atspi@${PY_FLAVOR}
 
-USES=		gettext gmake gnome libtool localbase pathfix \
-		pkgconfig python:3.3+ shebangfix tar:xz
+USES=		gettext gl gmake gnome libtool localbase pathfix \
+		pkgconfig python:3.3+ shebangfix tar:xz xorg
 USE_GNOME=	cairo gdkpixbuf2 gtk30 intlhack introspection:build libxml2 \
 		libxslt:build pygobject3
 USE_PYTHON=	py3kplist

Modified: head/accessibility/kmousetool/Makefile
==============================================================================
--- head/accessibility/kmousetool/Makefile	Thu Oct 10 11:41:21 2019	(r514219)
+++ head/accessibility/kmousetool/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
@@ -10,7 +10,7 @@ COMMENT=	Automatic mouse click tool for KDE
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
 USE_KDE=	auth codecs config configwidgets coreaddons dbusaddons \
 		ecm i18n iconthemes notifications widgetsaddons xmlgui
 USE_QT=		core dbus gui phonon4 widgets xml \

Modified: head/accessibility/py-papi/Makefile
==============================================================================
--- head/accessibility/py-papi/Makefile	Thu Oct 10 11:41:21 2019	(r514219)
+++ head/accessibility/py-papi/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
@@ -14,7 +14,7 @@ COMMENT=	ATK accessibility wrapper for python
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		pkgconfig python:2.7
+USES=		gnome pkgconfig python:2.7
 USE_GNOME=	atk
 USE_PYTHON=	autoplist distutils
 

Modified: head/accessibility/qt5-speech/Makefile
==============================================================================
--- head/accessibility/qt5-speech/Makefile	Thu Oct 10 11:41:21 2019	(r514219)
+++ head/accessibility/qt5-speech/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
@@ -8,7 +8,8 @@ PKGNAMEPREFIX=	qt5-
 MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Accessibilty features for Qt5
 
-USES=		compiler:c++11-lang gl pkgconfig qmake:outsource qt-dist:5,speech
+USES=		compiler:c++11-lang gl pkgconfig qmake:outsource \
+		qt-dist:5,speech xorg
 USE_GL=		gl
 USE_QT=		core gui buildtools_build qmake_build
 

Modified: head/accessibility/redshift/Makefile
==============================================================================
--- head/accessibility/redshift/Makefile	Thu Oct 10 11:41:21 2019	(r514219)
+++ head/accessibility/redshift/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
@@ -14,8 +14,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libdrm.so:graphics/libdrm
 
-USES=		autoreconf:build gettext gmake libtool localbase pkgconfig \
-		shebangfix tar:bzip2
+USES=		autoreconf:build gettext gmake gnome libtool localbase \
+		pkgconfig shebangfix tar:bzip2 xorg
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	jonls

Modified: head/accessibility/sct/Makefile
==============================================================================
--- head/accessibility/sct/Makefile	Thu Oct 10 11:41:21 2019	(r514219)
+++ head/accessibility/sct/Makefile	Thu Oct 10 11:59:15 2019	(r514220)
@@ -10,6 +10,7 @@ COMMENT=	Utility to change screen temperature
 LICENSE=	UNLICENSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	0mp
 USE_XORG=	x11 xrandr


More information about the svn-ports-head mailing list