Date: Fri, 8 Nov 2019 13:26:08 +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: r517060 - in head/net-p2p: awgg dclib deluge eiskaltdcpp-data eiskaltdcpp-gtk gtorrentviewer linuxdcpp microdc2 minder tribler vuze Message-ID: <201911081326.xA8DQ8mZ086924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911081326.xA8DQ8mZ086924>