Skip to content

Commit

Permalink
Add USE_GNOME+= gnomedocutils to 5 ports
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
jrmarino committed Apr 16, 2014
1 parent 9f77700 commit 2ff2f3d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deskutils/glabels/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MAINTAINER= [email protected]
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
Expand Down
5 changes: 2 additions & 3 deletions editors/scribes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion graphics/amide/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/etherape/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysutils/gnome-device-manager/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ff2f3d

Please sign in to comment.