From owner-svn-ports-head@freebsd.org Wed Sep 5 10:05:32 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2A50FEAFA4; Wed, 5 Sep 2018 10:05:32 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65ED07A8AC; Wed, 5 Sep 2018 10:05:32 +0000 (UTC) (envelope-from martymac@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 40F562466A; Wed, 5 Sep 2018 10:05:32 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w85A5W2r030428; Wed, 5 Sep 2018 10:05:32 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w85A5UFe030418; Wed, 5 Sep 2018 10:05:30 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201809051005.w85A5UFe030418@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 5 Sep 2018 10:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479017 - in head: audio/gnaural audio/gtick deskutils/notecase editors/yzis emulators/dolphin-emu emulators/pcsxr games/belooted games/jfsw games/openalchemist games/trackballs net/grsync X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in head: audio/gnaural audio/gtick deskutils/notecase editors/yzis emulators/dolphin-emu emulators/pcsxr games/belooted games/jfsw games/openalchemist games/trackballs net/grsync X-SVN-Commit-Revision: 479017 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.27 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: Wed, 05 Sep 2018 10:05:33 -0000 Author: martymac Date: Wed Sep 5 10:05:29 2018 New Revision: 479017 URL: https://svnweb.freebsd.org/changeset/ports/479017 Log: Add missing USES=gnome to my ports Modified: head/audio/gnaural/Makefile head/audio/gtick/Makefile head/deskutils/notecase/Makefile head/editors/yzis/Makefile head/emulators/dolphin-emu/Makefile head/emulators/pcsxr/Makefile head/games/belooted/Makefile head/games/jfsw/Makefile head/games/openalchemist/Makefile head/games/trackballs/Makefile head/net/grsync/Makefile Modified: head/audio/gnaural/Makefile ============================================================================== --- head/audio/gnaural/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/audio/gnaural/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -17,7 +17,7 @@ LIB_DEPENDS= libportaudio.so:audio/portaudio \ libsndfile.so:audio/libsndfile GNU_CONFIGURE= yes -USES= pkgconfig desktop-file-utils +USES= desktop-file-utils gnome pkgconfig USE_CSTD= gnu89 USE_GNOME= libglade2 Modified: head/audio/gtick/Makefile ============================================================================== --- head/audio/gtick/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/audio/gtick/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libpulse-simple.so:audio/pulseaudio -USES= pkgconfig desktop-file-utils +USES= desktop-file-utils gnome pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 INSTALLS_ICONS= yes Modified: head/deskutils/notecase/Makefile ============================================================================== --- head/deskutils/notecase/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/deskutils/notecase/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -13,7 +13,7 @@ COMMENT= Hierarchical text notes manager LICENSE= BSD3CLAUSE -USES= dos2unix gmake desktop-file-utils gettext pkgconfig shared-mime-info +USES= dos2unix gmake desktop-file-utils gettext gnome pkgconfig shared-mime-info USE_GNOME= gtk20 gtksourceview2 gnomevfs2 USE_XORG= x11 Modified: head/editors/yzis/Makefile ============================================================================== --- head/editors/yzis/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/editors/yzis/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -17,7 +17,7 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL -USES= qt:4 tar:bzip2 cmake gettext perl5 lua:51 +USES= qt:4 tar:bzip2 cmake gettext gnome perl5 lua:51 USE_XORG= x11 xext ice USE_QT= corelib qtestlib qmake_build rcc_build uic_build moc_build gui xml CMAKE_ARGS+= -DLOCALBASE:STRING="${LOCALBASE}" \ Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/emulators/dolphin-emu/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -32,7 +32,7 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libgtest.so:devel/googletest LLD_UNSAFE= yes -USES= cmake compiler:c++11-lib iconv openal pkgconfig +USES= cmake compiler:c++11-lib gnome iconv openal pkgconfig USE_GITHUB= yes GH_PROJECT= dolphin Modified: head/emulators/pcsxr/Makefile ============================================================================== --- head/emulators/pcsxr/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/emulators/pcsxr/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -18,7 +18,7 @@ LIB_DEPENDS= libvorbis.so:audio/libvorbis \ WRKSRC_SUBDIR= ${PORTNAME} -USES= cmake desktop-file-utils dos2unix gettext iconv libarchive \ +USES= cmake desktop-file-utils dos2unix gettext gnome iconv libarchive \ libtool pkgconfig tar:bzip2 USE_GITHUB= yes Modified: head/games/belooted/Makefile ============================================================================== --- head/games/belooted/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/games/belooted/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -14,7 +14,7 @@ COMMENT= Popular 32-card trick-taking game played in F LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake pkgconfig +USES= gmake gnome pkgconfig USE_GNOME= gtk20 intltool GNU_CONFIGURE= yes Modified: head/games/jfsw/Makefile ============================================================================== --- head/games/jfsw/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/games/jfsw/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -17,7 +17,7 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-m LIB_DEPENDS= libvorbisfile.so:audio/libvorbis -USES= alias dos2unix gmake pkgconfig:build +USES= alias dos2unix gmake gnome pkgconfig:build DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? USE_GITHUB= yes Modified: head/games/openalchemist/Makefile ============================================================================== --- head/games/openalchemist/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/games/openalchemist/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -23,7 +23,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USES= autoreconf gmake iconv jpeg pkgconfig python:2.7,run shebangfix +USES= autoreconf gmake gnome iconv jpeg pkgconfig python:2.7,run shebangfix SHEBANG_FILES= openalchemist-config USE_GNOME= pygtk2 Modified: head/games/trackballs/Makefile ============================================================================== --- head/games/trackballs/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/games/trackballs/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ libgc.so:devel/boehm-gc -USES= cmake desktop-file-utils gettext-runtime pkgconfig +USES= cmake desktop-file-utils gettext-runtime gnome pkgconfig USE_GITHUB= yes Modified: head/net/grsync/Makefile ============================================================================== --- head/net/grsync/Makefile Wed Sep 5 09:38:15 2018 (r479016) +++ head/net/grsync/Makefile Wed Sep 5 10:05:29 2018 (r479017) @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-unity CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= desktop-file-utils gettext gmake \ +USES= desktop-file-utils gettext gmake gnome \ pkgconfig shared-mime-info shebangfix USE_GNOME= gtk20 intltool SHEBANG_FILES= src/grsync-batch