Date: Fri, 8 Nov 2019 11:39:00 +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: r517048 - in head/devel: ORBit2 aegis bennugd-modules bzr-gtk cdash clanlib1 compiz-bcop csoap dbus-c++ dee desktop-file-utils dia2code dia2code+ diffuse directfb dreampie efl evolution... Message-ID: <201911081139.xA8Bd07T017567@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Nov 8 11:39:00 2019 New Revision: 517048 URL: https://svnweb.freebsd.org/changeset/ports/517048 Log: devel: Add missing USES={gl,gnome,php,sdl} Modified: head/devel/ORBit2/Makefile head/devel/aegis/Makefile head/devel/bennugd-modules/Makefile head/devel/bzr-gtk/Makefile head/devel/cdash/Makefile head/devel/clanlib1/Makefile head/devel/compiz-bcop/Makefile head/devel/csoap/Makefile head/devel/dbus-c++/Makefile head/devel/dee/Makefile head/devel/desktop-file-utils/Makefile head/devel/dia2code+/Makefile head/devel/dia2code/Makefile head/devel/diffuse/Makefile head/devel/directfb/Makefile head/devel/dreampie/Makefile head/devel/efl/Makefile head/devel/evolution-gconf-tools/Makefile head/devel/fifechan/Makefile head/devel/flang-clang/Makefile head/devel/flatzebra/Makefile head/devel/fpc-sdl/Makefile head/devel/gamin/Makefile head/devel/gazpacho/Makefile head/devel/gconf2/Makefile head/devel/gio-sharp/Makefile head/devel/gitg0/Makefile head/devel/glade2/Makefile head/devel/glade3/Makefile head/devel/glademm/Makefile head/devel/glibmm/Makefile head/devel/gnome-js-common/Makefile head/devel/gnome-vfsmm/Makefile head/devel/gob2/Makefile head/devel/goffice/Makefile head/devel/gtkparasite/Makefile head/devel/gtranslator/Makefile head/devel/guichan/Makefile head/devel/horde-content/Makefile head/devel/horde-timeobjects/Makefile head/devel/horde-whups/Makefile head/devel/json-glib/Makefile head/devel/libIDL/Makefile head/devel/libappindicator/Makefile head/devel/libaravis/Makefile head/devel/libassetml/Makefile head/devel/libbonobo/Makefile head/devel/libgee/Makefile head/devel/libgee06/Makefile head/devel/libght/Makefile head/devel/libindicator/Makefile head/devel/libiqxmlrpc/Makefile head/devel/libnotify/Makefile head/devel/liboobs/Makefile head/devel/libopensync/Makefile head/devel/libosinfo/Makefile head/devel/libplist/Makefile head/devel/librest/Makefile head/devel/libruin/Makefile head/devel/libsigrokdecode/Makefile head/devel/libtifiles2/Makefile head/devel/libvirt-dbus/Makefile head/devel/libvirt-glib/Makefile head/devel/love10/Makefile head/devel/lua-lgi/Makefile head/devel/mono-addins/Makefile head/devel/notify-sharp/Makefile head/devel/ocaml-sdl/Makefile head/devel/p5-Alien-SDL/Makefile head/devel/p5-Devel-LeakTrace/Makefile head/devel/p5-Glib2/Makefile head/devel/p5-Gnome2-GConf/Makefile head/devel/p5-Goo-Canvas2/Makefile head/devel/pear-Horde_Autoloader_Cache/Makefile head/devel/pear-Horde_Cache/Makefile head/devel/pear-Horde_Core/Makefile head/devel/pear-Horde_Notification/Makefile head/devel/pear-Horde_Prefs/Makefile head/devel/pear-Horde_Token/Makefile head/devel/pear-Horde_Util/Makefile head/devel/pear-PHP_Depend/Makefile head/devel/pear-PHP_PMD/Makefile head/devel/pear-TheSeer_fXSL/Makefile head/devel/pear-TheSeer_phpDox/Makefile head/devel/pear-pdepend-staticReflection/Makefile head/devel/phpbt/Makefile head/devel/ptlib/Makefile head/devel/py-game_sdl2/Makefile head/devel/py-gobject/Makefile head/devel/py-liblarch/Makefile head/devel/py-notify/Makefile head/devel/py-ocempgui/Makefile head/devel/py-orbit/Makefile head/devel/py-roxlib/Makefile head/devel/py-yum-metadata-parser/Makefile head/devel/regexxer/Makefile head/devel/ruby-sdl/Makefile head/devel/rubygem-rubygame/Makefile head/devel/sdl2pp/Makefile head/devel/sdl_console/Makefile head/devel/sdl_sge/Makefile head/devel/sdlmm/Makefile head/devel/sdlskk/Makefile head/devel/simavr/Makefile head/devel/synfig/Makefile head/devel/thrift-c_glib/Makefile head/devel/xfce4-dev-tools/Makefile head/devel/zapcc/Makefile head/devel/zeal/Makefile Modified: head/devel/ORBit2/Makefile ============================================================================== --- head/devel/ORBit2/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/ORBit2/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -17,7 +17,7 @@ USES= tar:bzip2 .if !defined(REFERENCE_PORT) GNU_CONFIGURE= yes -USES+= gettext gmake libtool:keepla pathfix pkgconfig +USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig USE_GNOME= libidl referencehack USE_LDCONFIG= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ Modified: head/devel/aegis/Makefile ============================================================================== --- head/devel/aegis/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/aegis/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,7 +16,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= tkdiff:textproc/tkdiff -USES= gettext ghostscript groff perl5 tk +USES= gettext ghostscript gnome groff perl5 tk USE_GNOME= libxml2 GNU_CONFIGURE= yes CPPFLAGS+= "-I${LOCALBASE}/include" Modified: head/devel/bennugd-modules/Makefile ============================================================================== --- head/devel/bennugd-modules/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/bennugd-modules/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -15,7 +15,7 @@ COMMENT= High level open source game development suite LIB_DEPENDS= libbgdrtm.so:devel/bennugd-core \ libpng.so:graphics/png -USES= tar:bzip2 dos2unix pkgconfig libtool +USES= dos2unix libtool pkgconfig sdl tar:bzip2 USE_SDL= sdl mixer GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/bzr-gtk/Makefile ============================================================================== --- head/devel/bzr-gtk/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/bzr-gtk/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -17,7 +17,7 @@ BUILD_DEPENDS= bzr:devel/bzr RUN_DEPENDS= bzr:devel/bzr \ ${PYTHON_PKGNAMEPREFIX}cairo>=0:graphics/py-cairo@${PY_FLAVOR} -USES= desktop-file-utils python:2.7 +USES= desktop-file-utils gnome python:2.7 USE_PYTHON= distutils autoplist USE_GNOME= pygtk2 INSTALLS_ICONS= yes Modified: head/devel/cdash/Makefile ============================================================================== --- head/devel/cdash/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/cdash/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,7 +14,7 @@ COMMENT= Web-based software testing server LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt -USES= dos2unix cmake zip +USES= cmake dos2unix php zip DOS2UNIX_GLOB= *.php *.xml *.xsl *.txt CMAKE_ARGS= -DCDASH_DB_NAME:STRING=cdash \ -DCDASH_DB_LOGIN:STRING=cdash \ Modified: head/devel/clanlib1/Makefile ============================================================================== --- head/devel/clanlib1/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/clanlib1/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -20,8 +20,8 @@ LIB_DEPENDS= libpng.so:graphics/png \ libvorbis.so:audio/libvorbis \ libogg.so:audio/libogg -USES= alias gmake gl jpeg libtool localbase:ldflags pathfix \ - pkgconfig tar:tgz xorg +USES= alias gl gmake jpeg libtool localbase:ldflags pathfix pkgconfig \ + sdl tar:tgz xorg USE_CXXSTD= c++98 USE_XORG= x11 xi xxf86vm USE_LDCONFIG= yes Modified: head/devel/compiz-bcop/Makefile ============================================================================== --- head/devel/compiz-bcop/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/compiz-bcop/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash \ GNU_CONFIGURE= yes -USES= pathfix pkgconfig tar:bzip2 +USES= gnome pathfix pkgconfig tar:bzip2 USE_GNOME= libxslt post-patch: Modified: head/devel/csoap/Makefile ============================================================================== --- head/devel/csoap/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/csoap/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Client/server SOAP library written in pure C GNU_CONFIGURE= yes -USES= pathfix libtool +USES= gnome libtool pathfix USE_GNOME= libxml2 USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/dbus-c++/Makefile ============================================================================== --- head/devel/dbus-c++/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/dbus-c++/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -20,7 +20,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libdbus-1.so:devel/dbus -USES= autoreconf compiler:c++11-lib gettext gmake libtool localbase pathfix pkgconfig +USES= autoreconf compiler:c++11-lib gettext gmake gnome libtool \ + localbase pathfix pkgconfig USE_GITHUB= yes GH_ACCOUNT= andreas-volz GH_PROJECT= dbus-cplusplus Modified: head/devel/dee/Makefile ============================================================================== --- head/devel/dee/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/dee/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,7 +16,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libicutu.so:devel/icu -USES= gmake libtool pkgconfig pathfix python:2.7 +USES= gmake gnome libtool pathfix pkgconfig python:2.7 GNU_CONFIGURE= yes USE_GNOME= glib20 introspection:build pygobject3 USE_LDCONFIG= yes Modified: head/devel/desktop-file-utils/Makefile ============================================================================== --- head/devel/desktop-file-utils/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/desktop-file-utils/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -13,7 +13,7 @@ COMMENT= Couple of command line utilities for working LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext gmake localbase:ldflags pkgconfig tar:xz +USES= gettext gmake gnome localbase:ldflags pkgconfig tar:xz USE_GNOME= glib20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-lispdir Modified: head/devel/dia2code+/Makefile ============================================================================== --- head/devel/dia2code+/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/dia2code+/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,7 +14,7 @@ COMMENT= Complete rewrite of dia2code in C++ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf:build compiler:c++11-lib iconv +USES= autoreconf:build compiler:c++11-lib gnome iconv USE_GNOME= libxml2 GNU_CONFIGURE= yes Modified: head/devel/dia2code/Makefile ============================================================================== --- head/devel/dia2code/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/dia2code/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= limit:^0\. -USES= iconv +USES= gnome iconv USE_GNOME= libxml2 GNU_CONFIGURE= yes Modified: head/devel/diffuse/Makefile ============================================================================== --- head/devel/diffuse/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/diffuse/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -15,7 +15,7 @@ LICENSE_COMB= dual CONFLICTS_INSTALL= tinker-[0-9]* -USES= desktop-file-utils python:2.7 tar:bzip2 +USES= desktop-file-utils gnome python:2.7 tar:bzip2 USE_GNOME= pygtk2 NO_BUILD= yes Modified: head/devel/directfb/Makefile ============================================================================== --- head/devel/directfb/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/directfb/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -53,6 +53,7 @@ FREETYPE_CONFIGURE_ENABLE= freetype X11_USES= xorg X11_USE= XORG=x11,xext,xorgproto X11_CONFIGURE_ENABLE= x11 +SDL_USES= sdl SDL_USE= sdl=sdl SDL_CONFIGURE_ENABLE= sdl UNIQUE_CONFIGURE_ENABLE= unique Modified: head/devel/dreampie/Makefile ============================================================================== --- head/devel/dreampie/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/dreampie/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -13,7 +13,7 @@ COMMENT= Python shell which is designed to be reliable LICENSE= GPLv3 USE_GNOME= pygtk2 pygtksourceview -USES= python:2.7 +USES= gnome python:2.7 USE_PYTHON= distutils autoplist pre-patch: Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/efl/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -26,8 +26,8 @@ LIB_DEPENDS= libgif.so:graphics/giflib \ CONFLICTS_INSTALL= libeio GNU_CONFIGURE= yes -USES= autoreconf compiler:c++14-lang gettext-tools gmake iconv jpeg \ - libtool pathfix pkgconfig python:2.7,run shared-mime-info \ +USES= autoreconf compiler:c++14-lang gettext-tools gmake gnome iconv \ + jpeg libtool pathfix pkgconfig python:2.7,run shared-mime-info \ shebangfix tar:xz xorg SHEBANG_FILES= src/scripts/eina/eina-bench-cmp USE_XORG= x11 xcb xcursor xcomposite xdamage xext xfixes xi xinerama \ @@ -136,11 +136,14 @@ WEBP_CONFIGURE_ENABLE= image-loader-webp XCF_CONFIGURE_ENABLE= xcf +OPENGL_USES= gl OPENGL_USE= GL=gl +OPENGLES_USES= gl OPENGLES_USE= GL=glesv2 OPENGLES_CONFIGURE_ON= --with-opengl=es --enable-egl +SDL_USES= sdl SDL_USE= SDL=sdl2 SDL_CONFIGURE_ENABLE= sdl Modified: head/devel/evolution-gconf-tools/Makefile ============================================================================== --- head/devel/evolution-gconf-tools/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/evolution-gconf-tools/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,7 +14,7 @@ COMMENT= Scripts to make it easier to work with Evolut RUN_DEPENDS= evolution:mail/evolution GNU_CONFIGURE= yes -USES= python:2.7 +USES= gnome python:2.7 USE_GNOME= gnomeprefix NO_ARCH= yes Modified: head/devel/fifechan/Makefile ============================================================================== --- head/devel/fifechan/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/fifechan/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -37,9 +37,11 @@ IRRLICHT_CMAKE_BOOL= ENABLE_IRRLICHT IRRLICHT_LIB_DEPENDS= libIrrlicht.so:x11-toolkits/irrlicht OPENGL_CMAKE_BOOL= ENABLE_OPENGL -OPENGL_USE= gl=gl,glu +OPENGL_USES= gl +OPENGL_USE= gl=gl,glu SDL_CMAKE_BOOL= ENABLE_SDL +SDL_USES= sdl SDL_USE= sdl=sdl2,image2 SDL_CONTRIB_CMAKE_BOOL= ENABLE_SDL_CONTRIB Modified: head/devel/flang-clang/Makefile ============================================================================== --- head/devel/flang-clang/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/flang-clang/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -19,8 +19,7 @@ LLVM_VER= 70 BUILD_DEPENDS= llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER} RUN_DEPENDS= llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER} -USES= cmake libedit tar:xz perl5 \ - python shebangfix +USES= cmake gnome libedit perl5 python shebangfix tar:xz USE_LDCONFIG= ${PREFIX}/flang/lib USE_GNOME= libxml2 Modified: head/devel/flatzebra/Makefile ============================================================================== --- head/devel/flatzebra/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/flatzebra/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -13,7 +13,7 @@ COMMENT= Generic game engine for 2D double-buffering a LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= pathfix pkgconfig libtool +USES= libtool pathfix pkgconfig sdl USE_CXXSTD= gnu++98 GNU_CONFIGURE= yes USE_SDL= sdl mixer image Modified: head/devel/fpc-sdl/Makefile ============================================================================== --- head/devel/fpc-sdl/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/fpc-sdl/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -17,6 +17,7 @@ OPTIONS_DEFINE= SDL SDL_DESC= Install SDL library OPTIONS_DEFAULT= SDL +SDL_USES= sdl SDL_USE= SDL=sdl,image,mixer,ttf,gfx .include "${MASTERDIR}/Makefile" Modified: head/devel/gamin/Makefile ============================================================================== --- head/devel/gamin/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gamin/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -11,7 +11,7 @@ MASTER_SITES= http://people.gnome.org/~veillard/gamin/ MAINTAINER?= ports@FreeBSD.org COMMENT?= File and directory monitoring system -USES+= gettext gmake libtool pathfix pkgconfig +USES+= gettext gmake gnome libtool pathfix pkgconfig USE_GNOME?= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/devel/gazpacho/Makefile ============================================================================== --- head/devel/gazpacho/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gazpacho/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}kiwi-gtk>=0:x11-toolkits/py-kiwi-gtk@${PY_FLAVOR} RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= desktop-file-utils gettext python:2.7 +USES= desktop-file-utils gettext gnome python:2.7 USE_GNOME= pygtk2 USE_PYTHON= distutils NO_BUILD= yes Modified: head/devel/gconf2/Makefile ============================================================================== --- head/devel/gconf2/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gconf2/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -23,7 +23,8 @@ USES= tar:xz LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ libpolkit-gobject-1.so:sysutils/polkit -USES+= gettext gmake libtool pathfix pkgconfig python:run shebangfix +USES+= gettext gmake gnome libtool pathfix pkgconfig python:run \ + shebangfix USE_GNOME= orbit2 gtk20 libxml2 \ referencehack intlhack dconf introspection:build USE_LDCONFIG= yes Modified: head/devel/gio-sharp/Makefile ============================================================================== --- head/devel/gio-sharp/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gio-sharp/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -12,7 +12,7 @@ COMMENT= GIO bindings not available in gtk-sharp GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs -USES= gmake pathfix pkgconfig tar:bzip2 +USES= gmake gnome pathfix pkgconfig tar:bzip2 USE_GNOME= gtksharp20 MAKE_JOBS_UNSAFE=yes Modified: head/devel/gitg0/Makefile ============================================================================== --- head/devel/gitg0/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gitg0/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -20,7 +20,7 @@ RUN_DEPENDS= git:devel/git CONFLICTS= gitg-[0-9]* -USES= tar:bzip2 gmake pkgconfig pathfix libtool +USES= gmake gnome libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gconf2 gtk20 gtksourceview2 intlhack INSTALL_TARGET= install-strip Modified: head/devel/glade2/Makefile ============================================================================== --- head/devel/glade2/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/glade2/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -20,8 +20,8 @@ LIB_DEPENDS= librarian.so:textproc/rarian INSTALLS_OMF= yes GNU_CONFIGURE= yes -USES= pathfix gettext gmake pkgconfig desktop-file-utils \ - localbase:ldflags tar:bzip2 +USES= desktop-file-utils gettext gmake gnome localbase:ldflags \ + pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix intlhack gtk20 CONFIGURE_ARGS+= --disable-gnome-db --disable-nome Modified: head/devel/glade3/Makefile ============================================================================== --- head/devel/glade3/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/glade3/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -21,8 +21,8 @@ PORTSCOUT= ignore INSTALLS_ICONS= yes USE_GNOME= gtk20 intltool libxml2 gnomedocutils -USES= gmake gettext libtool pathfix desktop-file-utils \ - localbase:ldflags pkgconfig tar:xz +USES= desktop-file-utils gettext gmake gnome libtool \ + localbase:ldflags pathfix pkgconfig tar:xz INSTALLS_OMF= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes Modified: head/devel/glademm/Makefile ============================================================================== --- head/devel/glademm/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/glademm/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= bland@FreeBSD.org COMMENT= C++ code generator backend for glade and glade2 -USES= gmake pathfix pkgconfig +USES= gmake gnome pathfix pkgconfig USE_GNOME= gnomeprefix GNU_CONFIGURE= yes Modified: head/devel/glibmm/Makefile ============================================================================== --- head/devel/glibmm/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/glibmm/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -21,8 +21,8 @@ PLIST_SUB= VERSION="2.4" .if !defined(REFERENCE_PORT) -USES+= compiler:c++11-lang gettext gmake libtool pathfix \ - perl5 pkgconfig +USES+= compiler:c++11-lang gettext gmake gnome libtool pathfix perl5 \ + pkgconfig USE_GNOME= glib20 libsigc++20 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/gnome-js-common/Makefile ============================================================================== --- head/devel/gnome-js-common/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gnome-js-common/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,7 +14,7 @@ COMMENT= GNOME JavaScript common modules and tests GNU_CONFIGURE= yes USE_GNOME= intltool -USES= pathfix pkgconfig gettext gmake tar:bzip2 +USES= gettext gmake gnome pathfix pkgconfig tar:bzip2 NO_ARCH= yes PORTDOCS= AUTHORS COPYING INSTALL NEWS README ChangeLog Modified: head/devel/gnome-vfsmm/Makefile ============================================================================== --- head/devel/gnome-vfsmm/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gnome-vfsmm/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -12,8 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= bland@FreeBSD.org COMMENT= C++ wrapper for gnomevfs2 library -USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2 \ - compiler:c++11-lang +USES= compiler:c++11-lang gmake gnome libtool:keepla pathfix \ + pkgconfig tar:bzip2 USE_CXXSTD= c++11 USE_GNOME= glibmm gnomevfs2 GNU_CONFIGURE= yes Modified: head/devel/gob2/Makefile ============================================================================== --- head/devel/gob2/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gob2/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,7 +14,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= localbase pkgconfig gmake +USES= gmake gnome localbase pkgconfig PLIST_FILES= bin/gob2 share/aclocal/gob2.m4 ${EXAMPLES:S/^/%%EXAMPLESDIR%%\//} \ man/man1/gob2.1.gz Modified: head/devel/goffice/Makefile ============================================================================== --- head/devel/goffice/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/goffice/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -19,7 +19,7 @@ PORTSCOUT= ignore:1 LIB_DEPENDS= libpcre.so:devel/pcre -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= gnomeprefix intlhack gtk20 libgsf GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/gtkparasite/Makefile ============================================================================== --- head/devel/gtkparasite/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gtkparasite/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip -USES= autoreconf libtool pkgconfig python:2.7 +USES= autoreconf gnome libtool pkgconfig python:2.7 USE_GNOME= gtk20 pygtk2 WRKSRC= ${WRKDIR}/chipx86-gtkparasite-a3d862d4a91ea27222e4273a6797f3e47efe6e83 PORTDOCS= USAGE Modified: head/devel/gtranslator/Makefile ============================================================================== --- head/devel/gtranslator/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/gtranslator/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -23,7 +23,7 @@ RUN_DEPENDS= iso-codes>=0:misc/iso-codes \ USE_GNOME= intlhack gnomeprefix gtk30 libgda5 gtksourceview3 libxml2 \ introspection:build -USES= desktop-file-utils gettext gmake libtool pathfix \ +USES= desktop-file-utils gettext gmake gnome libtool pathfix \ pkgconfig python tar:xz USE_PYTHON= py3kplist GNU_CONFIGURE= yes Modified: head/devel/guichan/Makefile ============================================================================== --- head/devel/guichan/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/guichan/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -23,6 +23,7 @@ OPTIONS_DEFINE= SDL ALLEGRO OPENGL DOCS OPTIONS_DEFAULT= SDL OPENGL OPTIONS_SUB= yes +SDL_USES= sdl SDL_USE= SDL=sdl,image SDL_CONFIGURE_ENABLE= sdl sdlimage @@ -30,6 +31,7 @@ ALLEGRO_DESC= Allegro support ALLEGRO_LIB_DEPENDS= liballeg.so:devel/allegro ALLEGRO_CONFIGURE_ENABLE=allegro +OPENGL_USES= gl OPENGL_USE= GL=gl OPENGL_CONFIGURE_ENABLE=opengl Modified: head/devel/horde-content/Makefile ============================================================================== --- head/devel/horde-content/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/horde-content/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde- MAINTAINER= horde@FreeBSD.org COMMENT= Horde tagging application -USES= horde cpe +USES= cpe horde php USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/devel/horde-timeobjects/Makefile ============================================================================== --- head/devel/horde-timeobjects/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/horde-timeobjects/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}horde- MAINTAINER= horde@FreeBSD.org COMMENT= Horde timeobjects application -USES= horde +USES= horde php USE_PHP= gettext USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/devel/horde-whups/Makefile ============================================================================== --- head/devel/horde-whups/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/horde-whups/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -11,7 +11,7 @@ COMMENT= Horde bug tracking/ticketing system LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= horde cpe +USES= cpe horde php USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ Modified: head/devel/json-glib/Makefile ============================================================================== --- head/devel/json-glib/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/json-glib/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -12,7 +12,7 @@ COMMENT= JSON (RFC 4627) interface for Glib LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext localbase meson pkgconfig tar:xz +USES= gettext gnome localbase meson pkgconfig tar:xz USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/devel/libIDL/Makefile ============================================================================== --- head/devel/libIDL/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libIDL/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -12,7 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for creating trees of CORBA IDL files -USES= bison gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USES= bison gettext gmake gnome libtool:keepla pathfix pkgconfig \ + tar:bzip2 USE_GNOME= glib20 INSTALL_TARGET= install-strip USE_LDCONFIG= yes Modified: head/devel/libappindicator/Makefile ============================================================================== --- head/devel/libappindicator/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libappindicator/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,7 +16,7 @@ LIB_DEPENDS= libdbusmenu-gtk3.so:devel/libdbusmenu \ libindicator3.so:devel/libindicator \ libdbus-glib-1.so:devel/dbus-glib -USES= gmake libtool pkgconfig python:2.7 +USES= gmake gnome libtool pkgconfig python:2.7 USE_LDCONFIG= yes USE_GNOME= gtk30 pygtk2 Modified: head/devel/libaravis/Makefile ============================================================================== --- head/devel/libaravis/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libaravis/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,7 +16,7 @@ BUILD_DEPENDS= g-ir-compiler:devel/gobject-introspect CONFLICTS_INSTALL= ${PORTNAME}* -USES= pkgconfig autoreconf libtool gmake +USES= autoreconf gmake gnome libtool pkgconfig USE_GITHUB= yes GH_ACCOUNT= AravisProject GH_PROJECT= aravis Modified: head/devel/libassetml/Makefile ============================================================================== --- head/devel/libassetml/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libassetml/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -13,7 +13,7 @@ COMMENT= Library to share image and audio files betwee BUILD_DEPENDS= texi2html:textproc/texi2html LIB_DEPENDS= libpopt.so:devel/popt -USES= gettext gmake libtool:keepla makeinfo pathfix pkgconfig +USES= gettext gmake gnome libtool:keepla makeinfo pathfix pkgconfig USE_GNOME= gnomeprefix glib20 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libbonobo/Makefile ============================================================================== --- head/devel/libbonobo/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libbonobo/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -22,7 +22,8 @@ LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libpopt.so:devel/popt -USES+= bison gettext gmake libtool:keepla localbase:ldflags pathfix pkgconfig perl5 +USES+= bison gettext gmake gnome libtool:keepla localbase:ldflags \ + pathfix perl5 pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME= intlhack libxml2 orbit2 referencehack Modified: head/devel/libgee/Makefile ============================================================================== --- head/devel/libgee/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libgee/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -18,7 +18,7 @@ PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes INSTALL_TARGET= install-strip Modified: head/devel/libgee06/Makefile ============================================================================== --- head/devel/libgee06/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libgee06/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -15,7 +15,7 @@ COMMENT= GObject collection library GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection=yes INSTALL_TARGET= install-strip -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes Modified: head/devel/libght/Makefile ============================================================================== --- head/devel/libght/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libght/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -17,7 +17,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \ liblas.so:devel/liblas \ libcunit.so:devel/cunit -USES= cmake +USES= cmake gnome USE_GNOME= libxml2 USE_LDCONFIG= yes CFLAGS+= "-DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1" Modified: head/devel/libindicator/Makefile ============================================================================== --- head/devel/libindicator/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libindicator/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -8,7 +8,7 @@ MASTER_SITES= https://launchpad.net/${PORTNAME}/${PORT MAINTAINER= swills@FreeBSD.org COMMENT= Symbols and convience functions for desktop indicators -USES= gmake libtool pkgconfig +USES= gmake gnome libtool pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk30 GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/devel/libiqxmlrpc/Makefile ============================================================================== --- head/devel/libiqxmlrpc/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libiqxmlrpc/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -21,7 +21,7 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen DOXYGEN_CMAKE_OFF= -Dbuild_docs=off USE_GNOME= libxml2 -USES= cmake tar:bzip2 ssl +USES= cmake gnome ssl tar:bzip2 LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes Modified: head/devel/libnotify/Makefile ============================================================================== --- head/devel/libnotify/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libnotify/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,7 +14,7 @@ COMMENT= Library for desktop notifications LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool pkgconfig tar:xz +USES= gmake gnome libtool pkgconfig tar:xz USE_GNOME= glib20 gdkpixbuf2 introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/devel/liboobs/Makefile ============================================================================== --- head/devel/liboobs/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/liboobs/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -18,7 +18,7 @@ LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ RUN_DEPENDS= system-tools-backends:sysutils/system-tools-backends GNU_CONFIGURE= yes -USES= gmake libtool pathfix pkgconfig tar:bzip2 +USES= gmake gnome libtool pathfix pkgconfig tar:bzip2 USE_GNOME= gnomeprefix glib20 USE_LDCONFIG= yes CONFIGURE_ARGS= --with-hal Modified: head/devel/libopensync/Makefile ============================================================================== --- head/devel/libopensync/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libopensync/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -18,7 +18,7 @@ LIB_DEPENDS= libexslt.so:textproc/libxslt CONFLICTS= libopensync-0.22* -USES= cmake pkgconfig python tar:bzip2 sqlite:3 +USES= cmake gnome pkgconfig python sqlite:3 tar:bzip2 CMAKE_ARGS+= -Wno-dev USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes Modified: head/devel/libosinfo/Makefile ============================================================================== --- head/devel/libosinfo/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libosinfo/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -17,7 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ osinfo-db-import:sysutils/osinfo-db-tools \ ${LOCALBASE}/share/osinfo/VERSION:misc/osinfo-db -USES= compiler:c11 gettext-tools gmake libtool pathfix pkgconfig +USES= compiler:c11 gettext-tools gmake gnome libtool pathfix \ + pkgconfig USE_GNOME= glib20 libxml2 libxslt introspection:build intlhack USE_LDCONFIG= yes GNU_CONFIGURE= yes Modified: head/devel/libplist/Makefile ============================================================================== --- head/devel/libplist/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libplist/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -13,7 +13,7 @@ LICENSE?= LGPL21 SLAVE_PORT?= no -USES+= compiler libtool pathfix pkgconfig tar:bzip2 +USES+= compiler gnome libtool pathfix pkgconfig tar:bzip2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip Modified: head/devel/librest/Makefile ============================================================================== --- head/devel/librest/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/librest/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ca_root_nss>0:security/ca_root_nss RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= gmake libtool pathfix pkgconfig tar:xz +USES= gmake gnome libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt USE_LDCONFIG= yes Modified: head/devel/libruin/Makefile ============================================================================== --- head/devel/libruin/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libruin/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -23,7 +23,7 @@ RUN_DEPENDS= guile-lib>0:devel/guile-lib GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool ncurses pkgconfig +USES= gnome libtool ncurses pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/devel/libsigrokdecode/Makefile ============================================================================== --- head/devel/libsigrokdecode/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libsigrokdecode/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -12,7 +12,7 @@ COMMENT= Framework for hardware logic analyzers, proto LICENSE= GPLv3 GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig python:3.4+ +USES= gnome libtool pathfix pkgconfig python:3.4+ USE_GNOME= glib20 MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes Modified: head/devel/libtifiles2/Makefile ============================================================================== --- head/devel/libtifiles2/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libtifiles2/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,7 +14,8 @@ LIB_DEPENDS= libticonv.so:converters/libticonv GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= autoreconf gettext-tools libarchive libtool pkgconfig tar:bzip2 +USES= autoreconf gettext-tools gnome libarchive libtool pkgconfig \ + tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes Modified: head/devel/libvirt-dbus/Makefile ============================================================================== --- head/devel/libvirt-dbus/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libvirt-dbus/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -15,7 +15,7 @@ LIB_DEPENDS= libvirt.so:devel/libvirt \ libvirt-glib-1.0.so:devel/libvirt-glib RUN_DEPENDS= dbus-daemon:devel/dbus -USES= gettext-runtime gmake libtool perl5 pkgconfig tar:xz +USES= gettext-runtime gmake gnome libtool perl5 pkgconfig tar:xz USE_GNOME= glib20 USE_PERL5= build Modified: head/devel/libvirt-glib/Makefile ============================================================================== --- head/devel/libvirt-glib/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/libvirt-glib/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -21,7 +21,7 @@ VALA_BUILD_DEPENDS= valac:lang/vala GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-introspection -USES= gettext gmake libtool pathfix pkgconfig python:2.7 +USES= gettext gmake gnome libtool pathfix pkgconfig python:2.7 USE_LDCONFIG= yes USE_GNOME= intlhack introspection libxml2 CPPFLAGS+= -I${LOCALBASE}/include Modified: head/devel/love10/Makefile ============================================================================== --- head/devel/love10/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/love10/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -27,7 +27,7 @@ LIB_DEPENDS= libmodplug.so:audio/libmodplug \ PORTSCOUT= limit:^0\.10\. USES= autoreconf compiler:c++11-lib desktop-file-utils gl gmake \ - libtool localbase openal pkgconfig shared-mime-info + libtool localbase openal pkgconfig sdl shared-mime-info USE_SDL= sdl2 USE_GL= gl glu GNU_CONFIGURE= yes Modified: head/devel/lua-lgi/Makefile ============================================================================== --- head/devel/lua-lgi/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/lua-lgi/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= pavouk -USES= gmake lua pkgconfig +USES= gmake gnome lua pkgconfig USE_GNOME= introspection:build,run MAKE_ENV= LUA_CFLAGS="-I${LUA_INCDIR}" MAKE_ARGS= PREFIX="${PREFIX}" LUA_LIBDIR="${LUA_MODLIBDIR}" \ Modified: head/devel/mono-addins/Makefile ============================================================================== --- head/devel/mono-addins/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/mono-addins/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,7 +16,7 @@ GH_ACCOUNT= mono GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_MCS=${LOCALBASE}/bin/mcs -USES= autoreconf gmake mono pkgconfig +USES= autoreconf gmake gnome mono pkgconfig OPTIONS_DEFINE= GTK2 GTK3 OPTIONS_DEFAULT=GTK2 Modified: head/devel/notify-sharp/Makefile ============================================================================== --- head/devel/notify-sharp/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/notify-sharp/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs -USES= gmake mono pathfix pkgconfig +USES= gmake gnome mono pathfix pkgconfig USE_GNOME= gtksharp20 .include <bsd.port.mk> Modified: head/devel/ocaml-sdl/Makefile ============================================================================== --- head/devel/ocaml-sdl/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/ocaml-sdl/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -22,7 +22,7 @@ USE_OCAML_FINDLIB=yes USE_OCAMLFIND_PLIST=yes USE_OCAML_LDCONFIG=yes -USES= gmake +USES= gmake sdl USE_SDL= sdl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lablgldir=${LOCALBASE} \ Modified: head/devel/p5-Alien-SDL/Makefile ============================================================================== --- head/devel/p5-Alien-SDL/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/p5-Alien-SDL/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -21,7 +21,7 @@ RUN_DEPENDS= p5-Archive-Extract>=0:archivers/p5-Archiv p5-File-ShareDir>=0:devel/p5-File-ShareDir \ p5-Capture-Tiny>=0:devel/p5-Capture-Tiny -USES= perl5 +USES= perl5 sdl USE_PERL5= modbuild USE_SDL= gfx image mixer pango sdl ttf CONFIGURE_ARGS= --with-sdl-config=${SDL_CONFIG} Modified: head/devel/p5-Devel-LeakTrace/Makefile ============================================================================== --- head/devel/p5-Devel-LeakTrace/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/p5-Devel-LeakTrace/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -13,7 +13,7 @@ COMMENT= Indicate where leaked variables are coming fr LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USES= perl5 pkgconfig +USES= gnome perl5 pkgconfig USE_GNOME= glib20 USE_PERL5= modbuild Modified: head/devel/p5-Glib2/Makefile ============================================================================== --- head/devel/p5-Glib2/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/p5-Glib2/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-ExtUtils-Depends>=0.300:devel/p5-ExtUtils-Depends \ p5-ExtUtils-PkgConfig>=1:devel/p5-ExtUtils-PkgConfig -USES= perl5 +USES= gnome perl5 USE_GNOME= glib20 USE_PERL5= configure Modified: head/devel/p5-Gnome2-GConf/Makefile ============================================================================== --- head/devel/p5-Gnome2-GConf/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/p5-Gnome2-GConf/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,7 +16,7 @@ BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtil p5-Gtk2>=0:x11-toolkits/p5-Gtk2 RUN_DEPENDS= p5-Glib2>=0:devel/p5-Glib2 -USES= perl5 +USES= gnome perl5 USE_PERL5= configure USE_GNOME= gconf2 MAKE_JOBS_UNSAFE= yes Modified: head/devel/p5-Goo-Canvas2/Makefile ============================================================================== --- head/devel/p5-Goo-Canvas2/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/p5-Goo-Canvas2/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -19,7 +19,7 @@ LIB_DEPENDS= libgoocanvas-2.0.so:graphics/goocanvas2 RUN_DEPENDS= p5-Glib2>=1.210:devel/p5-Glib2 \ p5-Gtk3>=0.026:x11-toolkits/p5-Gtk3 -USES= perl5 +USES= gnome perl5 USE_PERL5= configure USE_GNOME= gtk30 Modified: head/devel/pear-Horde_Autoloader_Cache/Makefile ============================================================================== --- head/devel/pear-Horde_Autoloader_Cache/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-Horde_Autoloader_Cache/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -8,7 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Autoloader Cache -USES= horde +USES= horde php USE_HORDE_RUN= Horde_Autoloader USE_PHP= json Modified: head/devel/pear-Horde_Cache/Makefile ============================================================================== --- head/devel/pear-Horde_Cache/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-Horde_Cache/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -7,7 +7,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Caching API -USES= horde +USES= horde php USE_HORDE_RUN= Horde_Compress_Fast \ Horde_Exception \ Horde_HashTable \ Modified: head/devel/pear-Horde_Core/Makefile ============================================================================== --- head/devel/pear-Horde_Core/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-Horde_Core/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -15,7 +15,7 @@ KOLAB_DESC= Enable Kolab server support LZF_DESC= Depend on lzf PHP extension SOCKETS_DESC= Depend on sockets PHP extension -USES= horde +USES= horde php USE_PHP= session USE_HORDE_BUILD= Horde_Role Modified: head/devel/pear-Horde_Notification/Makefile ============================================================================== --- head/devel/pear-Horde_Notification/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-Horde_Notification/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -8,7 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Notification System -USES= horde +USES= horde php USE_HORDE_RUN= Horde_Exception \ Horde_Util USE_PHP= gettext Modified: head/devel/pear-Horde_Prefs/Makefile ============================================================================== --- head/devel/pear-Horde_Prefs/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-Horde_Prefs/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -7,7 +7,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Preferences API -USES= horde +USES= horde php USE_HORDE_RUN= Horde_Exception \ Horde_Mail \ Horde_Mime \ Modified: head/devel/pear-Horde_Token/Makefile ============================================================================== --- head/devel/pear-Horde_Token/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-Horde_Token/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -8,7 +8,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Token API -USES= horde +USES= horde php USE_HORDE_RUN= Horde_Exception \ Horde_Translation \ Horde_Url \ Modified: head/devel/pear-Horde_Util/Makefile ============================================================================== --- head/devel/pear-Horde_Util/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-Horde_Util/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -6,7 +6,7 @@ CATEGORIES= devel www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde Utility Libraries -USES= horde +USES= horde php USE_PHP= dom .include <bsd.port.mk> Modified: head/devel/pear-PHP_Depend/Makefile ============================================================================== --- head/devel/pear-PHP_Depend/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-PHP_Depend/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -13,7 +13,7 @@ BROKEN= unfetchable LICENSE= BSD3CLAUSE -USES= pear +USES= pear php PEAR_CHANNEL= pdepend USE_PHP= dom tokenizer simplexml Modified: head/devel/pear-PHP_PMD/Makefile ============================================================================== --- head/devel/pear-PHP_PMD/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-PHP_PMD/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE PORTSCOUT= skipv=2.* -USES= pear +USES= pear php PEAR_CHANNEL= phpmd USE_PHP= dom simplexml NO_ARCH= yes Modified: head/devel/pear-TheSeer_fXSL/Makefile ============================================================================== --- head/devel/pear-TheSeer_fXSL/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-TheSeer_fXSL/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -15,6 +15,6 @@ LICENSE= BSD3CLAUSE USE_PHP= dom xml xsl PEAR_CHANNEL= theseer -USES= pear +USES= pear php .include <bsd.port.mk> Modified: head/devel/pear-TheSeer_phpDox/Makefile ============================================================================== --- head/devel/pear-TheSeer_phpDox/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-TheSeer_phpDox/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -27,6 +27,6 @@ RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}TheSeer_DirectorySca USE_PHP= dom tokenizer xsl iconv PEAR_CHANNEL= theseer -USES= pear +USES= pear php .include <bsd.port.mk> Modified: head/devel/pear-pdepend-staticReflection/Makefile ============================================================================== --- head/devel/pear-pdepend-staticReflection/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/pear-pdepend-staticReflection/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -14,6 +14,6 @@ LICENSE= BSD3CLAUSE USE_PHP= tokenizer PEAR_CHANNEL= pdepend -USES= pear +USES= pear php .include <bsd.port.mk> Modified: head/devel/phpbt/Makefile ============================================================================== --- head/devel/phpbt/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/phpbt/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:databases/pear-DB@${PHP_FLAVOR} .if !defined(WITHOUT_PHP_DEPENDS) +USES= php USE_PHP= ctype pcre posix session tokenizer xml zlib .endif Modified: head/devel/ptlib/Makefile ============================================================================== --- head/devel/ptlib/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/ptlib/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -17,7 +17,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 CONFLICTS= pwlib-1.* USES= autoreconf:build bison compiler:c11 gmake localbase:ldflags \ - pathfix pkgconfig ssl tar:xz + pathfix pkgconfig sdl ssl tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${OPENSSLINC} Modified: head/devel/py-game_sdl2/Makefile ============================================================================== --- head/devel/py-game_sdl2/Makefile Fri Nov 8 11:21:02 2019 (r517047) +++ head/devel/py-game_sdl2/Makefile Fri Nov 8 11:39:00 2019 (r517048) @@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:graphics/png # Upstream tends to reroll distfiles before moving under /release/ *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911081139.xA8Bd07T017567>