From owner-svn-ports-all@FreeBSD.ORG Thu Nov 27 18:53:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F0A4734; Thu, 27 Nov 2014 18:53:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70976E2F; Thu, 27 Nov 2014 18:53:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sARIrqOU092664; Thu, 27 Nov 2014 18:53:52 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sARIrmku092638; Thu, 27 Nov 2014 18:53:48 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411271853.sARIrmku092638@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 27 Nov 2014 18:53:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373510 - in head: deskutils/deskbar-applet deskutils/gimmie deskutils/glipper deskutils/gnochm deskutils/gourmet deskutils/hamster-applet deskutils/kupfer deskutils/ontv deskutils/time... X-SVN-Group: ports-head 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.18-1 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: Thu, 27 Nov 2014 18:53:52 -0000 Author: antoine Date: Thu Nov 27 18:53:47 2014 New Revision: 373510 URL: https://svnweb.freebsd.org/changeset/ports/373510 QAT: https://qat.redports.org/buildarchive/r373510/ Log: Mark a few ports BROKEN after GNOME 2 removal Modified: head/deskutils/deskbar-applet/Makefile head/deskutils/gimmie/Makefile head/deskutils/glipper/Makefile head/deskutils/gnochm/Makefile head/deskutils/gourmet/Makefile head/deskutils/hamster-applet/Makefile head/deskutils/kupfer/Makefile head/deskutils/ontv/Makefile head/deskutils/timer-applet/Makefile head/editors/scribes/Makefile head/games/py-pychess/Makefile head/multimedia/arista/Makefile head/net/service-discovery-applet/Makefile head/ports-mgmt/gnome-packagekit/Makefile head/print/gnome-specimen/Makefile Modified: head/deskutils/deskbar-applet/Makefile ============================================================================== --- head/deskutils/deskbar-applet/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/deskutils/deskbar-applet/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -12,6 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Omnipresent versatile search interface +BROKEN= Uses unknown GNOME components pygnomedesktop and evolutiondataserver + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus Modified: head/deskutils/gimmie/Makefile ============================================================================== --- head/deskutils/gimmie/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/deskutils/gimmie/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -11,6 +11,8 @@ MASTER_SITES= http://www.beatniksoftware MAINTAINER= pneumann@gmail.com COMMENT= Gnome desktop organizer +BROKEN= Uses unknown GNOME components pygnomedesktop and pygnomeextras + RUN_DEPENDS= ${LOCALBASE}/lib/libgnomecups-1.0.a:${PORTSDIR}/print/libgnomecups \ ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/libgmail.py:${PORTSDIR}/mail/py-libgmail Modified: head/deskutils/glipper/Makefile ============================================================================== --- head/deskutils/glipper/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/deskutils/glipper/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Clipboard manager for the GNOME panel +BROKEN= Uses unknown GNOME components pygnomedesktop and pygnomeextras + USES= gettext gmake iconv libtool pathfix pkgconfig python tar:bzip2 USE_GNOME= gnomeprefix intltool pygnomedesktop pygnomeextras INSTALLS_ICONS= yes Modified: head/deskutils/gnochm/Makefile ============================================================================== --- head/deskutils/gnochm/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/deskutils/gnochm/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -10,6 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= GNOME viewer for CHM files +BROKEN= Uses unknown GNOME component pygnomeextras + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/deskutils/gourmet/Makefile ============================================================================== --- head/deskutils/gourmet/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/deskutils/gourmet/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -14,6 +14,8 @@ COMMENT= GNOME recipe manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Uses unknown GNOME component pygnomeextras + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distutils-extra>0:${PORTSDIR}/devel/py-distutils-extra \ ${PYTHON_PKGNAMEPREFIX}elib.intl>0:${PORTSDIR}/textproc/py-elib.intl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ Modified: head/deskutils/hamster-applet/Makefile ============================================================================== --- head/deskutils/hamster-applet/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/deskutils/hamster-applet/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -12,6 +12,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Time management applet for the GNOME Desktop +BROKEN= Uses unknown GNOME components pygnomedesktop and gnomecontrolcenter2 + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg \ Modified: head/deskutils/kupfer/Makefile ============================================================================== --- head/deskutils/kupfer/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/deskutils/kupfer/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -11,6 +11,8 @@ COMMENT= Convenient command and access t LICENSE= GPLv3 +BROKEN= Uses unknown GNOME component pygnomedesktop + BUILD_DEPENDS= rst2html:${PORTSDIR}/textproc/py-docutils \ xml2po:${PORTSDIR}/textproc/gnome-doc-utils \ ${PYTHON_PKGNAMEPREFIX}xdg>=0:${PORTSDIR}/devel/py-xdg \ Modified: head/deskutils/ontv/Makefile ============================================================================== --- head/deskutils/ontv/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/deskutils/ontv/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -14,6 +14,8 @@ COMMENT= GNOME Applet for monitoring cur LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Uses unknown GNOME components pygnomedesktop and pygnomeextras + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify \ ${PYTHON_SITELIBDIR}/gtk-2.0/vtemodule.so:${PORTSDIR}/x11-toolkits/py-vte RUN_DEPENDS:= ${BUILD_DEPENDS} \ Modified: head/deskutils/timer-applet/Makefile ============================================================================== --- head/deskutils/timer-applet/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/deskutils/timer-applet/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -12,6 +12,8 @@ COMMENT= Timer applet for the GNOME pane LICENSE= GPLv2 # (or later) +BROKEN= Uses unknown GNOME component pygnomedesktop + RUN_DEPENDS= gnome-audio>0:${PORTSDIR}/audio/gnome-audio \ ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}notify>0:${PORTSDIR}/devel/py-notify Modified: head/editors/scribes/Makefile ============================================================================== --- head/editors/scribes/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/editors/scribes/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -13,6 +13,8 @@ COMMENT= Slick yet powerful text editor LICENSE= GPLv2 +BROKEN= Uses unknown GNOME component pygnomeextras + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg \ Modified: head/games/py-pychess/Makefile ============================================================================== --- head/games/py-pychess/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/games/py-pychess/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -13,6 +13,8 @@ COMMENT= GTK chess client written in Pyt LICENSE= GPLv2 # (or later) +BROKEN= Uses unknown GNOME component pygnomedesktop + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=3-2.5.1_1:${PORTSDIR}/databases/py-sqlite3 USES= desktop-file-utils gettext python Modified: head/multimedia/arista/Makefile ============================================================================== --- head/multimedia/arista/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/multimedia/arista/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -11,6 +11,8 @@ MASTER_SITES= http://programmer-art.org/ MAINTAINER= swills@FreeBSD.org COMMENT= Easy to use multimedia transcoder for the GNOME Desktop +BROKEN= Uses unknown GNOME component pygnomedesktop + USES= desktop-file-utils gettext python USE_GSTREAMER= faac x264 lame mpeg2enc USE_GNOME= pygnomedesktop Modified: head/net/service-discovery-applet/Makefile ============================================================================== --- head/net/service-discovery-applet/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/net/service-discovery-applet/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -11,6 +11,8 @@ MASTER_SITES= http://0pointer.de/~sebest MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME applet that shows available network services using mDNS +BROKEN= Uses unknown GNOME component pygnomedesktop + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi RUN_DEPENDS= ${PYTHON_SITELIBDIR}/avahi/__init__.py:${PORTSDIR}/net/py-avahi Modified: head/ports-mgmt/gnome-packagekit/Makefile ============================================================================== --- head/ports-mgmt/gnome-packagekit/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/ports-mgmt/gnome-packagekit/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -11,6 +11,8 @@ MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= PackageKit client programs for the GNOME desktop +BROKEN= Uses unknown GNOME component gnomemenus + BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libpackagekit-glib2.so:${PORTSDIR}/ports-mgmt/packagekit \ Modified: head/print/gnome-specimen/Makefile ============================================================================== --- head/print/gnome-specimen/Makefile Thu Nov 27 18:37:53 2014 (r373509) +++ head/print/gnome-specimen/Makefile Thu Nov 27 18:53:47 2014 (r373510) @@ -10,6 +10,8 @@ MASTER_SITES= http://uwstopia.nl/geek/pr MAINTAINER= swills@FreeBSD.org COMMENT= Gnome Specimen is a simple tool to preview and compare installed fonts +BROKEN= Uses unknown GNOME component pygnomedesktop + GNU_CONFIGURE= yes USE_GNOME= pygnomedesktop GCONF_SCHEMAS= gnome-specimen.schemas