From owner-svn-ports-all@freebsd.org Fri Nov 8 13:26:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AA4D21B2624; Fri, 8 Nov 2019 13:26:11 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 478gyW41k8z4M5J; Fri, 8 Nov 2019 13:26:11 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6DBBD26AD4; Fri, 8 Nov 2019 13:26:11 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA8DQBW5086935; Fri, 8 Nov 2019 13:26:11 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA8DQ8mZ086924; Fri, 8 Nov 2019 13:26:09 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201911081326.xA8DQ8mZ086924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 8 Nov 2019 13:26:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517060 - in head/net-p2p: awgg dclib deluge eiskaltdcpp-data eiskaltdcpp-gtk gtorrentviewer linuxdcpp microdc2 minder tribler vuze X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/net-p2p: awgg dclib deluge eiskaltdcpp-data eiskaltdcpp-gtk gtorrentviewer linuxdcpp microdc2 minder tribler vuze X-SVN-Commit-Revision: 517060 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2019 13:26:11 -0000 Author: tobik Date: Fri Nov 8 13:26:08 2019 New Revision: 517060 URL: https://svnweb.freebsd.org/changeset/ports/517060 Log: net-p2p: Add missing USES=gnome Modified: head/net-p2p/awgg/Makefile head/net-p2p/dclib/Makefile head/net-p2p/deluge/Makefile head/net-p2p/eiskaltdcpp-data/Makefile head/net-p2p/eiskaltdcpp-gtk/Makefile head/net-p2p/gtorrentviewer/Makefile head/net-p2p/linuxdcpp/Makefile head/net-p2p/microdc2/Makefile head/net-p2p/minder/Makefile head/net-p2p/tribler/Makefile head/net-p2p/vuze/Makefile Modified: head/net-p2p/awgg/Makefile ============================================================================== --- head/net-p2p/awgg/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/awgg/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -20,7 +20,7 @@ RUN_DEPENDS= aria2c:www/aria2 \ gtk2_CONFLICTS_INSTALL= ${PORTNAME}-qt5 qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2 -USES= fpc lazarus:flavors xorg +USES= fpc gnome lazarus:flavors xorg USE_FPC= chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-xml \ pasjpeg regexpr rtl-extra rtl-objpas x11 USE_XORG= x11 Modified: head/net-p2p/dclib/Makefile ============================================================================== --- head/net-p2p/dclib/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/dclib/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING WRKSRC= ${WRKDIR}/${DISTNAME} -USES= jpeg libtool localbase pathfix ssl tar:bzip2 +USES= gnome jpeg libtool localbase pathfix ssl tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= libxml2 INSTALL_TARGET= install-strip Modified: head/net-p2p/deluge/Makefile ============================================================================== --- head/net-p2p/deluge/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/deluge/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/p xdg-utils>=1.0.2:devel/xdg-utils \ deluge:net-p2p/deluge-cli -USES= python:-2.7 metaport +USES= gnome metaport python:-2.7 USE_GNOME= librsvg2 pygtk2 .include Modified: head/net-p2p/eiskaltdcpp-data/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-data/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/eiskaltdcpp-data/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -13,7 +13,7 @@ LICENSE= GPLv3 MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib -USES= cmake shebangfix +USES= cmake gnome shebangfix SHEBANG_FILES= data/examples/commands.ru_RU.UTF-8.php \ data/examples/deadbeef.ru_RU.UTF-8.sh \ data/examples/mod.amarok.sh \ Modified: head/net-p2p/eiskaltdcpp-gtk/Makefile ============================================================================== --- head/net-p2p/eiskaltdcpp-gtk/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/eiskaltdcpp-gtk/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -16,7 +16,7 @@ LIB_DEPENDS= libeiskaltdcpp.so:net-p2p/eiskaltdcpp-lib MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib -USES= cmake gettext compiler:c++11-lib desktop-file-utils ssl +USES= cmake compiler:c++11-lib desktop-file-utils gettext gnome ssl USE_GNOME= pango glib20 OPTIONS_DEFINE= LIBNOTIFY FREE_SPACE Modified: head/net-p2p/gtorrentviewer/Makefile ============================================================================== --- head/net-p2p/gtorrentviewer/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/gtorrentviewer/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl -USES= gmake pkgconfig desktop-file-utils +USES= desktop-file-utils gmake gnome pkgconfig USE_GNOME= gtk20 intlhack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pixmapsdir=${PREFIX}/share/pixmaps \ Modified: head/net-p2p/linuxdcpp/Makefile ============================================================================== --- head/net-p2p/linuxdcpp/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/linuxdcpp/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs -USES= compiler:c++11-lang gettext iconv localbase:ldflags pkgconfig scons tar:bzip2 ssl +USES= compiler:c++11-lang gettext gnome iconv localbase:ldflags \ + pkgconfig scons ssl tar:bzip2 USE_GNOME= libglade2 PORTDOCS= * DESTDIRNAME= FAKE_ROOT Modified: head/net-p2p/microdc2/Makefile ============================================================================== --- head/net-p2p/microdc2/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/microdc2/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -14,7 +14,7 @@ LICENSE= GPLv2 CONFLICTS= tthsum-[0-9]* -USES= iconv readline +USES= gnome iconv readline GNU_CONFIGURE= yes USE_GNOME= libxml2 Modified: head/net-p2p/minder/Makefile ============================================================================== --- head/net-p2p/minder/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/minder/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -14,7 +14,7 @@ LICENSE= GPLv2+ LIB_DEPENDS= libSockets.so:net/Sockets -USES= gmake pkgconfig ssl +USES= gmake gnome pkgconfig ssl USE_GNOME= libxml2 CFLAGS+= -DHAVE_OPENSSL Modified: head/net-p2p/tribler/Makefile ============================================================================== --- head/net-p2p/tribler/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/tribler/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -34,7 +34,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>0:databases/p NO_ARCH= yes NO_WRKSUBDIR= yes -USES= desktop-file-utils python:2.7,run ssl:run tar:xz +USES= desktop-file-utils gnome python:2.7,run ssl:run tar:xz USE_WX= 2.8 WX_COMPS= python INSTALLS_ICONS= yes Modified: head/net-p2p/vuze/Makefile ============================================================================== --- head/net-p2p/vuze/Makefile Fri Nov 8 13:22:59 2019 (r517059) +++ head/net-p2p/vuze/Makefile Fri Nov 8 13:26:08 2019 (r517060) @@ -20,7 +20,7 @@ BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:devel/log4j \ ${JAVALIBDIR}/swt.jar:x11-toolkits/swt RUN_DEPENDS= ${JAVALIBDIR}/swt.jar:x11-toolkits/swt -USES= zip +USES= gnome zip USE_JAVA= yes JAVA_OS= native USE_ANT= yes