Date: Fri, 8 Nov 2019 14:36:06 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517071 - in head/graphics: autopano-sift-c bmp2html boxer cegui cluttermm colord colord-gtk devil dia diff-pdf electrix epdfview evolvotron founts fpc-opengl fracplanet frogr fusefs-gp... Message-ID: <201911081436.xA8Ea6nU035105@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Nov 8 14:36:06 2019 New Revision: 517071 URL: https://svnweb.freebsd.org/changeset/ports/517071 Log: graphics: Add missing USES={gl,gnome,sdl} Modified: head/graphics/autopano-sift-c/Makefile head/graphics/bmp2html/Makefile head/graphics/boxer/Makefile head/graphics/cegui/Makefile head/graphics/cluttermm/Makefile head/graphics/colord-gtk/Makefile head/graphics/colord/Makefile head/graphics/devil/Makefile head/graphics/dia/Makefile head/graphics/diff-pdf/Makefile head/graphics/electrix/Makefile head/graphics/epdfview/Makefile head/graphics/evolvotron/Makefile head/graphics/founts/Makefile head/graphics/fpc-opengl/Makefile head/graphics/fracplanet/Makefile head/graphics/frogr/Makefile head/graphics/fusefs-gphotofs/Makefile head/graphics/fyre/Makefile head/graphics/gcolor2/Makefile head/graphics/gimp-lqr-plugin/Makefile head/graphics/gliv/Makefile head/graphics/gnash/Makefile head/graphics/gnofract4d/Makefile head/graphics/goocanvasmm2/Makefile head/graphics/gource/Makefile head/graphics/gpaint/Makefile head/graphics/grafx2/Makefile head/graphics/gtkam/Makefile head/graphics/gts/Makefile head/graphics/guilib/Makefile head/graphics/hugin/Makefile head/graphics/iccxml/Makefile head/graphics/icon-slicer/Makefile head/graphics/lazpaint/Makefile head/graphics/lcdtest/Makefile head/graphics/lensfun/Makefile head/graphics/libexif-gtk/Makefile head/graphics/libgnomecanvas/Makefile head/graphics/libgnomecanvasmm26/Makefile head/graphics/libgxps/Makefile head/graphics/liblqr-1/Makefile head/graphics/libopenraw/Makefile head/graphics/libpano13/Makefile head/graphics/libsvg/Makefile head/graphics/lightzone/Makefile head/graphics/magnum-extras/Makefile head/graphics/mapnik/Makefile head/graphics/mirage/Makefile head/graphics/mtpaint/Makefile head/graphics/nathive/Makefile head/graphics/ocre/Makefile head/graphics/pdf2svg/Makefile head/graphics/pho/Makefile head/graphics/pixelize/Makefile head/graphics/py-goocanvas/Makefile head/graphics/py-paint/Makefile head/graphics/py-poppler/Makefile head/graphics/rgbpaint/Makefile head/graphics/sane-epkowa/Makefile head/graphics/sdl2_gfx/Makefile head/graphics/sdl_gfx/Makefile head/graphics/sdl_ttf/Makefile head/graphics/swfdec/Makefile head/graphics/swfmill/Makefile head/graphics/synaesthesia/Makefile head/graphics/synfigstudio/Makefile head/graphics/timeless/Makefile head/graphics/viewnior/Makefile head/graphics/vp/Makefile head/graphics/zathura-cb/Makefile head/graphics/zathura-djvu/Makefile head/graphics/zathura-pdf-poppler/Makefile head/graphics/zathura-ps/Makefile Modified: head/graphics/autopano-sift-c/Makefile ============================================================================== --- head/graphics/autopano-sift-c/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/autopano-sift-c/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -19,7 +19,7 @@ RESTRICTED= May be covered by patents CONFLICTS= autopano-sift-[0-9]* USE_GNOME= libxml2 -USES= cmake jpeg +USES= cmake gnome jpeg PORTDOCS= * Modified: head/graphics/bmp2html/Makefile ============================================================================== --- head/graphics/bmp2html/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/bmp2html/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -13,6 +13,7 @@ COMMENT= BMP to HTML converter LICENSE= PD +USES= sdl USE_SDL= sdl PLIST_FILES= bin/bmp2html Modified: head/graphics/boxer/Makefile ============================================================================== --- head/graphics/boxer/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/boxer/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -20,7 +20,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= box:graphics/box -USES= python:2.7 +USES= gnome python:2.7 USE_GNOME= pygtk2 USE_PYTHON= distutils autoplist USE_LDCONFIG= yes Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/cegui/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -17,7 +17,7 @@ CONFIGURE_ENV+= TOLUA_INC="${LUA_INCDIR}" CMAKE_ARGS= -DCEGUI_SAMPLES_ENABLED:BOOL=OFF \ -DCEGUI_BUILD_TESTS=OFF USE_LDCONFIG= yes -USES= compiler:c++11-lib cmake iconv localbase pkgconfig tar:bzip2 +USES= cmake compiler:c++11-lib iconv localbase pkgconfig tar:bzip2 PORTDOCS= * @@ -59,6 +59,7 @@ EXPAT_CMAKE_OFF= -DCEGUI_BUILD_XMLPARSER_EXPAT=OFF XERCES_LIB_DEPENDS= libxerces-c.so.3:textproc/xerces-c3 XERCES_CMAKE_ON= -DCEGUI_BUILD_XMLPARSER_XERCES=ON XERCES_CMAKE_OFF= -DCEGUI_BUILD_XMLPARSER_XERCES=OFF +LIBXML2_USES= gnome LIBXML2_USE= GNOME=libxml2 LIBXML2_CMAKE_ON= -DCEGUI_BUILD_XMLPARSER_LIBXML2=ON LIBXML2_CMAKE_OFF= -DCEGUI_BUILD_XMLPARSER_LIBXML2=OFF @@ -79,6 +80,7 @@ FREEIMAGE_LIB_DEPENDS= libfreeimage.so:graphics/freeim FREEIMAGE_CMAKE_ON= -DCEGUI_BUILD_IMAGECODEC_FREEIMAGE=ON FREEIMAGE_CMAKE_OFF= -DCEGUI_BUILD_IMAGECODEC_FREEIMAGE=OFF SDL2_DESC= SDL2 based ImageCodec module +SDL2_USES= sdl SDL2_USE= SDL=sdl2,image2 SDL2_CMAKE_ON= -DCEGUI_BUILD_IMAGECODEC_SDL2=ON SDL2_CMAKE_OFF= -DCEGUI_BUILD_IMAGECODEC_SDL2=OFF @@ -98,6 +100,7 @@ OPENGL_CMAKE_ON= -DCEGUI_BUILD_RENDERER_OPENGL=ON OPENGL_CMAKE_OFF= -DCEGUI_BUILD_RENDERER_OPENGL=OFF OPENGL3_DESC= OpenGL 3+ support (core profile) OPENGL3_BUILD_DEPENDS= ${OPENGL_BUILD_DEPENDS} +OPENGL3_USES= ${OPENGL_USES} OPENGL3_USE= ${OPENGL_USE} OPENGL3_CMAKE_ON= -DCEGUI_BUILD_RENDERER_OPENGL3=ON OPENGL3_CMAKE_OFF= -DCEGUI_BUILD_RENDERER_OPENGL3=OFF Modified: head/graphics/cluttermm/Makefile ============================================================================== --- head/graphics/cluttermm/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/cluttermm/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -14,8 +14,8 @@ COMMENT= C++ interfaces for clutter LIB_DEPENDS= libclutter-1.0.so:graphics/clutter -USES+= gettext gmake libtool pathfix perl5 pkgconfig tar:xz \ - compiler:c++11-lang +USES+= compiler:c++11-lang gettext gmake gnome libtool pathfix perl5 \ + pkgconfig tar:xz USE_CXXSTD= c++11 USE_GNOME= atkmm glib20 gtkmm30 libsigc++20 pangomm GNU_CONFIGURE= yes Modified: head/graphics/colord-gtk/Makefile ============================================================================== --- head/graphics/colord-gtk/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/colord-gtk/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -16,7 +16,7 @@ LIB_DEPENDS= libcolord.so:graphics/colord \ liblcms2.so:graphics/lcms2 USE_GNOME= gtk30 intlhack introspection:build -USES= gettext gmake libtool pathfix pkgconfig sqlite tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig sqlite tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-gtk-doc-html=no Modified: head/graphics/colord/Makefile ============================================================================== --- head/graphics/colord/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/colord/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -20,7 +20,8 @@ RUN_DEPENDS= spotread:graphics/argyllcms USERS= colord GROUPS= colord -USES= gettext gmake libtool localbase pathfix pkgconfig sqlite tar:xz +USES= gettext gmake gnome libtool localbase pathfix pkgconfig sqlite \ + tar:xz USE_GNOME= glib20 intlhack introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/devil/Makefile ============================================================================== --- head/graphics/devil/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/devil/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -61,8 +61,10 @@ EXR_CONFIGURE_ENABLE= exr #SQUISH_CONFIGURE_WITH= libsquish NVTT_LIB_DEPENDS= libnvtt.so:graphics/nvidia-texture-tools NVTT_CONFIGURE_WITH= nvtt +X11_USES= gl X11_USE= GL=glut X11_CONFIGURE_OFF= --disable-opengl --disable-x11 --disable-xpm --disable-shm +SDL_USES= sdl SDL_USE= SDL=sdl SDL_CONFIGURE_OFF= --disable-sdl SIMD_CONFIGURE_OFF= --disable-altivec --disable-sse --disable-sse2 --disable-sse3 Modified: head/graphics/dia/Makefile ============================================================================== --- head/graphics/dia/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/dia/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS LIB_DEPENDS= libpng.so:graphics/png -USES= desktop-file-utils gettext gmake libtool pathfix \ +USES= desktop-file-utils gettext gmake gnome libtool pathfix \ pkgconfig tar:xz USE_GNOME= gtk20 gnomeprefix libxslt libartlgpl2 intlhack INSTALLS_ICONS= yes Modified: head/graphics/diff-pdf/Makefile ============================================================================== --- head/graphics/diff-pdf/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/diff-pdf/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpoppler.so:graphics/poppler \ libpoppler-glib.so:graphics/poppler-glib -USES= autoreconf compiler:c++11-lang pkgconfig +USES= autoreconf compiler:c++11-lang gnome pkgconfig USE_GITHUB= yes GH_ACCOUNT= vslavik GH_TAGNAME= 6741ab9 Modified: head/graphics/electrix/Makefile ============================================================================== --- head/graphics/electrix/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/electrix/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -11,7 +11,7 @@ COMMENT= Application to view PDF files LICENSE= GPLv2 -USES= desktop-file-utils pkgconfig python:2.7 tar:bzip2 waf +USES= desktop-file-utils gnome pkgconfig python:2.7 tar:bzip2 waf USE_GNOME= gtk20 glib20 intltool intlhack MAKE_ENV= DESTDIR="${STAGEDIR}" \ Modified: head/graphics/epdfview/Makefile ============================================================================== --- head/graphics/epdfview/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/epdfview/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= cppunit-config:devel/cppunit LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib -USES= compiler:c++11-lang desktop-file-utils iconv gmake pkgconfig tar:bzip2 +USES= compiler:c++11-lang desktop-file-utils gmake gnome iconv \ + pkgconfig tar:bzip2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes USE_GNOME= gtk20 intlhack Modified: head/graphics/evolvotron/Makefile ============================================================================== --- head/graphics/evolvotron/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/evolvotron/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_thread.so:devel/boost-libs -USES= compiler:c++11-lib gl python qmake qt:5 +USES= compiler:c++11-lib gl gnome python qmake qt:5 USE_QT= core gui widgets xml buildtools_build USE_GL= gl QMAKE_ARGS= VERSION_NUMBER="${PORTVERSION}" Modified: head/graphics/founts/Makefile ============================================================================== --- head/graphics/founts/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/founts/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -13,6 +13,7 @@ COMMENT= Demo/program inspired by Erics cascade LICENSE= GPLv2 +USES= sdl USE_SDL= sdl PLIST_FILES= bin/${PORTNAME} \ Modified: head/graphics/fpc-opengl/Makefile ============================================================================== --- head/graphics/fpc-opengl/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/fpc-opengl/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -16,6 +16,7 @@ OPTIONS_DEFINE= EXAMPLES OPENGL OPENGL_DESC= Install opengl libraries OPTIONS_DEFAULT= OPENGL +OPENGL_USES= gl OPENGL_USE= GL=glut HAVE_EXAMPLES= yes Modified: head/graphics/fracplanet/Makefile ============================================================================== --- head/graphics/fracplanet/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/fracplanet/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libboost_program_options.so:devel/boost-libs -USES= compiler:c++11-lang gl qmake:outsource qt:5 +USES= compiler:c++11-lang gl gnome qmake:outsource qt:5 USE_GL= gl glu QMAKE_ARGS= VERSION_NUMBER=${PORTVERSION} USE_QT= buildtools_build core gui opengl Modified: head/graphics/frogr/Makefile ============================================================================== --- head/graphics/frogr/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/frogr/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -19,7 +19,8 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib \ libgcrypt.so:security/libgcrypt -USES= compiler:c++11-lang meson ninja tar:xz pkgconfig gettext-runtime gettext-tools +USES= compiler:c++11-lang gettext-runtime gettext-tools gnome meson \ + ninja pkgconfig tar:xz USE_GNOME= libxml2 glib20 gtk30 CFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/fusefs-gphotofs/Makefile ============================================================================== --- head/graphics/fusefs-gphotofs/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/fusefs-gphotofs/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2 -USES= fuse pkgconfig tar:bzip2 +USES= fuse gnome pkgconfig tar:bzip2 USE_GNOME= glib20 GNU_CONFIGURE= yes Modified: head/graphics/fyre/Makefile ============================================================================== --- head/graphics/fyre/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/fyre/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -13,7 +13,7 @@ COMMENT= Chaos map rendering system with GTK+-2 interf LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USES= compiler:c++11-lang desktop-file-utils gmake pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils gmake gnome pkgconfig \ shared-mime-info tar:bzip2 USE_GNOME= libglade2 GNU_CONFIGURE= yes Modified: head/graphics/gcolor2/Makefile ============================================================================== --- head/graphics/gcolor2/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/gcolor2/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= ps.ports@smyrak.com COMMENT= Simple GTK+ 2.0 color selector -USES= pkgconfig +USES= gnome pkgconfig USE_GNOME= gtk20 gnomeprefix intltool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/gimp-lqr-plugin/Makefile ============================================================================== --- head/graphics/gimp-lqr-plugin/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/gimp-lqr-plugin/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app \ liblqr-1.so:graphics/liblqr-1 -USES= compiler:c++11-lang gettext gmake localbase pkgconfig \ +USES= compiler:c++11-lang gettext gmake gnome localbase pkgconfig \ tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 intltool Modified: head/graphics/gliv/Makefile ============================================================================== --- head/graphics/gliv/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/gliv/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgtkglext-x11-1.0.so:x11-toolkits/gtkglext -USES= compiler:c11 desktop-file-utils gettext gl gmake \ +USES= compiler:c11 desktop-file-utils gettext gl gmake gnome \ localbase:ldflags pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix gtk20 USE_GL= yes Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/gnash/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -149,11 +149,13 @@ LIB_DEPENDS+= libavcodec.so:multimedia/ffmpeg \ CONFIGURE_ARGS+= --enable-media=ffmpeg \ --with-ffmpeg-incl=${LOCALBASE}/include/libavcodec \ --with-ffmpeg-lib=${LOCALBASE}/lib +USES+= sdl USE_SDL+= sdl MAKE_ARGS+= INCLUDES="-I${LOCALBASE}/include/ffmpeg" .elif ${PORT_OPTIONS:MGSTREAMER} && empty(PORT_OPTIONS:MFFMPEG) USE_GSTREAMER= ffmpeg mad vorbis CONFIGURE_ARGS+= --enable-media=gst +USES+= sdl USE_SDL+= sdl .else CONFIGURE_ARGS+= --enable-media=none Modified: head/graphics/gnofract4d/Makefile ============================================================================== --- head/graphics/gnofract4d/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/gnofract4d/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -20,7 +20,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils USE_GITHUB= yes GH_ACCOUNT= edyoung -USES= desktop-file-utils display:build jpeg localbase pathfix \ +USES= desktop-file-utils display:build gnome jpeg localbase pathfix \ pkgconfig python:2.7 shared-mime-info shebangfix SHEBANG_FILES= fractutils/get.py USE_GNOME= intlhack libxslt:build pygtk2 Modified: head/graphics/goocanvasmm2/Makefile ============================================================================== --- head/graphics/goocanvasmm2/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/goocanvasmm2/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -14,7 +14,8 @@ COMMENT= C++ bindings for the goocanvas widget for GTK LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2 -USES= compiler:c++11-lang gmake libtool pathfix pkgconfig tar:xz +USES= compiler:c++11-lang gmake gnome libtool pathfix pkgconfig \ + tar:xz USE_CXXSTD= c++11 USE_GNOME= gtkmm30 GNU_CONFIGURE= yes Modified: head/graphics/gource/Makefile ============================================================================== --- head/graphics/gource/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/gource/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -20,7 +20,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm GNU_CONFIGURE= yes -USES= gmake gl pkgconfig compiler:c++0x +USES= compiler:c++0x gl gmake pkgconfig sdl USE_GL= glew gl glu USE_SDL= image2 sdl2 Modified: head/graphics/gpaint/Makefile ============================================================================== --- head/graphics/gpaint/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/gpaint/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -11,7 +11,7 @@ MASTER_SITES= GNU_ALPHA MAINTAINER= ports@FreeBSD.org COMMENT= Small-scale painting program for GNOME -USES= libtool pkgconfig +USES= gnome libtool pkgconfig USE_GNOME= libgnomeprint libgnomeprintui GNU_CONFIGURE= yes LIBS+= -lm Modified: head/graphics/grafx2/Makefile ============================================================================== --- head/graphics/grafx2/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/grafx2/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,7 @@ LIB_DEPENDS= libX11.so:x11/libX11 \ libpng.so:graphics/png \ libtiff.so:graphics/tiff -USES= desktop-file-utils gmake iconv:wchar_t pkgconfig +USES= desktop-file-utils gmake gnome iconv:wchar_t pkgconfig sdl USE_SDL= sdl2 image2 USE_GITLAB= yes Modified: head/graphics/gtkam/Makefile ============================================================================== --- head/graphics/gtkam/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/gtkam/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -15,7 +15,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libexif-gtk.so:graphics/libexif-gtk \ libgphoto2.so:graphics/libgphoto2 -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake gnome pathfix pkgconfig USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes Modified: head/graphics/gts/Makefile ============================================================================== --- head/graphics/gts/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/gts/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -16,7 +16,7 @@ CONFLICTS= pcb-[0-9]* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool localbase pathfix pkgconfig +USES= gnome libtool localbase pathfix pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/graphics/guilib/Makefile ============================================================================== --- head/graphics/guilib/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/guilib/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -12,7 +12,7 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Simple GUI framework for use with SDL USE_SDL= sdl -USES= gmake libtool +USES= gmake libtool sdl GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/graphics/hugin/Makefile ============================================================================== --- head/graphics/hugin/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/hugin/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -28,8 +28,8 @@ RUN_DEPENDS= enblend>=4.1.4:graphics/enblend \ BROKEN_i386= Fails to build: ld: error: src/hugin_base/libhuginbase.so.0.0: undefined reference to __atomic_load -USES= cmake compiler:c++11-lib gl desktop-file-utils \ - gettext jpeg pkgconfig shared-mime-info shebangfix tar:bzip2 +USES= cmake compiler:c++11-lib desktop-file-utils gettext gl gnome \ + jpeg pkgconfig shared-mime-info shebangfix tar:bzip2 CMAKE_ARGS= -DwxWidgets_CONFIG_EXECUTABLE=${WX_CONFIG} USE_WX= 3.0+ USE_GL= glew glut Modified: head/graphics/iccxml/Makefile ============================================================================== --- head/graphics/iccxml/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/iccxml/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -11,7 +11,7 @@ COMMENT= Tools for reading and writing the ICC profile LIB_DEPENDS= libSampleICC.so:graphics/sampleicc -USES= gmake pathfix pkgconfig libtool +USES= gmake gnome libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_LDCONFIG= yes Modified: head/graphics/icon-slicer/Makefile ============================================================================== --- head/graphics/icon-slicer/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/icon-slicer/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -14,7 +14,7 @@ LICENSE= MIT # in readme and sources; COPYING seem to LIB_DEPENDS= libpopt.so:devel/popt -USES= localbase pkgconfig +USES= gnome localbase pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes Modified: head/graphics/lazpaint/Makefile ============================================================================== --- head/graphics/lazpaint/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/lazpaint/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -15,7 +15,7 @@ LICENSE= GPLv3 gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 -USES= dos2unix fpc lazarus:flavors xorg +USES= dos2unix fpc gnome lazarus:flavors xorg USE_FPC= chm fcl-base fcl-image fcl-json fcl-net fcl-web fcl-xml \ opengl openssl pasjpeg rtl-extra rtl-objpas x11 USE_XORG= x11 Modified: head/graphics/lcdtest/Makefile ============================================================================== --- head/graphics/lcdtest/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/lcdtest/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= liberation-fonts-ttf>0:x11-fonts/liberation-fonts-ttf +USES= sdl USE_SDL= sdl image ttf PLIST_FILES= bin/${PORTNAME} \ Modified: head/graphics/lensfun/Makefile ============================================================================== --- head/graphics/lensfun/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/lensfun/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,7 @@ LICENSE_FILE_CC-BY-SA-3.0= ${WRKSRC}/docs/cc-by-sa-3.0 LIB_DEPENDS= libpng.so:graphics/png -USES= cmake gettext-runtime pathfix pkgconfig shebangfix +USES= cmake gettext-runtime gnome pathfix pkgconfig shebangfix SHEBANG_FILES= apps/lensfun-update-data apps/lensfun-add-adapter USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/graphics/libexif-gtk/Makefile ============================================================================== --- head/graphics/libexif-gtk/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/libexif-gtk/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -15,7 +15,7 @@ LICENSE= LGPL21 LIB_DEPENDS= libexif.so:graphics/libexif GNU_CONFIGURE= yes -USES= libtool pkgconfig +USES= gnome libtool pkgconfig USE_GNOME= gtk20 USE_LDCONFIG= yes Modified: head/graphics/libgnomecanvas/Makefile ============================================================================== --- head/graphics/libgnomecanvas/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/libgnomecanvas/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -16,7 +16,7 @@ USES+= tar:bzip2 .if !defined(REFERENCE_PORT) -USES+= gettext gmake libtool:keepla pathfix pkgconfig +USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= intltool libglade2 libartlgpl2 referencehack GNU_CONFIGURE= yes Modified: head/graphics/libgnomecanvasmm26/Makefile ============================================================================== --- head/graphics/libgnomecanvasmm26/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/libgnomecanvasmm26/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -14,8 +14,8 @@ COMMENT= C++ wrapper for libgnomecanvas library LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 -USES= compiler:c++11-lang gmake libtool:keepla pathfix pkgconfig \ - tar:bzip2 +USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ + pkgconfig tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= libgnomecanvas GNU_CONFIGURE= yes Modified: head/graphics/libgxps/Makefile ============================================================================== --- head/graphics/libgxps/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/libgxps/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -15,7 +15,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ liblcms2.so:graphics/lcms2 -USES= gettext jpeg libarchive localbase meson pkgconfig tar:xz +USES= gettext gnome jpeg libarchive localbase meson pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= cairo glib20 introspection:build Modified: head/graphics/liblqr-1/Makefile ============================================================================== --- head/graphics/liblqr-1/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/liblqr-1/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -13,7 +13,7 @@ COMMENT= Easy to use C/C++ seam carving library LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES= tar:bzip2 gettext gmake pkgconfig libtool +USES= gettext gmake gnome libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= glib20 INSTALL_TARGET= install-strip Modified: head/graphics/libopenraw/Makefile ============================================================================== --- head/graphics/libopenraw/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/libopenraw/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs -USES= compiler:c++11-lib jpeg libtool localbase pkgconfig tar:bz2 +USES= compiler:c++11-lib gnome jpeg libtool localbase pkgconfig \ + tar:bz2 USE_GNOME= libxml2 USE_LDCONFIG= yes Modified: head/graphics/libpano13/Makefile ============================================================================== --- head/graphics/libpano13/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/libpano13/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ USE_GNOME= gtk20 glib20 pango atk -USES= autoreconf jpeg libtool pathfix +USES= autoreconf gnome jpeg libtool pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/gtk-2.0 \ -I${LOCALBASE}/include/glib-2.0 \ Modified: head/graphics/libsvg/Makefile ============================================================================== --- head/graphics/libsvg/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/libsvg/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -16,7 +16,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ GNU_CONFIGURE= yes USE_GNOME= libxml2 -USES= iconv jpeg libtool pathfix pkgconfig +USES= gnome iconv jpeg libtool pathfix pkgconfig USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/lightzone/Makefile ============================================================================== --- head/graphics/lightzone/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/lightzone/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -34,7 +34,7 @@ USE_GITHUB= yes GH_ACCOUNT= ktgw0316 GH_PROJECT= LightZone -USES= desktop-file-utils gmake jpeg pkgconfig xorg +USES= desktop-file-utils gmake gnome jpeg pkgconfig xorg USE_ANT= yes USE_JAVA= yes USE_GCC= yes Modified: head/graphics/magnum-extras/Makefile ============================================================================== --- head/graphics/magnum-extras/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/magnum-extras/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -20,7 +20,7 @@ LIB_DEPENDS= libassimp.so:multimedia/assimp \ libMagnum.so:graphics/magnum \ libpng.so:graphics/png -USES= cmake compiler:c++14-lang gl +USES= cmake compiler:c++14-lang gl sdl USE_GITHUB= yes GH_ACCOUNT= mosra GH_TUPLE= mosra:toolchains:fc22ff5:t/toolchains Modified: head/graphics/mapnik/Makefile ============================================================================== --- head/graphics/mapnik/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/mapnik/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -26,7 +26,7 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz -USES= compiler:c++11-lib pkgconfig python scons tar:bzip2 +USES= compiler:c++11-lib gnome pkgconfig python scons tar:bzip2 USE_GNOME= libxml2 USE_LDCONFIG= yes MAKE_ARGS= INPUT_PLUGINS="`${ECHO} ${INPUT_PLUGINS} | ${TR} ' ' ,`" \ Modified: head/graphics/mirage/Makefile ============================================================================== --- head/graphics/mirage/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/mirage/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -12,7 +12,7 @@ COMMENT= Fast and simple image viewer LICENSE= GPLv3 -USES= desktop-file-utils gettext python:2.7 tar:bzip2 +USES= desktop-file-utils gettext gnome python:2.7 tar:bzip2 USE_GNOME= gtk20 pygtk2 USE_PYTHON= distutils PYDISTUTILS_PKGNAME= Mirage Modified: head/graphics/mtpaint/Makefile ============================================================================== --- head/graphics/mtpaint/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/mtpaint/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libgif.so:graphics/giflib \ libfreetype.so:print/freetype2 -USES= desktop-file-utils gmake iconv jpeg pkgconfig tar:bzip2 +USES= desktop-file-utils gmake gnome iconv jpeg pkgconfig tar:bzip2 USE_GNOME= gtk20 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ Modified: head/graphics/nathive/Makefile ============================================================================== --- head/graphics/nathive/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/nathive/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -13,7 +13,7 @@ COMMENT= Lightweight image editor LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake python:2.7 shebangfix tar:tgz +USES= gmake gnome python:2.7 shebangfix tar:tgz SHEBANG_GLOB= *.py *.cy USE_GNOME= pygtk2 MAKEFILE= makefile Modified: head/graphics/ocre/Makefile ============================================================================== --- head/graphics/ocre/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/ocre/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -22,7 +22,7 @@ RUN_DEPENDS= display:graphics/ImageMagick6 \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} -USES= compiler:c11 gettext gmake pkgconfig tar:tgz +USES= compiler:c11 gettext gmake gnome pkgconfig tar:tgz USE_GNOME= gtk20 MAKE_ARGS= CC="${CC}" CFLAGS1="${CFLAGS}" Modified: head/graphics/pdf2svg/Makefile ============================================================================== --- head/graphics/pdf2svg/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/pdf2svg/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib USE_GITHUB= yes GH_ACCOUNT= db9052 -USES= pkgconfig +USES= gnome pkgconfig USE_GNOME= cairo GNU_CONFIGURE= yes Modified: head/graphics/pho/Makefile ============================================================================== --- head/graphics/pho/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/pho/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -12,7 +12,7 @@ COMMENT= Lightweight image viewer LICENSE= GPLv2 -USES= gmake pkgconfig +USES= gmake gnome pkgconfig USE_GNOME= gtk20 MAKE_ARGS= INSTALLPREFIX="${STAGEDIR}${PREFIX}" ALL_TARGET= ${PORTNAME} Modified: head/graphics/pixelize/Makefile ============================================================================== --- head/graphics/pixelize/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/pixelize/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -14,7 +14,7 @@ COMMENT= Use many scaled down images to try to duplica LICENSE= GPLv2 -USES= pkgconfig +USES= gnome pkgconfig USE_GNOME= gtk20 PLIST_FILES= bin/make_db bin/pixelize Modified: head/graphics/py-goocanvas/Makefile ============================================================================== --- head/graphics/py-goocanvas/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/py-goocanvas/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -21,7 +21,7 @@ USE_GNOME= pygtk2 USE_PYTHON= flavors GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs -USES= gmake libtool pathfix pkgconfig python:2.7 tar:bzip2 +USES= gmake gnome libtool pathfix pkgconfig python:2.7 tar:bzip2 INSTALL_TARGET= install-strip post-patch: Modified: head/graphics/py-paint/Makefile ============================================================================== --- head/graphics/py-paint/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/py-paint/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -20,7 +20,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ OPTIONS_DEFINE= EXAMPLES -USES= python:2.7 +USES= gnome python:2.7 USE_PYTHON= distutils autoplist USE_GNOME= libartlgpl2 NO_WRKSUBDIR= yes Modified: head/graphics/py-poppler/Makefile ============================================================================== --- head/graphics/py-poppler/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/py-poppler/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -17,7 +17,7 @@ COMMENT= Python bindings for the Poppler PDF rendering LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig python:2.7 +USES= gmake gnome libtool pkgconfig python:2.7 USE_GNOME= atk pygtk2 USE_PYTHON= flavors Modified: head/graphics/rgbpaint/Makefile ============================================================================== --- head/graphics/rgbpaint/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/rgbpaint/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -12,7 +12,7 @@ COMMENT= Very basic painting program LICENSE= GPLv2+ -USES= gettext pkgconfig tar:bzip2 +USES= gettext gnome pkgconfig tar:bzip2 USE_GNOME= gtk20 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ Modified: head/graphics/sane-epkowa/Makefile ============================================================================== --- head/graphics/sane-epkowa/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/sane-epkowa/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -71,7 +71,7 @@ USE_GNOME= gtk20 # The original uses gmake and ./configure # Also pass appropriate flags to configure to use FreeBSD locations. -USES= gmake pkgconfig +USES= gmake gnome pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS=-I${PREFIX}/include Modified: head/graphics/sdl2_gfx/Makefile ============================================================================== --- head/graphics/sdl2_gfx/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/sdl2_gfx/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -12,7 +12,7 @@ COMMENT= SDL graphics drawing primitives and other sup LICENSE= ZLIB -USES= gmake libtool pathfix +USES= gmake libtool pathfix sdl USE_SDL= sdl2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/graphics/sdl_gfx/Makefile ============================================================================== --- head/graphics/sdl_gfx/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/sdl_gfx/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -13,7 +13,7 @@ COMMENT= SDL graphics drawing primitives and other sup LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf gmake libtool pathfix +USES= autoreconf gmake libtool pathfix sdl USE_SDL= sdl GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/graphics/sdl_ttf/Makefile ============================================================================== --- head/graphics/sdl_ttf/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/sdl_ttf/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -26,7 +26,8 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL OPTIONS_DEFAULT= OPENGL -OPENGL_USE= GL=yes +OPENGL_USES= gl +OPENGL_USE= GL=glu post-install: ${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${STAGEDIR}${PREFIX}/bin Modified: head/graphics/swfdec/Makefile ============================================================================== --- head/graphics/swfdec/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/swfdec/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -16,7 +16,7 @@ LIB_DEPENDS= liboil-0.3.so:devel/liboil \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix pkgconfig +USES= gnome libtool pathfix pkgconfig USE_LDCONFIG= yes USE_GNOME= gtk20 USE_GSTREAMER= core good mp3 ffmpeg Modified: head/graphics/swfmill/Makefile ============================================================================== --- head/graphics/swfmill/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/swfmill/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,8 @@ LIB_DEPENDS= libpng.so:graphics/png \ libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -USES= compiler:c++11-lang dos2unix iconv gmake pkgconfig libtool +USES= compiler:c++11-lang dos2unix gmake gnome iconv libtool \ + pkgconfig USE_GNOME= libxml2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/graphics/synaesthesia/Makefile ============================================================================== --- head/graphics/synaesthesia/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/synaesthesia/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -13,7 +13,7 @@ COMMENT= Real-time graphical music representation prog LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias gmake +USES= alias gmake sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sdl-prefix=${LOCALBASE} USE_SDL= sdl Modified: head/graphics/synfigstudio/Makefile ============================================================================== --- head/graphics/synfigstudio/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/synfigstudio/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -23,8 +23,8 @@ LIB_DEPENDS= libHalf.so:graphics/ilmbase \ libsynfig.so:devel/synfig RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= compiler:c++11-lang desktop-file-utils gmake libtool localbase \ - pathfix pkgconfig shared-mime-info +USES= compiler:c++11-lang desktop-file-utils gmake gnome libtool \ + localbase pathfix pkgconfig shared-mime-info USE_CXXSTD= c++11 USE_GNOME= gtkmm30 intltool GNU_CONFIGURE= yes Modified: head/graphics/timeless/Makefile ============================================================================== --- head/graphics/timeless/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/timeless/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -10,6 +10,7 @@ MASTER_SITES= LOCAL/shaun MAINTAINER= ports@FreeBSD.org COMMENT= FreeBSD/SDL port of Tran's Timeless Demo with Sound +USES= sdl USE_SDL= sdl mixer LDFLAGS+= -lm Modified: head/graphics/viewnior/Makefile ============================================================================== --- head/graphics/viewnior/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/viewnior/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libexiv2.so:graphics/exiv2 USES= autoreconf compiler:c++11-lang desktop-file-utils gettext-tools \ - gmake libtool pkgconfig + gmake gnome libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= hellosiyan Modified: head/graphics/vp/Makefile ============================================================================== --- head/graphics/vp/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/vp/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -12,7 +12,7 @@ COMMENT= Image viewer for X GNU_CONFIGURE= yes LIBS+= -lm -USES= tar:xz +USES= sdl tar:xz USE_SDL= image PLIST_FILES= bin/vp man/man1/vp.1.gz Modified: head/graphics/zathura-cb/Makefile ============================================================================== --- head/graphics/zathura-cb/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/zathura-cb/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura -USES= meson ninja compiler:c11 desktop-file-utils pkgconfig libarchive ssl tar:xz +USES= compiler:c11 desktop-file-utils gnome libarchive meson ninja \ + pkgconfig ssl tar:xz USE_GNOME= glib20 gtk30 PLIST_FILES= lib/zathura/libcb.so \ Modified: head/graphics/zathura-djvu/Makefile ============================================================================== --- head/graphics/zathura-djvu/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/zathura-djvu/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,8 @@ LIB_DEPENDS= libdjvulibre.so:graphics/djvulibre BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura -USES= meson ninja compiler:c11 desktop-file-utils pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \ + tar:xz USE_GNOME= glib20 gtk30 PLIST_FILES= lib/zathura/libdjvu.so \ Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/zathura-pdf-poppler/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -18,7 +18,8 @@ LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura -USES= meson ninja compiler:c11 desktop-file-utils pkgconfig tar:xz +USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig \ + tar:xz USE_GNOME= glib20 gtk30 CONFLICTS= zathura-pdf-mupdf-[0-9]* Modified: head/graphics/zathura-ps/Makefile ============================================================================== --- head/graphics/zathura-ps/Makefile Fri Nov 8 14:29:17 2019 (r517070) +++ head/graphics/zathura-ps/Makefile Fri Nov 8 14:36:06 2019 (r517071) @@ -17,7 +17,8 @@ LIB_DEPENDS= libspectre.so:print/libspectre BUILD_DEPENDS= zathura:graphics/zathura RUN_DEPENDS= zathura:graphics/zathura -USES= meson ninja compiler:c11 desktop-file-utils pkgconfig ssl tar:xz +USES= compiler:c11 desktop-file-utils gnome meson ninja pkgconfig ssl \ + tar:xz USE_GNOME= glib20 gtk30 PLIST_FILES= lib/zathura/libps.so \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911081436.xA8Ea6nU035105>