Date: Wed, 16 Apr 2014 18:19:26 +0000 (UTC) From: John Marino <marino@FreeBSD.org> 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 Message-ID: <201404161819.s3GIJQlf055765@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404161819.s3GIJQlf055765>