From owner-svn-ports-head@freebsd.org Thu Nov 7 17:21:03 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 036AF1BA594; Thu, 7 Nov 2019 17:21:03 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4789Cy6HjTz3ywG; Thu, 7 Nov 2019 17:21:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BBE1619175; Thu, 7 Nov 2019 17:21:02 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA7HL25K035074; Thu, 7 Nov 2019 17:21:02 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA7HKx0T035050; Thu, 7 Nov 2019 17:20:59 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201911071720.xA7HKx0T035050@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Thu, 7 Nov 2019 17:20:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516991 - in head/www: dillo2 epiphany falkon ffsend gnome-user-share gtkhtml3 gtkhtml4 iridium mozplugger nspluginwrapper opera plugger py-qt5-webengine py-qt5-webkit py-qt5-webkitwidg... X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/www: dillo2 epiphany falkon ffsend gnome-user-share gtkhtml3 gtkhtml4 iridium mozplugger nspluginwrapper opera plugger py-qt5-webengine py-qt5-webkit py-qt5-webkitwidgets qt5-webkit surf X-SVN-Commit-Revision: 516991 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2019 17:21:03 -0000 Author: zeising Date: Thu Nov 7 17:20:58 2019 New Revision: 516991 URL: https://svnweb.freebsd.org/changeset/ports/516991 Log: Add USES=xorg USES=gl, ports categories w Add USES=xorg and USES=gl to ports in categories starting with 'w' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Modified: head/www/dillo2/Makefile head/www/epiphany/Makefile head/www/falkon/Makefile head/www/ffsend/Makefile head/www/gnome-user-share/Makefile head/www/gtkhtml3/Makefile head/www/gtkhtml4/Makefile head/www/iridium/Makefile head/www/mozplugger/Makefile head/www/nspluginwrapper/Makefile head/www/opera/Makefile head/www/plugger/Makefile head/www/py-qt5-webengine/Makefile head/www/py-qt5-webkit/Makefile head/www/py-qt5-webkitwidgets/Makefile head/www/qt5-webkit/Makefile head/www/surf/Makefile Modified: head/www/dillo2/Makefile ============================================================================== --- head/www/dillo2/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/dillo2/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -22,7 +22,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= wget:ftp/wget -USES= gmake iconv pkgconfig tar:bzip2 +USES= gmake iconv pkgconfig tar:bzip2 xorg USE_XORG= x11 xcursor xext xfixes xft xinerama xrender GNU_CONFIGURE= yes Modified: head/www/epiphany/Makefile ============================================================================== --- head/www/epiphany/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/epiphany/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -41,7 +41,7 @@ PORTSCOUT= limitw:1,even USES= compiler:c++11-lib cpe desktop-file-utils gettext gnome \ localbase:ldflags meson pkgconfig python:3.4+ shebangfix \ - sqlite tar:xz + sqlite tar:xz xorg CPE_VENDOR= gnome USE_GNOME= cairo gnomedesktop3 intlhack libwnck3 libxml2 libxslt USE_XORG= x11 Modified: head/www/falkon/Makefile ============================================================================== --- head/www/falkon/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/falkon/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -11,7 +11,7 @@ COMMENT= Web browser based on Webengine and Qt Framewo LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz +USES= cmake desktop-file-utils kde:5 qt:5 ssl tar:xz xorg USE_KDE= ecm_build i18n USE_QT= concurrent core dbus declarative gui location network printsupport \ sql webchannel webengine widgets x11extras \ Modified: head/www/ffsend/Makefile ============================================================================== --- head/www/ffsend/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/ffsend/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -21,7 +21,7 @@ RUN_DEPENDS= ca_root_nss>0:security/ca_root_nss \ xclip:x11/xclip \ xsel:x11/xsel-conrad -USES= cargo localbase:ldflags python:build,3.5+ ssl +USES= cargo localbase:ldflags python:build,3.5+ ssl xorg USE_GITLAB= yes GL_ACCOUNT= timvisee GL_COMMIT= 7751898851511a516aa0d017afea1d8a8260a02a Modified: head/www/gnome-user-share/Makefile ============================================================================== --- head/www/gnome-user-share/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/gnome-user-share/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -20,7 +20,7 @@ LIB_DEPENDS= libavahi-client.so:net/avahi-app \ RUN_DEPENDS= ap*-mod_dnssd>=0:www/mod_dnssd \ console-kit-daemon:sysutils/consolekit2 -USES= apache:2.2+ gettext gmake libtool pkgconfig tar:xz +USES= apache:2.2+ gettext gmake gnome libtool pkgconfig tar:xz xorg USE_XORG= sm USE_GNOME= gnomeprefix gtk30 intlhack nautilus3 GNU_CONFIGURE= yes Modified: head/www/gtkhtml3/Makefile ============================================================================== --- head/www/gtkhtml3/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/gtkhtml3/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes. PORTSCOUT= ignore:1 -USES= gettext libtool pathfix pkgconfig gmake tar:bzip2 +USES= gettext gnome libtool pathfix pkgconfig gmake tar:bzip2 xorg USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage USE_GNOME= gnomeprefix intlhack gconf2 gtk20 USE_LDCONFIG= yes Modified: head/www/gtkhtml4/Makefile ============================================================================== --- head/www/gtkhtml4/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/gtkhtml4/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -17,7 +17,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libenchant.so:textproc/enchant RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:misc/iso-codes -USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz +USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz xorg USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage xorgproto USE_GNOME= gnomeprefix intlhack gtk30 USE_LDCONFIG= yes Modified: head/www/iridium/Makefile ============================================================================== --- head/www/iridium/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/iridium/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -64,7 +64,7 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \ ONLY_FOR_ARCHS= amd64 i386 USES= bison desktop-file-utils dos2unix gl gnome jpeg localbase:ldflags \ - ninja perl5 pkgconfig python:2.7,build shebangfix tar:xz + ninja perl5 pkgconfig python:2.7,build shebangfix tar:xz xorg USE_GL= gl USE_LDCONFIG= ${DATADIR} USE_PERL5= build Modified: head/www/mozplugger/Makefile ============================================================================== --- head/www/mozplugger/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/mozplugger/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -13,7 +13,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= desthack gmake webplugin:native +USES= desthack gmake webplugin:native xorg USE_XORG= x11 xt LLD_UNSAFE= yes Modified: head/www/nspluginwrapper/Makefile ============================================================================== --- head/www/nspluginwrapper/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/nspluginwrapper/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -26,7 +26,7 @@ BINFILE= ${PORTNAME}-i386-${PORTVERSION}-${BINBUILD}${ ONLY_FOR_ARCHS= i386 amd64 HAS_CONFIGURE= yes -USES= gmake gnome linux pkgconfig +USES= gmake gnome linux pkgconfig xorg USE_GNOME= glib20 gtk20 USE_LDCONFIG= yes USE_LINUX= gtk2 Modified: head/www/opera/Makefile ============================================================================== --- head/www/opera/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/opera/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -30,7 +30,7 @@ OPERA_VER?= 12.16 OPERA_BUILD?= 1860 MASTER_SITES_VER_PATH= unix/${OPERA_VER:S/.//} -USES= tar:xz desktop-file-utils shared-mime-info +USES= tar:xz desktop-file-utils shared-mime-info xorg USE_XORG= x11 xext sm ice xft xrender REINPLACE_ARGS= -i '' # no .bak files @@ -46,6 +46,7 @@ VIDEO_DESC= support for HTML5 video (requires GStreame CUPS_LIB_DEPENDS= libcups.so:print/cups VIDEO_USE= gstreamer=vorbis,ogg,theora,vp8,good +GTK2_USES= gnome GTK2_USE= gnome=gtk20,libxml2 .include Modified: head/www/plugger/Makefile ============================================================================== --- head/www/plugger/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/plugger/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -9,8 +9,8 @@ MASTER_SITES= http://fredrik.hubbe.net/plugger/ MAINTAINER= ports@FreeBSD.org COMMENT= Multimedia front-end plugin for Mozilla or Opera +USES= webplugin:native xorg USE_XORG= xext xt sm ice xext x11 -USES= webplugin:native GNU_CONFIGURE= yes PKGDEINSTALL= ${PKGINSTALL} Modified: head/www/py-qt5-webengine/Makefile ============================================================================== --- head/www/py-qt5-webengine/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/py-qt5-webengine/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -15,7 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PY_ENUM34} RUN_DEPENDS= ${PY_ENUM34} -USES= python pyqt:5 qt:5 +USES= gl python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core gui network printsupport webchannel USE_PYTHON= concurrent flavors py3kplist Modified: head/www/py-qt5-webkit/Makefile ============================================================================== --- head/www/py-qt5-webkit/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/py-qt5-webkit/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PY_ENUM34} CONFIGURE_ARGS= --enable QtWebKit PYQT_DIST= yes -USES= python pyqt:5 qt:5 +USES= gl python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run gui_run network_run USE_PYTHON= concurrent flavors py3kplist Modified: head/www/py-qt5-webkitwidgets/Makefile ============================================================================== --- head/www/py-qt5-webkitwidgets/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/py-qt5-webkitwidgets/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -12,7 +12,7 @@ RUN_DEPENDS= ${PY_ENUM34} CONFIGURE_ARGS= --enable QtWebKitWidgets PYQT_DIST= yes -USES= python pyqt:5 qt:5 +USES= gl python pyqt:5 qt:5 USE_GL= gl USE_PYQT= sip_build core_run printsupport_run webkit_run widgets_run USE_PYTHON= concurrent flavors py3kplist Modified: head/www/qt5-webkit/Makefile ============================================================================== --- head/www/qt5-webkit/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/qt5-webkit/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -18,9 +18,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libwebp.so:graphics/webp \ libwoff2dec.so:devel/woff2 -USES= bison cmake compiler:c++11-lang gperf jpeg \ +USES= bison cmake compiler:c++11-lang gnome gperf jpeg \ pathfix perl5 pkgconfig python:2.7,build qt:5 sqlite:3 \ - tar:xz + tar:xz xorg USE_GNOME= glib20 libxml2 libxslt USE_PERL5= build USE_QT= core declarative gui location network opengl printsupport \ Modified: head/www/surf/Makefile ============================================================================== --- head/www/surf/Makefile Thu Nov 7 17:19:51 2019 (r516990) +++ head/www/surf/Makefile Thu Nov 7 17:20:58 2019 (r516991) @@ -20,7 +20,7 @@ RUN_DEPENDS= dmenu:x11/dmenu \ curl:ftp/curl \ xterm:x11/xterm -USES= compiler:c11 pkgconfig +USES= compiler:c11 gnome pkgconfig xorg USE_GNOME= gtk30 pango cairo gdkpixbuf2 USE_XORG= x11