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...

Antoine Brodin antoine at FreeBSD.org
Thu Nov 27 18:53:52 UTC 2014


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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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


More information about the svn-ports-all mailing list