From 2ff2f3dac9805ec42de1b5cab42db4952b63bb93 Mon Sep 17 00:00:00 2001 From: marino Date: Wed, 16 Apr 2014 18:19:26 +0000 Subject: [PATCH] Add USE_GNOME+= gnomedocutils to 5 ports These ports will fail configuration if gnome-doc-utils is not present. Likely a common dependency loaded it in the past, but not anymore. Explicitly list gnome-doc-utils as a build dependency in order to fix the recent breakage of these ports. Also reset maintainership of etherape - maintainer gone for more than one yet now. Approved by: portmgr (bdrewery) --- deskutils/glabels/Makefile | 2 +- editors/scribes/Makefile | 5 ++--- graphics/amide/Makefile | 2 +- net-mgmt/etherape/Makefile | 6 +++--- sysutils/gnome-device-manager/Makefile | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) diff --git a/deskutils/glabels/Makefile b/deskutils/glabels/Makefile index a8213b6713411..0d152e131be05 100644 --- a/deskutils/glabels/Makefile +++ b/deskutils/glabels/Makefile @@ -12,7 +12,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A program to create labels and business cards USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui \ +USE_GNOME= gnomehack gnomeprefix libgnomeui gnomedocutils \ desktopfileutils intlhack ltverhack WANT_GNOME= yes USES= gettext gmake pkgconfig diff --git a/editors/scribes/Makefile b/editors/scribes/Makefile index 36605bb20696f..01c27ffc64eaa 100644 --- a/editors/scribes/Makefile +++ b/editors/scribes/Makefile @@ -19,10 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml \ yelp:${PORTSDIR}/x11/yelp -USE_BZIP2= yes -USES= gettext gmake shebangfix +USES= gettext gmake shebangfix tar:bzip2 SHEBANG_FILES= scribes.in -USE_GNOME= gnomeprefix pygnomeextras pygtksourceview +USE_GNOME= gnomeprefix pygnomeextras pygtksourceview gnomedocutils USE_PYTHON= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes diff --git a/graphics/amide/Makefile b/graphics/amide/Makefile index 1c37b48ce8558..cb68366e1469d 100644 --- a/graphics/amide/Makefile +++ b/graphics/amide/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_CSTD= gnu89 MAKE_JOBS_UNSAFE= yes USES= gettext gmake pkgconfig -USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 +USE_GNOME= gtk20 libgnomecanvas libgnomeui libxml2 gnomedocutils INSTALLS_OMF= yes OPTIONS_DEFINE= CODEC DCMTK GSL NLS VOLPACK XMEDCON diff --git a/net-mgmt/etherape/Makefile b/net-mgmt/etherape/Makefile index 7bfd18471b16d..d5b0ce9611696 100644 --- a/net-mgmt/etherape/Makefile +++ b/net-mgmt/etherape/Makefile @@ -7,10 +7,10 @@ PORTREVISION= 2 CATEGORIES= net-mgmt gnome MASTER_SITES= SF -MAINTAINER= sylvio@FreeBSD.org -COMMENT= A graphical network traffic visualization tool for gnome +MAINTAINER= ports@FreeBSD.org +COMMENT= Graphical network traffic visualization tool for gnome -USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix +USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix gnomedocutils USES= gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes diff --git a/sysutils/gnome-device-manager/Makefile b/sysutils/gnome-device-manager/Makefile index 0e5b4e5b70730..6226641d96c0a 100644 --- a/sysutils/gnome-device-manager/Makefile +++ b/sysutils/gnome-device-manager/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal USE_BZIP2= yes USES= gmake pkgconfig -USE_GNOME= gnomehack intlhack ltverhack libgnomeui +USE_GNOME= gnomehack intlhack ltverhack libgnomeui gnomedocutils USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes USE_LDCONFIG= yes