svn commit: r516848 - in head/irc: dxirc hexchat kvirc quirc

Niclas Zeising zeising at FreeBSD.org
Tue Nov 5 22:27:00 UTC 2019


Author: zeising
Date: Tue Nov  5 22:26:59 2019
New Revision: 516848
URL: https://svnweb.freebsd.org/changeset/ports/516848

Log:
  Add USES=xorg USES=gl, ports categories i
  
  Add USES=xorg and USES=gl to ports in categories starting with 'i'.
  While here, try to sprinkle other USES (mostly gnome and sdl) as needed.

Modified:
  head/irc/dxirc/Makefile
  head/irc/hexchat/Makefile
  head/irc/kvirc/Makefile
  head/irc/quirc/Makefile

Modified: head/irc/dxirc/Makefile
==============================================================================
--- head/irc/dxirc/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
+++ head/irc/dxirc/Makefile	Tue Nov  5 22:26:59 2019	(r516848)
@@ -12,7 +12,7 @@ COMMENT=	Simple IRC client
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cmake compiler:c++11-lang pkgconfig
+USES=		cmake compiler:c++11-lang pkgconfig xorg
 USE_XORG=	ice sm x11 xext
 INSTALLS_ICONS=	yes
 

Modified: head/irc/hexchat/Makefile
==============================================================================
--- head/irc/hexchat/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
+++ head/irc/hexchat/Makefile	Tue Nov  5 22:26:59 2019	(r516848)
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libproxy.so:net/libproxy \
 RUN_DEPENDS=	${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes
 
 USES=		compiler:c++11-lang desktop-file-utils gettext-tools gnome \
-		libtool meson ninja pkgconfig python:3.5+ shebangfix ssl
+		libtool meson ninja pkgconfig python:3.5+ shebangfix ssl xorg
 USE_GNOME=	cairo gtk20 intltool libxml2
 USE_XORG=	x11
 USE_GITHUB=	yes

Modified: head/irc/kvirc/Makefile
==============================================================================
--- head/irc/kvirc/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
+++ head/irc/kvirc/Makefile	Tue Nov  5 22:26:59 2019	(r516848)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libaudiofile.so:audio/libaudiofile \
 		libenchant.so:textproc/enchant
 
 USES=		cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \
-		kde:5 perl5 pkgconfig python:2.7 qt:5 ssl tar:bzip2
+		kde:5 perl5 pkgconfig python:2.7 qt:5 ssl tar:bzip2 xorg
 USE_GNOME=	glib20
 USE_PERL5=	build
 USE_KDE=	auth codecs config configwidgets coreaddons i18n notifications \

Modified: head/irc/quirc/Makefile
==============================================================================
--- head/irc/quirc/Makefile	Tue Nov  5 22:21:16 2019	(r516847)
+++ head/irc/quirc/Makefile	Tue Nov  5 22:26:59 2019	(r516848)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		tk
+USES=		tk xorg
 USE_XORG=	xt
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list