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)
This commit is contained in:
parent
b51b363560
commit
ca9574e7df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351410
5 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue