Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2019 17:19:12 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r516989 - in head/textproc: fldiff goldendict kmflcomp qstardict scim scim-kmfl-imengine uim wv xwindiff
Message-ID:  <201911071719.xA7HJChI031957@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Thu Nov  7 17:19:11 2019
New Revision: 516989
URL: https://svnweb.freebsd.org/changeset/ports/516989

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

Modified:
  head/textproc/fldiff/Makefile
  head/textproc/goldendict/Makefile
  head/textproc/kmflcomp/Makefile
  head/textproc/qstardict/Makefile
  head/textproc/scim-kmfl-imengine/Makefile
  head/textproc/scim/Makefile
  head/textproc/uim/Makefile
  head/textproc/wv/Makefile
  head/textproc/xwindiff/Makefile

Modified: head/textproc/fldiff/Makefile
==============================================================================
--- head/textproc/fldiff/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
+++ head/textproc/fldiff/Makefile	Thu Nov  7 17:19:11 2019	(r516989)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libpng.so:graphics/png
 
 GNU_CONFIGURE=	yes
-USES=		jpeg
+USES=		jpeg xorg
 USE_XORG=	x11 xext xfixes xft
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/textproc/goldendict/Makefile
==============================================================================
--- head/textproc/goldendict/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
+++ head/textproc/goldendict/Makefile	Thu Nov  7 17:19:11 2019	(r516989)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libhunspell-1.7.so:textproc/hunspell \
 		libvorbis.so:audio/libvorbis
 
 USES=		compiler:c++11-lang gnome iconv:wchar_t pkgconfig \
-		qmake qt:5
+		qmake qt:5 xorg
 USE_GITHUB=	yes
 GH_TAGNAME=	05bfc35
 USE_XORG=	xtst

Modified: head/textproc/kmflcomp/Makefile
==============================================================================
--- head/textproc/kmflcomp/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
+++ head/textproc/kmflcomp/Makefile	Thu Nov  7 17:19:11 2019	(r516989)
@@ -18,9 +18,9 @@ COMMENT=	Compiler of Keyman KMFL keyboard sources to u
 
 BUILD_DEPENDS=	bison:devel/bison
 
+USES=		iconv libtool xorg
 USE_XORG=	x11
 USE_LDCONFIG=	yes
-USES=		iconv libtool
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}

Modified: head/textproc/qstardict/Makefile
==============================================================================
--- head/textproc/qstardict/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
+++ head/textproc/qstardict/Makefile	Thu Nov  7 17:19:11 2019	(r516989)
@@ -13,7 +13,7 @@ COMMENT=	Qt based dictionary program (stardict clone)
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2
+USES=		compiler:c++11-lang gl gnome pkgconfig qmake qt:5 tar:bzip2 xorg
 USE_GL=		gl
 USE_GNOME=	glib20
 USE_QT=		core dbus gui network printsupport widgets xml \

Modified: head/textproc/scim-kmfl-imengine/Makefile
==============================================================================
--- head/textproc/scim-kmfl-imengine/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
+++ head/textproc/scim-kmfl-imengine/Makefile	Thu Nov  7 17:19:11 2019	(r516989)
@@ -21,9 +21,9 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 RUN_DEPENDS=	kmflcomp:textproc/kmflcomp \
 		scim:textproc/scim
 
+USES=		gettext gnome iconv libtool pkgconfig xorg
 USE_XORG=	x11 xkbfile xorgproto
 USE_GNOME=	glib20 gtk20 intlhack
-USES=		gettext iconv pkgconfig libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/textproc/scim/Makefile
==============================================================================
--- head/textproc/scim/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
+++ head/textproc/scim/Makefile	Thu Nov  7 17:19:11 2019	(r516989)
@@ -15,7 +15,7 @@ LICENSE=	LGPL21
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USES=		compiler:c++11-lang gettext gmake gnome iconv libtool pathfix \
-		pkgconfig
+		pkgconfig xorg
 USE_GNOME=	gtk20 intlhack
 USE_XORG=	x11 xpm
 USE_LDCONFIG=	yes

Modified: head/textproc/uim/Makefile
==============================================================================
--- head/textproc/uim/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
+++ head/textproc/uim/Makefile	Thu Nov  7 17:19:11 2019	(r516989)
@@ -29,6 +29,7 @@ OPTIONS_DEFAULT=	X11
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MX11}
+USES+=		xorg
 USE_XORG+=	x11 xext
 LIB_DEPENDS+=	libXft.so:x11-fonts/libXft
 CONFIGURE_ARGS+=	--with-x --with-xft

Modified: head/textproc/wv/Makefile
==============================================================================
--- head/textproc/wv/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
+++ head/textproc/wv/Makefile	Thu Nov  7 17:19:11 2019	(r516989)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libpng.so:graphics/png \
 		libwmf.so:graphics/libwmf
 
-USES=		gmake jpeg pkgconfig libtool
+USES=		gmake gnome jpeg pkgconfig libtool xorg
 USE_GNOME=	libgsf
 USE_XORG=	x11
 USE_LDCONFIG=	yes

Modified: head/textproc/xwindiff/Makefile
==============================================================================
--- head/textproc/xwindiff/Makefile	Thu Nov  7 17:17:53 2019	(r516988)
+++ head/textproc/xwindiff/Makefile	Thu Nov  7 17:19:11 2019	(r516989)
@@ -9,6 +9,7 @@ DIST_SUBDIR=	repacked
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Graphical Diff for X
 
+USES=		xorg
 USE_XORG=	x11 xt ice xaw
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--bindir=${STAGEDIR}${PREFIX}/bin



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