Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 21:36:13 +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: r516745 - in head: cad/calculix cad/dinotrace cad/feappv cad/gmsh cad/irsim cad/kicad cad/kicad-devel cad/librecad cad/linuxcnc-devel cad/magic cad/netgen cad/openscad cad/openscad-deve...
Message-ID:  <201911042136.xA4LaDCt066056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Nov  4 21:36:13 2019
New Revision: 516745
URL: https://svnweb.freebsd.org/changeset/ports/516745

Log:
  Add USES=xorg USES=gl, ports categories c
  
  Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
  starting with 'c'.

Modified:
  head/cad/calculix/Makefile
  head/cad/dinotrace/Makefile
  head/cad/feappv/Makefile
  head/cad/gmsh/Makefile
  head/cad/irsim/Makefile
  head/cad/kicad-devel/Makefile
  head/cad/kicad/Makefile
  head/cad/librecad/Makefile
  head/cad/linuxcnc-devel/Makefile
  head/cad/magic/Makefile
  head/cad/netgen/Makefile
  head/cad/openscad-devel/Makefile
  head/cad/openscad/Makefile
  head/cad/pcb/Makefile
  head/cad/qcad/Makefile
  head/cad/qelectrotech/Makefile
  head/cad/repsnapper/Makefile
  head/cad/solvespace/Makefile
  head/cad/sumo/Makefile
  head/cad/varkon/Makefile
  head/cad/z88/Makefile
  head/chinese/aterm/Makefile
  head/chinese/fcitx-ui-light/Makefile
  head/chinese/fcitx/Makefile
  head/chinese/gcin/Makefile
  head/chinese/ibus-chewing/Makefile
  head/chinese/libcangjie/Makefile
  head/chinese/librime/Makefile
  head/comms/acfax/Makefile
  head/comms/flcluster/Makefile
  head/comms/fldigi/Makefile
  head/comms/flrig/Makefile
  head/comms/geoid/Makefile
  head/comms/ibp/Makefile
  head/comms/linrad/Makefile
  head/comms/lirc/Makefile
  head/comms/py-qt5-serialport/Makefile
  head/comms/seyon/Makefile
  head/comms/syncterm/Makefile
  head/comms/twpsk/Makefile
  head/comms/viewfax/Makefile
  head/comms/xastir/Makefile
  head/converters/wkhtmltopdf/Makefile

Modified: head/cad/calculix/Makefile
==============================================================================
--- head/cad/calculix/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/calculix/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -19,7 +19,7 @@ BROKEN_aarch64=		fails to link: shapeFunctions.c:(func
 
 RUN_DEPENDS=	ccx:cad/calculix-ccx
 
-USES=		gmake tar:bzip2 compiler:c++11-lib
+USES=		gl gmake tar:bzip2 compiler:c++11-lib xorg
 USE_XORG=	ice sm x11 xext xi xmu xt
 USE_GL=		gl glu # uses its own glut
 

Modified: head/cad/dinotrace/Makefile
==============================================================================
--- head/cad/dinotrace/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/dinotrace/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -14,7 +14,7 @@ COMMENT=	Graphical signal trace waveform viewer
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake motif perl5 tar:tgz
+USES=		gmake motif perl5 tar:tgz xorg
 USE_XORG=	x11 sm ice xmu xt
 USE_PERL5=	build
 

Modified: head/cad/feappv/Makefile
==============================================================================
--- head/cad/feappv/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/feappv/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -13,7 +13,7 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Finite element analysis program (personal version)
 
-USES=		fortran gmake localbase:ldflags
+USES=		fortran gmake localbase:ldflags xorg
 USE_GITHUB=	yes
 GH_ACCOUNT=	sanjayg0
 USE_XORG=	x11

Modified: head/cad/gmsh/Makefile
==============================================================================
--- head/cad/gmsh/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/gmsh/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -24,7 +24,8 @@ LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS=	getdp:science/getdp
 
-USES=		blaslapack compiler:c++11-lang cmake fortran gl jpeg tar:tgz
+USES=		blaslapack compiler:c++11-lang cmake fortran gl jpeg tar:tgz \
+		xorg
 USE_GL=		gl glu
 USE_XORG=	x11 xcursor xext xinerama xfixes xft xrender
 

Modified: head/cad/irsim/Makefile
==============================================================================
--- head/cad/irsim/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/irsim/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -25,7 +25,7 @@ TCL_USES=		tk:tea
 
 CONFIGURE_WRKSRC=	${WRKSRC}/scripts
 
-USES=	gmake tar:tgz
+USES=	gmake tar:tgz xorg
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 

Modified: head/cad/kicad-devel/Makefile
==============================================================================
--- head/cad/kicad-devel/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/kicad-devel/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -47,7 +47,7 @@ BINS=		cvpcb eeschema gerbview kicad pcbnew
 EXTRAS2RM=	linux-non_unicode linux wings3d LINUX.README	\
 		contrib_makefiles.txt running_kicad_under_W98.txt
 USES=		desktop-file-utils shared-mime-info compiler:c++11-lib tar:bzip2 cmake:insource,noninja \
-		gettext python:2.7 shebangfix ssl
+		gettext python:2.7 shebangfix ssl gl xorg gnome
 SHEBANG_FILES=	pcbnew/python/plugins/touch_slider_wizard.py
 
 CMAKE_ARGS=	-DLOCALBASE="${LOCALBASE}" \

Modified: head/cad/kicad/Makefile
==============================================================================
--- head/cad/kicad/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/kicad/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -28,7 +28,7 @@ GH_ACCOUNT=	KiCad
 GH_PROJECT=	kicad-source-mirror
 
 USES=		cmake:noninja compiler:c++11-lib desktop-file-utils gl gnome	\
-		pkgconfig python:2.7 shared-mime-info shebangfix ssl tar:xz
+		pkgconfig python:2.7 shared-mime-info shebangfix ssl tar:xz xorg
 SHEBANG_FILES=	pcbnew/python/plugins/touch_slider_wizard.py
 
 USE_XORG=	ice x11 xext

Modified: head/cad/librecad/Makefile
==============================================================================
--- head/cad/librecad/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/librecad/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -15,7 +15,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/version.hpp:
 LIB_DEPENDS=	libmuparser.so:math/muparser \
 		libfreetype.so:print/freetype2
 
-USES=		compiler:c++11-lib desktop-file-utils pkgconfig qmake qt:5
+USES=		compiler:c++11-lib desktop-file-utils pkgconfig gl qmake qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	LibreCAD
 GH_PROJECT=	LibreCAD

Modified: head/cad/linuxcnc-devel/Makefile
==============================================================================
--- head/cad/linuxcnc-devel/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/linuxcnc-devel/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -40,7 +40,8 @@ CONFIGURE_ARGS=	--with-realtime=uspace --enable-non-di
 		--with-locale-dir="${PREFIX}/share/locale" --with-python=${PYTHON_CMD} \
 		--with-boost-python=boost_python27
 MAKE_ENV=	BUILD_VERBOSE=1
-USES=		autoreconf gettext gmake ncurses pkgconfig python:2.7 readline shebangfix tk
+USES=		autoreconf gettext gl gmake gnome ncurses pkgconfig python:2.7 \
+		readline shebangfix tk xorg
 USE_GL=		gl glu
 USE_GNOME=	cairo gdkpixbuf2 libgnomeprintui pygtksourceview
 USE_XORG=	ice sm x11 xext xft xinerama xmu xrender xscrnsaver xt

Modified: head/cad/magic/Makefile
==============================================================================
--- head/cad/magic/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/magic/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${FILESDIR}/license.txt
 
 LIB_DEPENDS=	libBLT25.so:x11-toolkits/blt
 
-USES=		gmake tk:tea tar:tgz
+USES=		gmake gl tk:tea tar:tgz xorg
 USE_XORG=	ice xext xi xmu
 USE_GL=		gl
 CONFIGURE_ARGS=	--with-opengl

Modified: head/cad/netgen/Makefile
==============================================================================
--- head/cad/netgen/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/netgen/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libTix8.4.3.so:x11-toolkits/tix \
 OCC_BROKEN=	Does not compile because of issues with cad/opencascade
 
 USE_LDCONFIG=	yes
-USES=		gmake jpeg libtool localbase tk:tea
+USES=		gl gmake jpeg libtool localbase tk:tea xorg
 USE_GL=		gl glu
 USE_XORG=	x11 xmu xi
 MAKE_JOBS_UNSAFE=	yes

Modified: head/cad/openscad-devel/Makefile
==============================================================================
--- head/cad/openscad-devel/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/openscad-devel/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -32,7 +32,7 @@ LIB_DEPENDS=	libzip.so:archivers/libzip \
 CONFLICTS=	openscad
 
 USES=		bison compiler:c++11-lib desktop-file-utils eigen:3 gettext \
-		pkgconfig qmake qt:5 shared-mime-info
+		gl gnome pkgconfig qmake qt:5 shared-mime-info xorg
 USE_GITHUB=	yes
 USE_GL=		gl glu glew
 USE_GNOME=	glib20 libxml2

Modified: head/cad/openscad/Makefile
==============================================================================
--- head/cad/openscad/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/openscad/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -32,7 +32,7 @@ LIB_DEPENDS=	libzip.so:archivers/libzip \
 CONFLICTS=	openscad
 
 USES=		bison compiler:c++11-lib desktop-file-utils eigen:3 gettext \
-		pkgconfig qmake qt:5 shared-mime-info
+		gl gnome pkgconfig qmake qt:5 shared-mime-info xorg
 USE_GITHUB=	yes
 USE_GL=		gl glu glew
 USE_GNOME=	glib20 libxml2

Modified: head/cad/pcb/Makefile
==============================================================================
--- head/cad/pcb/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/pcb/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -22,7 +22,7 @@ RUN_DEPENDS=	m4>=1.4.11:devel/m4 \
 		${LOCALBASE}/libdata/pkgconfig/dbus-1.pc:devel/dbus
 
 USES=		gl gmake gnome pkgconfig tk:run shared-mime-info \
-		desktop-file-utils
+		desktop-file-utils xorg
 USE_GL=		gl glu
 USE_GNOME=	intltool cairo pangox-compat
 USE_XORG=	x11 xrender xinerama

Modified: head/cad/qcad/Makefile
==============================================================================
--- head/cad/qcad/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/qcad/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -23,7 +23,7 @@ BUILD_DEPENDS=	bash:shells/bash	\
 
 MAKE_JOBS_UNSAFE=yes
 
-USES=		compiler:c++11-lang gmake qmake qt:5
+USES=		compiler:c++11-lang gl gmake qmake qt:5
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 USE_QT=		buildtools qmake_build \

Modified: head/cad/qelectrotech/Makefile
==============================================================================
--- head/cad/qelectrotech/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/qelectrotech/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -14,7 +14,8 @@ COMMENT=	QElectroTech is application to design electri
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		compiler:c++11-lib desktop-file-utils kde:5 qmake qt:5 shared-mime-info
+USES=		compiler:c++11-lib desktop-file-utils gl kde:5 qmake qt:5 \
+		shared-mime-info
 USE_GL=		gl
 USE_QT=		concurrent core gui network printsupport sql sql-sqlite3 \
 		svg widgets xml \

Modified: head/cad/repsnapper/Makefile
==============================================================================
--- head/cad/repsnapper/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/repsnapper/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -16,8 +16,8 @@ LIB_DEPENDS=	libgtkglextmm-x11-1.2.so:x11-toolkits/gtk
 		libpolyclipping.so:graphics/polyclipping \
 		libzip.so:archivers/libzip
 
-USES=		compiler:c++11-lib autoreconf gettext gmake libtool localbase \
-		perl5 pkgconfig
+USES=		compiler:c++11-lib autoreconf gettext gl gmake gnome libtool \
+		localbase perl5 pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	timschmidt
 USE_GNOME=	gtkmm24 intltool libxml++26

Modified: head/cad/solvespace/Makefile
==============================================================================
--- head/cad/solvespace/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/solvespace/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -23,7 +23,7 @@ GH_PROJECT=	libdxfrw:libdxfrw
 GH_TAGNAME=	8f95895:libdxfrw
 GH_SUBDIR=	extlib/libdxfrw:libdxfrw
 
-USES=		cmake compiler:c++11-lang gl gnome pkgconfig
+USES=		cmake compiler:c++11-lang gl gnome pkgconfig xorg
 USE_GL=		gl glu glew
 USE_GNOME=	atkmm gtk20 pangomm
 USE_XORG=	x11

Modified: head/cad/sumo/Makefile
==============================================================================
--- head/cad/sumo/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/sumo/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libtiff.so:graphics/tiff \
 		libxerces-c.so:textproc/xerces-c3
 
-USES=		cmake jpeg python shebangfix zip
+USES=		cmake gl jpeg python shebangfix zip xorg
 SHEBANG_FILES=	tools/*.py tools/*/*.py \
 		tools/*/*/*.py tools/*/*/*/*.py \
 		tools/*/*/*/*/*/*.py \

Modified: head/cad/varkon/Makefile
==============================================================================
--- head/cad/varkon/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/varkon/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -21,9 +21,9 @@ RUN_DEPENDS=	xdg-open:devel/xdg-utils
 WRKSRC=		${WRKDIR}/Varkon_${PORTVERSION}
 BUILD_WRKSRC=	${WRKSRC}/sources
 
+USES=		gl gmake xorg
 USE_XORG=	xpm
 USE_GL=		glu
-USES=		gmake
 MAKE_ENV=	PLATFORM=FreeBSD
 ALL_TARGET=	# none
 MAKE_JOBS_UNSAFE=	yes

Modified: head/cad/z88/Makefile
==============================================================================
--- head/cad/z88/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/cad/z88/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libgtkglext-x11-1.0.so:x11-toolkits/gtkgl
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2
 
-USES=		gl gnome pkgconfig
+USES=		gl gnome pkgconfig xorg
 USE_GITHUB=	yes
 USE_GL=		gl glu
 USE_GNOME=	cairo gdkpixbuf2 gtk20

Modified: head/chinese/aterm/Makefile
==============================================================================
--- head/chinese/aterm/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/chinese/aterm/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -9,6 +9,7 @@ MASTER_SITES=	SF
 MAINTAINER=	gugod@gugod.org
 COMMENT=	Color vt102 terminal emulator with transparency support
 
+USES=		xorg
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-xim --enable-big5

Modified: head/chinese/fcitx-ui-light/Makefile
==============================================================================
--- head/chinese/fcitx-ui-light/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/chinese/fcitx-ui-light/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -16,8 +16,8 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	libfcitx-config.so:chinese/fcitx \
 		libfontconfig.so:x11-fonts/fontconfig
 
+USES=		tar:bzip2 cmake gettext gnome pkgconfig xorg
 USE_XORG=	x11 xft xpm
-USES=		tar:bzip2 cmake gettext pkgconfig
 USE_GNOME=	intltool
 
 .include <bsd.port.mk>

Modified: head/chinese/fcitx/Makefile
==============================================================================
--- head/chinese/fcitx/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/chinese/fcitx/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -45,7 +45,7 @@ USE_XORG=	x11 xext xkbfile sm ice
 USE_LDCONFIG=	yes
 USES=		compiler:c++11-lang gnome tar:xz cmake:noninja desktop-file-utils \
 		gettext-tools:build,run gettext-runtime iconv:wchar_t \
-		kde:5 pkgconfig shared-mime-info compiler:c++14-lang
+		kde:5 pkgconfig shared-mime-info compiler:c++14-lang xorg
 INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=	GTK2 GTK3 OPENCC TPUNC DOCS

Modified: head/chinese/gcin/Makefile
==============================================================================
--- head/chinese/gcin/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/chinese/gcin/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -16,7 +16,7 @@ BROKEN_powerpc64=	fails to build: gmake[3]: *** [Makef
 
 LIB_DEPENDS=	libcurl.so:ftp/curl
 
-USES=		gmake gnome pkgconfig tar:xz
+USES=		gmake gnome pkgconfig tar:xz xorg
 HAS_CONFIGURE=	YES
 CONFIGURE_ARGS+=	--use_gtk3=N --use_qt5=N
 USE_GNOME=	gtk30

Modified: head/chinese/ibus-chewing/Makefile
==============================================================================
--- head/chinese/ibus-chewing/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/chinese/ibus-chewing/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -20,7 +20,7 @@ CMAKE_ARGS=	-DSYSCONF_INSTALL_DIR=${PREFIX}/etc \
 		-DLIB_DIR=${PREFIX}/lib
 LDFLAGS+=	-L${LOCALBASE}/lib
 GLIB_SCHEMAS=	org.freedesktop.IBus.Chewing.gschema.xml
-USES=		cmake:noninja gettext pkgconfig
+USES=		cmake:noninja gettext gnome pkgconfig xorg
 USE_GNOME=	gtk20
 USE_XORG=	xtst
 

Modified: head/chinese/libcangjie/Makefile
==============================================================================
--- head/chinese/libcangjie/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/chinese/libcangjie/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libsqlite3.so:databases/sqlite3		\
 		libfreetype.so:print/freetype2          \
 		libdbus-1.so:devel/dbus
 
-USES=		autoreconf gmake libtool localbase pkgconfig sqlite
+USES=		autoreconf gmake libtool localbase pkgconfig sqlite xorg
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/chinese/librime/Makefile
==============================================================================
--- head/chinese/librime/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/chinese/librime/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libopencc.so:chinese/opencc \
 		libyaml-cpp.so:devel/yaml-cpp
 
-USES=		cmake compiler:c++11-lib gettext pathfix perl5 pkgconfig
+USES=		cmake compiler:c++11-lib gettext pathfix perl5 pkgconfig xorg
 USE_PERL5=	build patch
 
 USE_CXXSTD=	c++11

Modified: head/comms/acfax/Makefile
==============================================================================
--- head/comms/acfax/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/acfax/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libXaw3d.so:x11-toolkits/Xaw3d
 PLIST_FILES=	bin/acfax
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	x11 xext xmu xt sm ice
 
 post-extract:

Modified: head/comms/flcluster/Makefile
==============================================================================
--- head/comms/flcluster/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/flcluster/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libfltk.so:x11-toolkits/fltk \
 		libfontconfig.so:x11-fonts/fontconfig
 
-USES=		autoreconf compiler:c++11-lib gmake pkgconfig
+USES=		autoreconf compiler:c++11-lib gmake pkgconfig xorg
 USE_CXXSTD=	gnu++0x
 GNU_CONFIGURE=	yes
 USE_XORG=	x11 xft xext xfixes xcursor xinerama

Modified: head/comms/fldigi/Makefile
==============================================================================
--- head/comms/fldigi/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/fldigi/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -22,7 +22,8 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs\
 		libsndfile.so:audio/libsndfile \
 		libsamplerate.so:audio/libsamplerate
 
-USES=		autoreconf compiler:c++11-lib jpeg gmake perl5 pkgconfig shebangfix
+USES=		autoreconf compiler:c++11-lib jpeg gmake perl5 pkgconfig \
+		shebangfix xorg
 
 USE_CXXSTD=	gnu++0x
 GNU_CONFIGURE=	yes

Modified: head/comms/flrig/Makefile
==============================================================================
--- head/comms/flrig/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/flrig/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libfltk.so:x11-toolkits/fltk
 
-USES=		gmake jpeg
+USES=		gmake jpeg xorg
 USE_XORG=	x11 xrender xcursor xfixes xext xft xinerama
 
 GNU_CONFIGURE=	yes

Modified: head/comms/geoid/Makefile
==============================================================================
--- head/comms/geoid/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/geoid/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk \
 		libfontconfig.so:x11-fonts/fontconfig \
 		libpng.so:graphics/png
 
-USES=		gmake jpeg
+USES=		gmake jpeg xorg
 USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender
 MAKEFILE=	makefile
 

Modified: head/comms/ibp/Makefile
==============================================================================
--- head/comms/ibp/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/ibp/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -11,7 +11,7 @@ MASTER_SITES=	http://wwwhome.cs.utwente.nl/~ptdeboer/h
 MAINTAINER=	hamradio@FreeBSD.org
 COMMENT=	Little program for monitoring amateur radio beacons
 
-USES=		imake ncurses tar:tgz
+USES=		imake ncurses tar:tgz xorg
 USE_XORG=	x11
 
 post-patch:

Modified: head/comms/linrad/Makefile
==============================================================================
--- head/comms/linrad/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/linrad/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -23,7 +23,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} --sysconfdir=${PREFIX}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES=		gmake tar:bzip2
+USES=		gmake tar:bzip2 xorg
 USE_XORG=	x11
 LINRAD_DOCFILES=	z_APM.txt z_BUFFERS.txt z_CALIBRATE.txt \
 			z_COPYRIGHT.txt z_GIFINFO.txt \

Modified: head/comms/lirc/Makefile
==============================================================================
--- head/comms/lirc/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/lirc/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -13,7 +13,7 @@ COMMENT=	Linux Infrared Remote Control
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 
-USES=		alias autoreconf gmake libtool localbase python tar:bzip2
+USES=		alias autoreconf gmake libtool localbase python tar:bzip2 xorg
 USE_XORG=	sm x11 ice
 USE_CSTD=	gnu89
 INSTALL_TARGET=	install-strip

Modified: head/comms/py-qt5-serialport/Makefile
==============================================================================
--- head/comms/py-qt5-serialport/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/py-qt5-serialport/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -12,7 +12,7 @@ RUN_DEPENDS=	${PY_ENUM34}
 CONFIGURE_ARGS=	--enable QtSerialPort
 PYQT_DIST=	yes
 
-USES=		python pyqt:5 qt:5
+USES=		gl python pyqt:5 qt:5
 USE_GL=		gl
 USE_PYQT=	sip_build core_run
 USE_PYTHON=	concurrent flavors py3kplist

Modified: head/comms/seyon/Makefile
==============================================================================
--- head/comms/seyon/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/seyon/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -10,7 +10,7 @@ DISTFILES=	${DISTNAME:S/-/_/}.orig${EXTRACT_SUFX}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Communications package for the X Window system
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	x11 xext xpm xmu xaw xt sm ice
 
 MAKE_JOBS_UNSAFE=	yes

Modified: head/comms/syncterm/Makefile
==============================================================================
--- head/comms/syncterm/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/syncterm/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -31,6 +31,7 @@ MAKE_ARGS+=	RELEASE=1
 OPTIONS_DEFINE=	X11 SDL
 OPTIONS_DEFAULT=	X11 SDL
 
+X11_USES=	xorg
 X11_USE=	xorg=x11
 X11_MAKE_ARGS_OFF=	NO_X=1
 

Modified: head/comms/twpsk/Makefile
==============================================================================
--- head/comms/twpsk/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/twpsk/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -12,7 +12,7 @@ COMMENT=	X psk31 client
 
 LICENSE=	GPLv3
 
-USES=		motif pkgconfig
+USES=		motif pkgconfig xorg
 USE_XORG=	sm ice xt x11
 
 LIB_DEPENDS=	libpulse.so:audio/pulseaudio

Modified: head/comms/viewfax/Makefile
==============================================================================
--- head/comms/viewfax/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/viewfax/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -10,7 +10,7 @@ MASTER_SITES=	ftp://ftp.ping.de/pub/unix/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Display files containing g3 and/or g4 coded fax pages
 
-USES=		imake
+USES=		imake xorg
 USE_XORG=	x11 xext
 
 PLIST_FILES=	bin/viewfax lib/viewfax.tif \

Modified: head/comms/xastir/Makefile
==============================================================================
--- head/comms/xastir/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/comms/xastir/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -26,7 +26,7 @@ LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libwebpmux.so:graphics/webp \
 		libwmflite.so:graphics/libwmf
 
-USES=		gettext gmake jpeg motif python:run shebangfix
+USES=		gettext gmake gnome jpeg motif python:run shebangfix xorg
 
 USE_XORG=	ice sm x11 xext xt
 USE_GNOME+=	libxml2

Modified: head/converters/wkhtmltopdf/Makefile
==============================================================================
--- head/converters/wkhtmltopdf/Makefile	Mon Nov  4 21:21:03 2019	(r516744)
+++ head/converters/wkhtmltopdf/Makefile	Mon Nov  4 21:36:13 2019	(r516745)
@@ -23,7 +23,7 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libpng.so:graphics/png \
 		libQt5WebKit.so:www/qt5-webkit
 
-USES=		compiler:c++11-lang gmake iconv jpeg perl5 pkgconfig ssl
+USES=		compiler:c++11-lang gmake iconv jpeg perl5 pkgconfig ssl xorg
 USE_XORG=	x11 xext xrender
 USE_PERL5=	build
 USE_LDCONFIG=	yes



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