From owner-svn-ports-all@FreeBSD.ORG Wed Apr 16 18:19:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1845E2B; Wed, 16 Apr 2014 18:19:27 +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 BD6EF1050; Wed, 16 Apr 2014 18:19:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3GIJROI055773; Wed, 16 Apr 2014 18:19:27 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3GIJQlf055765; Wed, 16 Apr 2014 18:19:26 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201404161819.s3GIJQlf055765@svn.freebsd.org> From: John Marino Date: Wed, 16 Apr 2014 18:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351410 - in head: deskutils/glabels editors/scribes graphics/amide net-mgmt/etherape sysutils/gnome-device-manager 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.17 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: Wed, 16 Apr 2014 18:19:28 -0000 Author: marino Date: Wed Apr 16 18:19:26 2014 New Revision: 351410 URL: http://svnweb.freebsd.org/changeset/ports/351410 QAT: https://qat.redports.org/buildarchive/r351410/ Log: 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) Modified: head/deskutils/glabels/Makefile head/editors/scribes/Makefile head/graphics/amide/Makefile head/net-mgmt/etherape/Makefile head/sysutils/gnome-device-manager/Makefile Modified: head/deskutils/glabels/Makefile ============================================================================== --- head/deskutils/glabels/Makefile Wed Apr 16 18:06:42 2014 (r351409) +++ head/deskutils/glabels/Makefile Wed Apr 16 18:19:26 2014 (r351410) @@ -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 Modified: head/editors/scribes/Makefile ============================================================================== --- head/editors/scribes/Makefile Wed Apr 16 18:06:42 2014 (r351409) +++ head/editors/scribes/Makefile Wed Apr 16 18:19:26 2014 (r351410) @@ -19,10 +19,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}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 Modified: head/graphics/amide/Makefile ============================================================================== --- head/graphics/amide/Makefile Wed Apr 16 18:06:42 2014 (r351409) +++ head/graphics/amide/Makefile Wed Apr 16 18:19:26 2014 (r351410) @@ -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 Modified: head/net-mgmt/etherape/Makefile ============================================================================== --- head/net-mgmt/etherape/Makefile Wed Apr 16 18:06:42 2014 (r351409) +++ head/net-mgmt/etherape/Makefile Wed Apr 16 18:19:26 2014 (r351410) @@ -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 Modified: head/sysutils/gnome-device-manager/Makefile ============================================================================== --- head/sysutils/gnome-device-manager/Makefile Wed Apr 16 18:06:42 2014 (r351409) +++ head/sysutils/gnome-device-manager/Makefile Wed Apr 16 18:19:26 2014 (r351410) @@ -15,7 +15,7 @@ LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/ 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