From owner-svn-ports-all@freebsd.org Thu Oct 31 09:00:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 131C71A1334; Thu, 31 Oct 2019 09:00:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 473fR36j3wz41wP; Thu, 31 Oct 2019 08:59:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C9501203F3; Thu, 31 Oct 2019 08:59:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9V8xxnl015921; Thu, 31 Oct 2019 08:59:59 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9V8xtR2015901; Thu, 31 Oct 2019 08:59:55 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201910310859.x9V8xtR2015901@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 31 Oct 2019 08:59:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516140 - in head: audio/gstreamer-plugins-sndio audio/gstreamer1-plugins-sndio audio/spectrogram deskutils/copyq devel/allegro devel/plan9port emulators/gxemul games/adonthell games/et... X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head: audio/gstreamer-plugins-sndio audio/gstreamer1-plugins-sndio audio/spectrogram deskutils/copyq devel/allegro devel/plan9port emulators/gxemul games/adonthell games/etracer games/iortcw games/... X-SVN-Commit-Revision: 516140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Oct 2019 09:00:00 -0000 Author: tobik Date: Thu Oct 31 08:59:55 2019 New Revision: 516140 URL: https://svnweb.freebsd.org/changeset/ports/516140 Log: Add missing USES to my ports Modified: head/audio/gstreamer-plugins-sndio/Makefile head/audio/gstreamer1-plugins-sndio/Makefile head/audio/spectrogram/Makefile head/deskutils/copyq/Makefile head/devel/allegro/Makefile head/devel/plan9port/Makefile head/emulators/gxemul/Makefile head/games/adonthell/Makefile head/games/etracer/Makefile head/games/iortcw/Makefile head/games/openmw/Makefile head/graphics/waylandpp/Makefile head/java/openjfx8-devel/Makefile head/sysutils/contractor/Makefile head/x11-wm/cwm/Makefile head/x11/alacritty/Makefile head/x11/simplestroke/Makefile head/x11/workrave/Makefile head/x11/xbanish/Makefile Modified: head/audio/gstreamer-plugins-sndio/Makefile ============================================================================== --- head/audio/gstreamer-plugins-sndio/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/audio/gstreamer-plugins-sndio/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -14,10 +14,9 @@ LIB_DEPENDS= libgstaudio-0.10.so:multimedia/gstreamer- libgstbase-0.10.so:multimedia/gstreamer \ libsndio.so:audio/sndio +USES= gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= t6 - -USES= pkgconfig USE_GNOME= glib20 PLIST_FILES= lib/gstreamer-0.10/libgstsndio.so Modified: head/audio/gstreamer1-plugins-sndio/Makefile ============================================================================== --- head/audio/gstreamer1-plugins-sndio/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/audio/gstreamer1-plugins-sndio/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -14,10 +14,9 @@ LIB_DEPENDS= libgstaudio-1.0.so:multimedia/gstreamer1- libgstbase-1.0.so:multimedia/gstreamer1 \ libsndio.so:audio/sndio +USES= gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= t6 - -USES= pkgconfig USE_GNOME= glib20 PLIST_FILES= lib/gstreamer-1.0/libgstsndio.so Modified: head/audio/spectrogram/Makefile ============================================================================== --- head/audio/spectrogram/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/audio/spectrogram/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfftw3.so:math/fftw3 \ libsndio.so:audio/sndio -USES= pkgconfig +USES= pkgconfig xorg USE_XORG= x11 USE_GITHUB= yes Modified: head/deskutils/copyq/Makefile ============================================================================== --- head/deskutils/copyq/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/deskutils/copyq/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -11,7 +11,7 @@ COMMENT= Qt5 based clipboard manager LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++11-lang qt:5 +USES= cmake compiler:c++11-lang qt:5 xorg USE_GITHUB= yes GH_ACCOUNT= hluk GH_PROJECT= CopyQ Modified: head/devel/allegro/Makefile ============================================================================== --- head/devel/allegro/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/devel/allegro/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -18,7 +18,7 @@ LIB_DEPENDS= libogg.so:audio/libogg \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis -USES= cmake gl makeinfo pkgconfig +USES= cmake gl makeinfo pkgconfig xorg USE_GL= gl glu USE_XORG= ice sm x11 xcursor xext xpm xxf86dga xxf86vm USE_LDCONFIG= yes Modified: head/devel/plan9port/Makefile ============================================================================== --- head/devel/plan9port/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/devel/plan9port/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -22,7 +22,7 @@ BROKEN_armv7= fails to compile: thread.c:130:5: no me LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig -USES= localbase:ldflags perl5 shebangfix +USES= localbase:ldflags perl5 shebangfix xorg USE_GITHUB= yes GH_ACCOUNT= 9fans GH_TAGNAME= e995a0c101863688d5f14649ae3de45a7c43789c Modified: head/emulators/gxemul/Makefile ============================================================================== --- head/emulators/gxemul/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/emulators/gxemul/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -31,6 +31,7 @@ OPTIONS_DEFINE= DOCS X11 OPTIONS_DEFAULT= X11 X11_RUN_DEPENDS= xterm:x11/xterm +X11_USES= xorg X11_USE= XORG=x11 X11_CONFIGURE_OFF= --disable-x Modified: head/games/adonthell/Makefile ============================================================================== --- head/games/adonthell/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/games/adonthell/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -18,7 +18,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis -USES= gettext gmake localbase pkgconfig python:2.7 +USES= gettext gmake localbase pkgconfig python:2.7 sdl USE_SDL= mixer2 ttf2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-py-debug --disable-pyc \ Modified: head/games/etracer/Makefile ============================================================================== --- head/games/etracer/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/games/etracer/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsfml-system.so:devel/sfml -USES= compiler:c++11-lang pkgconfig tar:xz +USES= compiler:c++11-lang gl pkgconfig tar:xz xorg USE_GL= gl glu GNU_CONFIGURE= yes Modified: head/games/iortcw/Makefile ============================================================================== --- head/games/iortcw/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/games/iortcw/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -20,7 +20,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libopus.so:audio/opus \ libopusfile.so:audio/opusfile -USES= gl gmake jpeg openal pkgconfig sdl +USES= gl gmake jpeg openal pkgconfig sdl xorg USE_GITHUB= yes USE_GL= gl USE_SDL= sdl2 Modified: head/games/openmw/Makefile ============================================================================== --- head/games/openmw/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/games/openmw/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -23,7 +23,7 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libosg.so:graphics/osg \ libunshield.so:archivers/unshield -USES= cmake compiler:c++14-lang gl openal pkgconfig qt:5 sdl +USES= cmake compiler:c++14-lang gl openal pkgconfig qt:5 sdl xorg USE_GITHUB= yes GH_ACCOUNT= OpenMW USE_GL= gl Modified: head/graphics/waylandpp/Makefile ============================================================================== --- head/graphics/waylandpp/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/graphics/waylandpp/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpugixml.so:textproc/pugixml \ libwayland-egl.so:graphics/wayland -USES= cmake compiler:c++11-lang gl localbase:ldflags pkgconfig +USES= cmake compiler:c++11-lang gl localbase:ldflags pkgconfig xorg USE_GITHUB= yes GH_ACCOUNT= NilsBrause USE_GL= egl Modified: head/java/openjfx8-devel/Makefile ============================================================================== --- head/java/openjfx8-devel/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/java/openjfx8-devel/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -26,7 +26,8 @@ BUILD_DEPENDS= apache-ant>0:devel/apache-ant \ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= gettext-runtime gl gnome jpeg localbase:ldflags pkgconfig sqlite +USES= gettext-runtime gl gnome jpeg localbase:ldflags pkgconfig \ + sqlite xorg USE_GL= gl USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 gtk30 pango USE_JAVA= yes Modified: head/sysutils/contractor/Makefile ============================================================================== --- head/sysutils/contractor/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/sysutils/contractor/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -15,7 +15,7 @@ BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libgee-0.8.so:devel/libgee -USES= gettext-runtime meson pkgconfig tar:xz +USES= gettext-runtime gnome meson pkgconfig tar:xz USE_GITHUB= yes GH_ACCOUNT= elementary USE_GNOME= glib20 Modified: head/x11-wm/cwm/Makefile ============================================================================== --- head/x11-wm/cwm/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/x11-wm/cwm/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -13,7 +13,7 @@ LICENSE= ISCL LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= pkgconfig shebangfix +USES= pkgconfig shebangfix xorg USE_XORG= x11 xft xinerama xrandr PLIST_FILES= bin/cwm \ Modified: head/x11/alacritty/Makefile ============================================================================== --- head/x11/alacritty/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/x11/alacritty/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-APACHE LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 -USES= cargo python:3.6+,build ssl:build +USES= cargo python:3.6+,build ssl:build xorg USE_GITHUB= yes GH_ACCOUNT= jwilm USE_XORG= xcb Modified: head/x11/simplestroke/Makefile ============================================================================== --- head/x11/simplestroke/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/x11/simplestroke/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -38,6 +38,7 @@ X11_DESC= XTEST based mouse tracker SUID_VARS_OFF= _MAYBE_SUID="" SUID_VARS= _MAYBE_SUID="@(,,4755) " +X11_USES= xorg X11_USE= XORG=x11,xtst pre-configure-X11-off: Modified: head/x11/workrave/Makefile ============================================================================== --- head/x11/workrave/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/x11/workrave/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -14,8 +14,8 @@ LICENSE= GPLv3+ LIB_DEPENDS= libgdome.so:textproc/gdome2 -USES= compiler:c++11-lang autoreconf:build gettext gmake libtool \ - localbase pathfix pkgconfig +USES= autoreconf:build compiler:c++11-lang gettext gmake gnome \ + libtool localbase pathfix pkgconfig xorg USE_CXXSTD= c++11 USE_XORG= ice xorgproto sm x11 xext xmu xscrnsaver xtst USE_GNOME= intltool intlhack introspection gtkmm30 Modified: head/x11/xbanish/Makefile ============================================================================== --- head/x11/xbanish/Makefile Thu Oct 31 08:57:51 2019 (r516139) +++ head/x11/xbanish/Makefile Thu Oct 31 08:59:55 2019 (r516140) @@ -11,9 +11,9 @@ COMMENT= Banish the mouse cursor when typing LICENSE= BSD3CLAUSE +USES= xorg USE_GITHUB= yes GH_ACCOUNT= jcs - USE_XORG= x11 xfixes xi xt MAKE_ARGS= X11BASE="${LOCALBASE}"