Date: Thu, 7 Nov 2019 20:20:00 +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: r517008 - in head: audio/csound audio/mp3blaster audio/ocp biology/emboss cad/jspice3 cad/spice comms/gnokii comms/morse comms/multimon-ng deskutils/cairo-dock deskutils/xneur devel/ace... Message-ID: <201911072020.xA7KK0VN054331@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Thu Nov 7 20:19:59 2019 New Revision: 517008 URL: https://svnweb.freebsd.org/changeset/ports/517008 Log: Sprinkle more USES=xorg Modified: head/audio/csound/Makefile head/audio/mp3blaster/Makefile head/audio/ocp/Makefile head/biology/emboss/Makefile head/cad/jspice3/Makefile head/cad/spice/Makefile head/comms/gnokii/Makefile head/comms/morse/Makefile head/comms/multimon-ng/Makefile head/deskutils/cairo-dock/Makefile head/deskutils/xneur/Makefile head/devel/ace/Makefile head/devel/agar/Makefile head/devel/hwloc/Makefile head/devel/rhtvision/Makefile head/devel/sfml/Makefile head/devel/upp/Makefile head/editors/aee/Makefile head/editors/jed/Makefile head/emulators/darcnes/Makefile head/emulators/qemu30/Makefile head/emulators/qemu40/Makefile head/emulators/spim/Makefile head/emulators/wine/Makefile head/games/0verkill/Makefile head/games/angband/Makefile head/games/ezquake/Makefile head/games/heretic/Makefile head/games/stratagus/Makefile head/games/xlennart/Makefile head/games/xonotic/Makefile head/graphics/GraphicsMagick/Makefile head/graphics/aalib/Makefile head/graphics/eog-plugins/Makefile head/graphics/gmic/Makefile head/graphics/gmt/Makefile head/graphics/jasper/Makefile head/graphics/libcaca/Makefile head/graphics/libwmf/Makefile head/graphics/povray37/Makefile head/graphics/xaos/Makefile head/graphics/zbar/Makefile head/japanese/jed/Makefile head/japanese/jvim3/Makefile head/java/openjdk8/Makefile head/lang/chez-scheme/Makefile head/lang/ecl/Makefile head/lang/io/Makefile.addons head/mail/metamail/Makefile head/misc/nut/Makefile head/multimedia/ffmpeg/Makefile head/multimedia/libva-utils/Makefile head/multimedia/mpeg2codec/Makefile head/net-im/qTox/Makefile head/net/boinc-client/Makefile head/net/clusterit/Makefile head/net/freeswitch/Makefile head/net/mediastreamer/Makefile head/net/pvm/Makefile head/print/hp2xx/Makefile head/science/simbody/Makefile head/sysutils/conky/Makefile head/sysutils/gkrellm2/Makefile head/sysutils/nvclock/Makefile head/sysutils/xmbmon/Makefile head/textproc/htmldoc/Makefile head/textproc/ibus/Makefile head/www/links/Makefile head/x11-toolkits/libgdiplus/Makefile head/x11/fpc-x11/Makefile Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/audio/csound/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -64,6 +64,7 @@ EXCITER_DESC= Build the exciter opcode EXCITER_CMAKE_BOOL= BUILD_EXCITER_OPCODES FLTK_DESC= Build FLTK plugin and GUI +FLTK_USES= xorg FLTK_USE= XORG=ice,sm,x11,xext FLTK_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk FLTK_CMAKE_ON= -DBUILD_WINSOUND:BOOL=ON Modified: head/audio/mp3blaster/Makefile ============================================================================== --- head/audio/mp3blaster/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/audio/mp3blaster/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -32,11 +32,13 @@ VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis VORBIS_CONFIGURE_WITH= oggvorbis SDL_CONFIGURE_WITH= sdl +SDL_USES= sdl SDL_USE= SDL=sdl NAS_CONFIGURE_WITH= nas NAS_LIB_DEPENDS= libaudio.so:audio/nas NAS_LDFLAGS= -laudio +NAS_USES= xorg NAS_USE= XORG=x11,xt,ice,sm post-patch: Modified: head/audio/ocp/Makefile ============================================================================== --- head/audio/ocp/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/audio/ocp/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -66,8 +66,8 @@ X11_PLIST_SUB_OFF= XORG='@comment ' DESKTOP='@comment X11_USE= XORG=xxf86dga,xxf86vm,xpm,xext,x11 # needed despite stage-qa's warning -SDL_USES= desktop-file-utils -X11_USES= desktop-file-utils +SDL_USES= desktop-file-utils sdl +X11_USES= desktop-file-utils xorg LDFLAGS_i386= -Wl,-z,notext Modified: head/biology/emboss/Makefile ============================================================================== --- head/biology/emboss/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/biology/emboss/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -39,8 +39,8 @@ DATADIR= ${PREFIX}/share/${PORTNAME:tu} OPTIONS_DEFINE= DOCS X11 OPTIONS_DEFAULT= X11 DOCS_CONFIGURE_ON= --with-docroot=${DOCSDIR} +X11_USES= motif xorg X11_USE= XORG=x11 -X11_USES= motif X11_LIB_DEPENDS= libgd.so:graphics/gd \ libpng.so:graphics/png X11_CONFIGURE_OFF= --without-x Modified: head/cad/jspice3/Makefile ============================================================================== --- head/cad/jspice3/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/cad/jspice3/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -19,6 +19,7 @@ OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} +X11_USES= xorg X11_USE= XORG=x11,xaw,xt post-patch: Modified: head/cad/spice/Makefile ============================================================================== --- head/cad/spice/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/cad/spice/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -46,6 +46,7 @@ PORTEXAMPLES= bjtnoise.cir bsim1tst.cir bsim2tst.cir d OPTIONS_DEFINE= DOCS EXAMPLES X11 DEV_BSIM3 DEV_BSIM4 DEV_HISIM2 OPTIONS_DEFAULT=X11 +X11_USES= xorg X11_USE= XORG=x11,xaw,xext,xmu,xt X11_CONFIGURE_ENV= WITH_X11=yes DEV_BSIM3_DESC= BSIM3v3 MOS Transistor Model Support Modified: head/comms/gnokii/Makefile ============================================================================== --- head/comms/gnokii/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/comms/gnokii/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -72,6 +72,7 @@ SQLITE_CONFIGURE_OFF= --disable-sqlite X11_CONFIGURE_WITH= x X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +X11_USES= gnome xorg X11_USE= XORG=x11 XORG=xpm \ GNOME=cairo GNOME=gdkpixbuf2 GNOME=gtk20 X11_PLIST_SUB= X11='' Modified: head/comms/morse/Makefile ============================================================================== --- head/comms/morse/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/comms/morse/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -26,6 +26,7 @@ PULSEAUDIO_DESC= Beep using Pulse Audio OSS_MAKE_ARGS= DEVICE=OSS X11_MAKE_ARGS= DEVICE=X11 +X11_USES= xorg X11_USE= XORG=x11 X11_CFLAGS= -I${LOCALBASE}/include X11_LDFLAGS= -L${LOCALBASE}/lib Modified: head/comms/multimon-ng/Makefile ============================================================================== --- head/comms/multimon-ng/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/comms/multimon-ng/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -20,6 +20,7 @@ OPTIONS_DEFINE= PULSEAUDIO X11 PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio PULSEAUDIO_CMAKE_BOOL= PULSE_AUDIO_SUPPORT +X11_USES= xorg X11_USE= XORG=ice,sm,x11,xext X11_CMAKE_BOOL= X11_SUPPORT Modified: head/deskutils/cairo-dock/Makefile ============================================================================== --- head/deskutils/cairo-dock/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/deskutils/cairo-dock/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -50,6 +50,7 @@ WAYLAND_USE= GL=egl WAYLAND_CMAKE_BOOL= enable-wayland-support WAYLAND_IMPLIES= EGL +X11_USES= xorg X11_USE= XORG=x11,xcomposite,xinerama,xrandr,xrender,xtst X11_CMAKE_BOOL= enable-x11-support Modified: head/deskutils/xneur/Makefile ============================================================================== --- head/deskutils/xneur/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/deskutils/xneur/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -44,6 +44,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +X11_USES= xorg X11_USE= XORG=x11 X11_CONFIGURE_WITH= x Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/devel/ace/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -48,6 +48,7 @@ TK_MAKE_ENV= tk=1 TRIO_DESC= Trio portable string functions TRIO_BUILD_DEPENDS= trio>=0:devel/trio TRIO_MAKE_ENV= trio=1 +X11_USES= xorg X11_USE= XORG=xt X11_MAKE_ENV= xt=1 Modified: head/devel/agar/Makefile ============================================================================== --- head/devel/agar/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/devel/agar/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -52,6 +52,7 @@ FONTCONFIG_CONFIGURE_WITH=fontconfig FONTCONFIG_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig FONTCONFIG_IMPLIES= GUI +X11_USES= gl xorg X11_USE= GL=gl XORG=x11,xext X11_CONFIGURE_ON= --with-x=${LOCALBASE} --with-glx X11_CONFIGURE_OFF= --without-x --without-glx @@ -61,6 +62,7 @@ XINERAMA_USE= XORG=xinerama XINERAMA_CONFIGURE_WITH=xinerama XINERAMA_IMPLIES= X11 +SDL_USES= gl sdl SDL_USE= SDL=sdl GL=gl SDL_CONFIGURE_WITH= sdl SDL_IMPLIES= GUI Modified: head/devel/hwloc/Makefile ============================================================================== --- head/devel/hwloc/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/devel/hwloc/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -37,6 +37,7 @@ OPTIONS_SUB= yes CAIRO_CONFIGURE_OFF= --disable-cairo --without-x CAIRO_CONFIGURE_ON= --enable-cairo --with-x CAIRO_LIB_DEPENDS= libcairo.so:graphics/cairo +CAIRO_USES= xorg CAIRO_USE= XORG=x11 post-install-DOCS-on: Modified: head/devel/rhtvision/Makefile ============================================================================== --- head/devel/rhtvision/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/devel/rhtvision/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -36,6 +36,7 @@ PLIST_SUB= VERSION="${PORTVERSION:R}" NLS_USES= gettext NLS_CONFIGURE_OFF= --no-intl +X11_USES xorg X11_USE= XORG=x11,xmu X11_CONFIGURE_ON= --x-include=${LOCALBASE}/include \ --x-lib=${LOCALBASE}/lib Modified: head/devel/sfml/Makefile ============================================================================== --- head/devel/sfml/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/devel/sfml/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -36,7 +36,7 @@ MODULES_DESC= SFML modules WINDOW_DESC= SFML Window module WINDOW_CMAKE_BOOL= SFML_BUILD_WINDOW -WINDOW_USES= gl +WINDOW_USES= gl xorg WINDOW_USE= XORG=x11,xrandr GL=gl GRAPHICS_DESC= SFML Graphics module Modified: head/devel/upp/Makefile ============================================================================== --- head/devel/upp/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/devel/upp/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -48,6 +48,7 @@ IDE_LIB_DEPENDS= libexpat.so:textproc/expat2 \ libnotify.so:devel/libnotify \ libpng.so:graphics/png IDE_PLIST_FILES= bin/theide ${MANPREFIX}/man/man1/theide.1.gz +IDE_USES= gnome xorg IDE_USE= XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xi,xinerama,xrandr,xrender \ GNOME=cairo,gdkpixbuf2,gtk20 UMK_DESC= Build/install UMK (U++ MaKe command line utility) @@ -57,7 +58,9 @@ USEMALLOC_VARS= MACRO_FLAGS+=-DflagUSEMALLOC SCD_DESC= Install spelling dictionaries (*.scd files) SCD_VARS= PORTDATA+=*.scd # SDL/OPENGL/MYSQL/PGSQL dependencies are only for run-time for use by executables built by the IDE +SDL_USES= sdl SDL_USE= SDL=sdl +OPENGL_USES= gl OPENGL_USE= GL=gl,glu MYSQL_USES= mysql PGSQL_USES= pgsql Modified: head/editors/aee/Makefile ============================================================================== --- head/editors/aee/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/editors/aee/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -23,6 +23,7 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= XAE XAE_DESC= Build X11 version 'xae' +XAE_USES= xorg XAE_USE= XORG=x11 XAE_PLIST_FILES= bin/xae bin/rxae XAE_ALL_TARGET= xae Modified: head/editors/jed/Makefile ============================================================================== --- head/editors/jed/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/editors/jed/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -36,6 +36,7 @@ MAKE_ENV+= DEST_DOC_DIR=${STAGEDIR}${DOCSDIR} ALL_TARGET= all getmail +X11_USES= xorg X11_USE= XORG=x11 XORG=ice XORG=xt X11_ALL_TARGET= xjed Modified: head/emulators/darcnes/Makefile ============================================================================== --- head/emulators/darcnes/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/emulators/darcnes/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -32,6 +32,7 @@ BACKEND_DESC= GUI backend SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib SVGALIB_VARS= MAKE_ARGS+=TARGET=Linux_svgalib +X11_USES= xorg X11_USE= XORG=x11,xaw,xext,xmu,xt .include <bsd.port.pre.mk> Modified: head/emulators/qemu30/Makefile ============================================================================== --- head/emulators/qemu30/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/emulators/qemu30/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -54,7 +54,7 @@ GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \ libepoxy.so:graphics/libepoxy \ libpcre2-8.so:devel/pcre2 GTK3_USE= GNOME=gtk30,vte3,gdkpixbuf2 XORG=x11,xext GL=gbm -GTK3_USES= gettext gl +GTK3_USES= gettext gl gnome xorg JPEG_CONFIGURE_OFF= --disable-vnc-jpeg JPEG_USES= jpeg NCURSES_USES= ncurses:base @@ -80,7 +80,7 @@ VDE_CONFIGURE_OFF= --disable-vde VDE_LIB_DEPENDS= libvdeplug.so:net/vde2 X11_CONFIGURE_ENABLE= sdl X11_USE= SDL=sdl2 XORG=x11,xext -X11_USES= sdl +X11_USES= sdl xorg .if !defined(PKGNAMESUFFIX) || ${PKGNAMESUFFIX} != "-utils" X86_TARGETS_USE_OFF= GNOME=cairo,gdkpixbuf2 .endif Modified: head/emulators/qemu40/Makefile ============================================================================== --- head/emulators/qemu40/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/emulators/qemu40/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -51,7 +51,7 @@ VDE_DESC= vde dependency (for vde networking) OPTIONS_DEFAULT=X11 GTK3 OPENGL GNUTLS SASL JPEG PNG CDROM_DMA CURL PCAP NCURSES VDE OPTIONS_SUB= yes X11_USE= SDL=sdl2 XORG=x11,xext GNOME=gdkpixbuf2 -X11_USES= sdl +X11_USES= gnome sdl xorg X11_CONFIGURE_ENABLE= sdl GTK3_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon GTK3_USE= GNOME=gdkpixbuf2,gtk30,vte3 XORG=x11,xext Modified: head/emulators/spim/Makefile ============================================================================== --- head/emulators/spim/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/emulators/spim/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -24,7 +24,7 @@ OPTIONS_DEFINE= GUI DOCS OPTIONS_DEFAULT=GUI GUI_USE= XORG=x11,xaw -GUI_USES= imake:env +GUI_USES= imake:env xorg GUI_PLIST_FILES=bin/xspim man/man1/xspim.1.gz post-build-GUI-on: Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/emulators/wine/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -111,7 +111,7 @@ VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loade WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML X11_CONFIGURE_WITH= x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender -X11_USES= gl jpeg +X11_USES= gl jpeg xorg X11_USE= GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 \ Modified: head/games/0verkill/Makefile ============================================================================== --- head/games/0verkill/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/games/0verkill/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -20,6 +20,7 @@ OPTIONS_DEFINE= X11 DOCS OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes +X11_USES= xorg X11_USE= XORG=xpm X11_CONFIGURE_WITH= x Modified: head/games/angband/Makefile ============================================================================== --- head/games/angband/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/games/angband/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -23,8 +23,10 @@ OPTIONS_DEFINE= SDL X11 DOCS OPTIONS_DEFAULT=X11 DOCS_BUILD_DEPENDS= rst2html:textproc/py-docutils +SDL_USES= sdl SDL_USE= SDL=image,mixer,ttf,sdl SDL_CONFIGURE_ENABLE= sdl +X11_USES= xorg X11_USE= XORG=ice,sm,x11 X11_RUN_DEPENDS= xorg-fonts-miscbitmaps>=0:x11-fonts/xorg-fonts-miscbitmaps X11_CONFIGURE_ENABLE= x11 Modified: head/games/ezquake/Makefile ============================================================================== --- head/games/ezquake/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/games/ezquake/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -36,9 +36,10 @@ OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPENGL X11 OPTIMIZED_CFLAGS OPTIONS_SUB= yes -OPENGL_USES= jpeg +OPENGL_USES= gl jpeg OPENGL_USE= GL=yes +X11_USES= xorg X11_USE= XORG=xxf86dga BROKEN_powerpc= Does not install on powerpc: signal 2 Modified: head/games/heretic/Makefile ============================================================================== --- head/games/heretic/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/games/heretic/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -30,10 +30,12 @@ OPTIONS_SUB= yes X11_ALL_TARGET= x11 X11_VARS= BINARY=xheretic +X11_USES= xorg X11_USE= XORG=x11,xext FASTX11_ALL_TARGET= fastx11 FASTX11_VARS= BINARY=xaheretic +FASTX11_USES= xorg FASTX11_USE= XORG=x11,xext SDL_ALL_TARGET= sdl Modified: head/games/stratagus/Makefile ============================================================================== --- head/games/stratagus/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/games/stratagus/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -50,6 +50,7 @@ VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis \ VORBIS_CMAKE_BOOL= WITH_OGGVORBIS X11_DESC= X11 clipboard pasting support +X11_USES= xorg X11_USE= XORG=x11 X11_CMAKE_BOOL= WITH_X11 Modified: head/games/xlennart/Makefile ============================================================================== --- head/games/xlennart/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/games/xlennart/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -40,12 +40,14 @@ GH_ACCOUNT= Xylemon USES= pkgconfig ATHENA_CONFIGURE_ON= --disable-gtk --disable-motif +ATHENA_USES= xorg ATHENA_USE= XORG=xaw,xmu,xt,x11,sm,ice MOTIF_CONFIGURE_ON= --disable-athena --disable-gtk MOTIF_USE= XORG=xt,x11,sm,ice,xpm -MOTIF_USES= motif +MOTIF_USES= motif xorg +GTK_USES= gnome xorg GTK_CONFIGURE_ON= --disable-athena --disable-motif GTK_USE= GNOME=gtk20 XORG=sm,ice Modified: head/games/xonotic/Makefile ============================================================================== --- head/games/xonotic/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/games/xonotic/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -42,6 +42,7 @@ CLIENT_LIB_DEPENDS= libtheora.so:multimedia/libtheora libvorbisenc.so:audio/libvorbis \ libvorbisfile.so:audio/libvorbis \ libogg.so:audio/libogg +CLIENT_USES= sdl xorg CLIENT_USE= SDL=sdl2 XORG=x11 CLIENT_ALL_TARGET= sdl-release CLIENT_PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.ico Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/GraphicsMagick/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -66,6 +66,7 @@ WEBP_LIB_DEPENDS= libwebp.so:graphics/webp WMF_CONFIGURE_WITH= wmf X11_CONFIGURE_OFF= ac_cv_lib_ICE_IceConnectionNumber=no X11_CONFIGURE_WITH= x +X11_USES= xorg X11_USE= XORG=ice,sm,x11,xext XML_CONFIGURE_WITH= xml XML_USE= GNOME=libxml2 Modified: head/graphics/aalib/Makefile ============================================================================== --- head/graphics/aalib/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/aalib/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -25,6 +25,7 @@ OPTIONS_DEFAULT= NCURSES DRIVERS_DESC= Drives selection +X11_USES= xorg X11_USE= XORG=x11 X11_CONFIGURE_WITH= x11-driver=yes NCURSES_USES= ncurses Modified: head/graphics/eog-plugins/Makefile ============================================================================== --- head/graphics/eog-plugins/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/eog-plugins/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -44,6 +44,7 @@ CHAMPLAIN_LIB_DEPENDS= libcogl.so:graphics/cogl \ libclutter-1.0.so:graphics/clutter \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libchamplain-0.12.so:graphics/libchamplain +CHAMPLAIN_USES= gl xorg CHAMPLAIN_USE= GL=egl XORG=x11,xcomposite,xdamage,xext,xfixes,xi,xrandr PYTHON_CONFIGURE_ENABLE=python Modified: head/graphics/gmic/Makefile ============================================================================== --- head/graphics/gmic/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/gmic/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -52,6 +52,7 @@ PLUGINS_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontco PLUGINS_BROKEN= cmake files support was accidentally broken, need to convert the port to gmake use: https://github.com/dtschump/gmic/issues/135 X11_CMAKE_BOOL= ENABLE_X +X11_USES= xorg X11_USE= XORG=ice,sm,x11,xext .include <bsd.port.mk> Modified: head/graphics/gmt/Makefile ============================================================================== --- head/graphics/gmt/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/gmt/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -64,6 +64,7 @@ OCTAVE_CONFIGURE_OFF= --disable-mex SHARED_DESC= Build shared (dynamic) libraries SHARED_CONFIGURE_ON= --enable-shared SHARED_USE= LDCONFIG=yes +X11_USES= xorg X11_USE= XORG=x11,xaw,xmu,xt X11_CONFIGURE_OFF= --disable-xgrid Modified: head/graphics/jasper/Makefile ============================================================================== --- head/graphics/jasper/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/jasper/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -24,6 +24,7 @@ USE_LDCONFIG= yes USES= jpeg libtool:keepla localbase zip OPENGL_CONFIGURE_ENABLE=opengl +OPENGL_USES= gl xorg OPENGL_USE= GL=glut XORG=x11,xext,xi,xmu UUID_EXTRA_PATCHES= ${PATCHDIR}/uuid.patch Modified: head/graphics/libcaca/Makefile ============================================================================== --- head/graphics/libcaca/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/libcaca/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -32,6 +32,7 @@ OPTIONS_DEFAULT= X11 IMLIB2 X11_DESC= X11 and OpenGL support FTGL_DESC= Freetype font rendering in OpenGL +X11_USES= gl xorg X11_USE= XORG=x11 GL=glut X11_CONFIGURE_OFF= --disable-x11 --disable-gl IMLIB2_LIB_DEPENDS= libImlib2.so:graphics/imlib2 Modified: head/graphics/libwmf/Makefile ============================================================================== --- head/graphics/libwmf/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/libwmf/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -34,6 +34,7 @@ OPTIONS_DEFINE= X11 DOCS OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes +X11_USES= xorg X11_USE= XORG=x11 X11_CONFIGURE_OFF=--with-x=no Modified: head/graphics/povray37/Makefile ============================================================================== --- head/graphics/povray37/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/povray37/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -40,6 +40,7 @@ IO_DESC= Without I/O restrictions (security risk) IO_CONFIGURE_ON= --disable-io-restrictions STATIC_CONFIGURE_ON= --enable-static +X11_USES= xorg X11_USE= XORG=xpm,sm,ice,x11 SDL=sdl X11_CONFIGURE_OFF= --without-x Modified: head/graphics/xaos/Makefile ============================================================================== --- head/graphics/xaos/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/xaos/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -48,6 +48,7 @@ GTK2_USE= GNOME=gtk20 GTK2_USES= pkgconfig GTK2_CONFIGURE_WITH= gtk-driver +X11_USES= xorg X11_USE= XORG=x11,xext X11_CONFIGURE_WITH= x11-driver x Modified: head/graphics/zbar/Makefile ============================================================================== --- head/graphics/zbar/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/graphics/zbar/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -26,6 +26,7 @@ OPTIONS_RADIO_IMAGEMAGICK= V6 V7 OPTIONS_SUB= yes V4L_DESC= Build zbarcam video scanner +X11_USES= xorg X11_USE= XORG=ice,sm,x11,xau,xcb,xdmcp,xext,xv X11_CONFIGURE_ON= --with-x=yes X11_CONFIGURE_OFF= --with-x=no --without-xshm --without-xv Modified: head/japanese/jed/Makefile ============================================================================== --- head/japanese/jed/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/japanese/jed/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -40,6 +40,7 @@ CANNA_CONFIGURE_ON= --with-canna=yes CANNA_CONFIGURE_OFF= --with-canna=no CANNA_LIB_DEPENDS= libcanna.so:japanese/canna-lib +X11_USES= xorg X11_USE= XORG=x11,xext,xt .include <bsd.port.options.mk> Modified: head/japanese/jvim3/Makefile ============================================================================== --- head/japanese/jvim3/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/japanese/jvim3/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -48,6 +48,7 @@ PORTDOCS= cygwin.txt differen.doc fepctrl.doc readme.d CPPFLAGS+= -DBSD_UNIX -DUSE_LOCALE LIBS+= -ltermlib -L${LOCALBASE}/lib +X11_USES= xorg X11_USE= XORG=x11 X11_CPPFLAGS= -DUSE_X11 -I${LOCALBASE}/include X11_LIBS= -lX11 -L${LOCALBASE}/lib Modified: head/java/openjdk8/Makefile ============================================================================== --- head/java/openjdk8/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/java/openjdk8/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -109,6 +109,7 @@ X11_CONFIGURE_ON= --with-giflib=system \ X11_LIB_DEPENDS= libgif.so:graphics/giflib X11_MAKE_ENV_OFF= BUILD_HEADLESS_ONLY=1 \ MAKEFLAGS=X_CFLAGS="-I${LOCALBASE}/include" +X11_USES= xorg X11_USE= XORG=x11,xext,xi,xrender,xt,xtst FONTCONFIG_EXTRA_PATCHES= ${PATCHDIR}/fontconfig.patch FONTCONFIG_IMPLIES= X11 Modified: head/lang/chez-scheme/Makefile ============================================================================== --- head/lang/chez-scheme/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/lang/chez-scheme/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -45,6 +45,7 @@ CONFIGURE_ARGS= --installprefix=${PREFIX} \ PLIST_SUB= PORTNAME=${PORTNAME} \ CHEZ_ARCH=${CHEZ_ARCH} \ CHEZ_LIBDIR=${CHEZ_LIBDIR} +X11_USES= xorg X11_USE= XORG=x11 .include <bsd.port.pre.mk> Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/lang/ecl/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -41,6 +41,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" ASDF_CONFIGURE_ON= --with-asdf=yes ASDF_CONFIGURE_OFF= --with-asdf=no +CLX_USES= xorg CLX_USE= XORG=x11 CLX_CONFIGURE_ON= --with-clx=yes CLX_CONFIGURE_OFF= --with-clx=no Modified: head/lang/io/Makefile.addons ============================================================================== --- head/lang/io/Makefile.addons Thu Nov 7 20:13:06 2019 (r517007) +++ head/lang/io/Makefile.addons Thu Nov 7 20:19:59 2019 (r517008) @@ -74,13 +74,16 @@ OPTIONS_GROUP_ADDONS=${OPTIONAL_ADDONS:tu} BIGNUM_LIB_DEPENDS= libgmp.so:math/gmp CFFI_LIB_DEPENDS= libffi.so:devel/libffi +CAIRO_USES= gnome CAIRO_USE= GNOME=cairo CLUTTER_LIB_DEPENDS= libclutter-glx-1.0.so:graphics/clutter DBI_LIB_DEPENDS= libdbi.so:databases/libdbi EDITLINE_USES= libedit FONT_LIB_DEPENDS= libfreetype.so:print/freetype2 +FONT_USES= gl xorg FONT_USE= GL=glut XORG=xmu GLFW_LIB_DEPENDS= libglfw.so:graphics/glfw2 +GLFW_USES= gl xorg GLFW_USE+= GL=glu,gl XORG=sm,ice,x11,xext,xi IMAGE_LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff @@ -88,11 +91,12 @@ IMAGE_USES= jpeg LZO_LIB_DEPENDS= liblzo2.so:archivers/lzo2 LIBSNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile LIBXML2_USE= GNOME=libxml2 -LIBXML2_USES= iconv +LIBXML2_USES= gnome iconv LOUDMOUTH_LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth MEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached MYSQL_USES= mysql:client OGG_LIB_DEPENDS= libogg.so:audio/libogg +OPENGL_USES= gl xorg OPENGL_USE= GL=glut XORG=xmu POSTGRESQL_USES= pgsql PYTHON_USES= python:3.3+ Modified: head/mail/metamail/Makefile ============================================================================== --- head/mail/metamail/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/mail/metamail/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -27,6 +27,7 @@ X11_BUILD_DEPENDS= bdftopcf:x11-fonts/bdftopcf \ mkfontscale>=0:x11-fonts/mkfontscale X11_RUN_DEPENDS= xloadimage:x11/xloadimage \ mkfontscale>=0:x11-fonts/mkfontscale +X11_USES= xorg X11_USE= XORG=x11 X11_EXTRA_PATCHES= ${FILESDIR}/extra-patch-Makefile-x11 X11_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-patch-Makefile-nox11 Modified: head/misc/nut/Makefile ============================================================================== --- head/misc/nut/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/misc/nut/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -28,6 +28,7 @@ FLTK_LIB_DEPENDS= libpthread-stubs.so:devel/libpthread libexpat.so:textproc/expat2 \ libfontconfig.so:x11-fonts/fontconfig \ libfltk_images.so:x11-toolkits/fltk +FLTK_USES= xorg FLTK_USE= XORG=x11,xau,xcb,xdmcp,xext,xft,xinerama,xpm,xrender FLTK_MAKE_ENV= HAVE_FLTK=1 FLTK_NUT="fltk/Nut" FLTK_MAKE_ENV_OFF= HAVE_FLTK=0 FLTK_NUT="" Modified: head/multimedia/ffmpeg/Makefile ============================================================================== --- head/multimedia/ffmpeg/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/multimedia/ffmpeg/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -501,6 +501,7 @@ VAPOURSYNTH_LIB_DEPENDS= libvapoursynth-script.so:mult VAPOURSYNTH_CONFIGURE_ENABLE= vapoursynth # vdpau +VDPAU_USES= xorg VDPAU_USE= XORG=x11 VDPAU_LIB_DEPENDS= libvdpau.so:multimedia/libvdpau VDPAU_CONFIGURE_ENABLE= vdpau @@ -554,6 +555,7 @@ XAVS2_LIB_DEPENDS= libxavs2.so:multimedia/xavs2 XAVS2_CONFIGURE_ENABLE= libxavs2 # xcb +XCB_USES= xorg XCB_USE= XORG=xcb XCB_CONFIGURE_ENABLE= libxcb @@ -562,6 +564,7 @@ XVID_LIB_DEPENDS= libxvidcore.so:multimedia/xvid XVID_CONFIGURE_ENABLE= libxvid # xv +XVIDEO_USES= xorg XVIDEO_USE= XORG=x11,xext,xv XVIDEO_CONFIGURE_OFF= --disable-outdev=xv Modified: head/multimedia/libva-utils/Makefile ============================================================================== --- head/multimedia/libva-utils/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/multimedia/libva-utils/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -34,6 +34,7 @@ WAYLAND_CONFIGURE_ENABLE= wayland WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland X11_CONFIGURE_ENABLE= x11 +X11_USES= xorg X11_USE= XORG=x11,xext,xfixes .include <bsd.port.mk> Modified: head/multimedia/mpeg2codec/Makefile ============================================================================== --- head/multimedia/mpeg2codec/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/multimedia/mpeg2codec/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -27,6 +27,7 @@ DATADIR= ${PREFIX}/share/mpeg2 CFLAGS+= -DVERIFY -DVERBOSE -DTRACE +X11_USES= xorg X11_USE= XORG=xext X11_MAKE_ARGS= USE_DISP="-DDISPLAY" \ USE_SHMEM="-DSH_MEM" \ Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/net-im/qTox/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -44,6 +44,7 @@ FILTERAUDIO_DESC= Enable the echo canceling backend FILTERAUDIO_CMAKE_BOOL= USE_FILTERAUDIO FILTERAUDIO_LIB_DEPENDS= libfilteraudio.so:audio/libfilteraudio PLATFORM_EXTENSIONS_CMAKE_BOOL= PLATFORM_EXTENSIONS +PLATFORM_EXTENSIONS_USES= xorg PLATFORM_EXTENSIONS_USE= XORG=x11,xscrnsaver SPELL_CHECK_DESC= Spell checking support Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/net/boinc-client/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -76,7 +76,7 @@ CLIENT_USE= RC_SUBR=boinc-client LINUX_CONFIGURE_ON= --with-boinc-alt-platform=i686-pc-linux-gnu LINUX_USES= linux -X11_USES= jpeg gl +X11_USES= jpeg gl xorg X11_USE= GL=glut XORG=x11,xscrnsaver,xmu,xi X11_CONFIGURE_OFF= --without-x ax_cv_check_glut_libglut=no Modified: head/net/clusterit/Makefile ============================================================================== --- head/net/clusterit/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/net/clusterit/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -16,6 +16,7 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= X11 OPTIONS_SUB= yes +X11_USES= xorg X11_USE= XORG=x11 .include <bsd.port.options.mk> Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/net/freeswitch/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -91,7 +91,7 @@ ALL_MODULES_LIB_DEPENDS= libavformat.so:multimedia/ffm libyaml.so:textproc/libyaml ALL_MODULES_RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa ALL_MODULES_USE= XORG=x11 OPENLDAP=yes -ALL_MODULES_USES= autoreconf # required by mod_unimrcp +ALL_MODULES_USES= autoreconf xorg # required by mod_unimrcp 8K_VARS= BITRATES+=8000 16K_VARS= BITRATES+=16000 Modified: head/net/mediastreamer/Makefile ============================================================================== --- head/net/mediastreamer/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/net/mediastreamer/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -53,6 +53,7 @@ G729_LIB_DEPENDS= libbcg729.so:audio/bcg729 GLX_IMPLIES= VIDEO GLX_CMAKE_BOOL= ENABLE_GL ENABLE_GLX +GLX_USES= gl GLX_USE= GL=glew GSM_CMAKE_BOOL= ENABLE_GSM Modified: head/net/pvm/Makefile ============================================================================== --- head/net/pvm/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/net/pvm/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -29,6 +29,7 @@ OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes +X11_USES= xorg X11_USE= XORG=x11,xaw,xext,xmu,xt .include <bsd.port.options.mk> Modified: head/print/hp2xx/Makefile ============================================================================== --- head/print/hp2xx/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/print/hp2xx/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -30,6 +30,7 @@ PLIST_FILES= bin/hp2xx man/man1/hp2xx.1.gz OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 +X11_USES= xorg X11_USE= XORG=x11 X11_MAKE_ENV= PREVIEWER=to_x11 X11_MAKE_ENV_OFF= PREVIEWER=no_prev Modified: head/science/simbody/Makefile ============================================================================== --- head/science/simbody/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/science/simbody/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -34,7 +34,7 @@ DOCS_CMAKE_BOOL= INSTALL_DOCS VISUALIZER_DESC= Build the visualizer component VISUALIZER_CMAKE_BOOL= BUILD_VISUALIZER -VISUALIZER_USES= gl +VISUALIZER_USES= gl xorg VISUALIZER_USE= GL=gl,glu,glut XORG=xi,xmu EXAMPLE_PROGRAMS_DESC= Build and install example programs Modified: head/sysutils/conky/Makefile ============================================================================== --- head/sysutils/conky/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/sysutils/conky/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -63,6 +63,7 @@ IPV6_CMAKE_BOOL= BUILD_IPV6 LUA_CAIRO_DESC= Lua-Cairo binding LUA_CAIRO_CMAKE_BOOL= BUILD_LUA_CAIRO +LUA_CAIRO_USES= gnome LUA_CAIRO_USE= gnome=cairo LUA_CAIRO_PLIST_FILES= lib/conky/libcairo.so LUA_CAIRO_IMPLIES= X11 @@ -74,6 +75,7 @@ LUA_IMLIB2_IMPLIES= IMLIB2 X11 LUA_RSVG_DESC= Lua-rsvg binding LUA_RSVG_CMAKE_BOOL= BUILD_LUA_RSVG +LUA_RSVG_USES= gnome LUA_RSVG_USE= gnome=librsvg2 LUA_RSVG_PLIST_FILES= lib/conky/librsvg.so LUA_RSVG_IMPLIES= X11 @@ -94,6 +96,7 @@ NCURSES_USES= ncurses:port RSS_DESC= Display RSS feeds RSS_CMAKE_BOOL= BUILD_RSS +RSS_USES= gnome RSS_USE= gnome=glib20,libxml2 RSS_IMPLIES= CURL @@ -118,6 +121,7 @@ XMMS2_LIB_DEPENDS= libxmmsclient.so:audio/xmms2 XOAP_DESC= Display XOAP weather reports XOAP_CMAKE_BOOL= BUILD_WEATHER_XOAP XOAP_IMPLIES= CURL METAR +XOAP_USES= gnome XOAP_USE= gnome=libxml2 .include <bsd.port.options.mk> Modified: head/sysutils/gkrellm2/Makefile ============================================================================== --- head/sysutils/gkrellm2/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/sysutils/gkrellm2/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -22,6 +22,7 @@ OPTIONS_SUB= yes CLIENT_DESC= GKrellM Client CLIENT_CONFLICTS= gkrellm-[^2].* gkrellm[^2]-[^2].* +CLIENT_USES= gnome xorg CLIENT_USE= GNOME=gtk20 XORG=sm,x11 CLIENT_USE_OFF= GNOME=glib20 CLIENT_VARS_OFF= BUILD_WRKSRC=${WRKSRC}/server \ Modified: head/sysutils/nvclock/Makefile ============================================================================== --- head/sysutils/nvclock/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/sysutils/nvclock/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -26,9 +26,10 @@ NVCONTROL_DESC= NV-CONTROL support (for OpenGL setting X11_DESC= Build GUI program (requires GTK+ 2.x) NVCONTROL_USE= XORG=xext -NVCONTROL_USES= pkgconfig +NVCONTROL_USES= pkgconfig xorg NVCONTROL_CONFIGURE_OFF= --disable-nvcontrol +X11_USES= gnome X11_USE= GNOME=gtk20 X11_CONFIGURE_OFF= --disable-gtk X11_VARS= INSTALLS_ICONS=yes Modified: head/sysutils/xmbmon/Makefile ============================================================================== --- head/sysutils/xmbmon/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/sysutils/xmbmon/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -29,6 +29,7 @@ OPTIONS_DEFAULT=SMB CLI ASUS_DESC= Enable A7N8X-VM support SMB_DESC= Enable smb(4) support CLI_DESC= CLI support only +X11_USES= xorg X11_USE= XORG=x11,xt X11_MAKE_ARGS_OFF= PROGRAM="mbmon" Modified: head/textproc/htmldoc/Makefile ============================================================================== --- head/textproc/htmldoc/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/textproc/htmldoc/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -31,6 +31,7 @@ HTMLDOCGUI_DESC= Build GUI front-end HTMLDOCGUI_CONFIGURE_WITH= gui=yes HTMLDOCGUI_LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig +HTMLDOCGUI_USES= xorg HTMLDOCGUI_USE= XORG=x11,xrender,xcursor,xfixes \ xext,xft,xinerama jpeg GNUTLS_CONFIGURE_ENABLE= gnutls Modified: head/textproc/ibus/Makefile ============================================================================== --- head/textproc/ibus/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/textproc/ibus/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -62,6 +62,7 @@ GTK2_LIB_DEPENDS= libdbus-1.so:devel/dbus \ libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 +GTK3_USES= xorg GTK3_USE= GNOME=cairo,gtk30 XORG=x11,xi GTK3_CONFIGURE_ENABLE= gtk3 libnotify GTK3_LIB_DEPENDS= libdbus-1.so:devel/dbus \ Modified: head/www/links/Makefile ============================================================================== --- head/www/links/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/www/links/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -46,6 +46,7 @@ NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= gettext-runtime SVG_CONFIGURE_WITH= librsvg +SVG_USES= gnome SVG_USE= gnome=librsvg2,glib20,gdkpixbuf2,cairo SVGALIB_LIB_DEPENDS= libvga.so:graphics/svgalib Modified: head/x11-toolkits/libgdiplus/Makefile ============================================================================== --- head/x11-toolkits/libgdiplus/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/x11-toolkits/libgdiplus/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -33,6 +33,7 @@ CPE_VENDOR= mono-project OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 +X11_USES= xorg X11_USE= XORG=x11,xrender X11_CONFIGURE_OFF= --without-x11 Modified: head/x11/fpc-x11/Makefile ============================================================================== --- head/x11/fpc-x11/Makefile Thu Nov 7 20:13:06 2019 (r517007) +++ head/x11/fpc-x11/Makefile Thu Nov 7 20:19:59 2019 (r517008) @@ -16,6 +16,7 @@ OPTIONS_DEFINE= X11 X11_DESC= Install X libraries OPTIONS_DEFAULT= X11 +X11_USES= xorg X11_USE= XORG=xcursor,xfont,xxf86dga,xxf86vm,xi,xinerama,xkbfile,xrandr,xrender,xres,xv .include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911072020.xA7KK0VN054331>