diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-28 14:56:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-28 14:56:09 +0000 |
commit | 29659ce5a37372ede8470f726268e5926928c54a (patch) | |
tree | 80b8faaf3cc3255ff9e94dbc721b828ffd9ba2fc | |
parent | 4370b995d49642d517df22190ec8dd4acc7bcd44 (diff) | |
download | pkgsrc-29659ce5a37372ede8470f726268e5926928c54a.tar.gz |
libgtop: disable use of gtk-doc
Only three png files are not installed any longer, so this
does not really seem to make the package worse, and it fixes
the build problem with gtk-doc-1.26, which removed gtkdoc-mktmpl.
Explicitly add bash to tools, it's the CONFIG_SHELL but was pulled in
indirectly.
Bump PKGREVISION.
-rw-r--r-- | sysutils/libgtop/Makefile | 10 | ||||
-rw-r--r-- | sysutils/libgtop/PLIST | 5 |
2 files changed, 5 insertions, 10 deletions
diff --git a/sysutils/libgtop/Makefile b/sysutils/libgtop/Makefile index 5b8a6509b0c..cbe28d54b80 100644 --- a/sysutils/libgtop/Makefile +++ b/sysutils/libgtop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 2017/07/30 22:47:56 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2017/11/28 14:56:09 wiz Exp $ DISTNAME= libgtop-2.28.4 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgtop/2.28/} EXTRACT_SUFX= .tar.bz2 @@ -20,9 +20,9 @@ PKGCONFIG_OVERRIDE= libgtop-2.0.pc.in TEXINFO_REQD= 4.6 USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake makeinfo msgfmt perl pkg-config intltool +USE_TOOLS+= bash gmake makeinfo msgfmt perl pkg-config intltool -CONFIGURE_ARGS+= --enable-gtk-doc +CONFIGURE_ARGS+= --disable-gtk-doc CONFIGURE_ARGS+= --without-x CONFIGURE_ENV+= LN_S="${LN} -s" @@ -101,7 +101,5 @@ CPPFLAGS+= -DHAVE_STATVFS_WRITES_COUNT .include "../../devel/gettext-lib/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0 .include "../../devel/glib2/buildlink3.mk" -BUILDLINK_API_DEPENDS.gtk-doc+= gtk-doc>=1.20 -.include "../../textproc/gtk-doc/buildlink3.mk" .include "../../x11/libXau/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/libgtop/PLIST b/sysutils/libgtop/PLIST index e7c7bdc5d98..345fa11fc66 100644 --- a/sysutils/libgtop/PLIST +++ b/sysutils/libgtop/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2014/02/21 20:32:12 joerg Exp $ +@comment $NetBSD: PLIST,v 1.17 2017/11/28 14:56:09 wiz Exp $ ${PLIST.server}bin/libgtop_daemon2 ${PLIST.server}bin/libgtop_server2 include/libgtop-2.0/glibtop.h @@ -51,7 +51,6 @@ share/gtk-doc/html/libgtop/home.png share/gtk-doc/html/libgtop/index.html share/gtk-doc/html/libgtop/index.sgml share/gtk-doc/html/libgtop/left.png -share/gtk-doc/html/libgtop/left-insensitive.png share/gtk-doc/html/libgtop/libgtop-Close.html share/gtk-doc/html/libgtop/libgtop-Command.html share/gtk-doc/html/libgtop/libgtop-GlibTop-Server.html @@ -92,10 +91,8 @@ share/gtk-doc/html/libgtop/libgtop-white-paper-overview.html share/gtk-doc/html/libgtop/libgtop-white-paper.html share/gtk-doc/html/libgtop/libgtop.devhelp2 share/gtk-doc/html/libgtop/right.png -share/gtk-doc/html/libgtop/right-insensitive.png share/gtk-doc/html/libgtop/style.css share/gtk-doc/html/libgtop/up.png -share/gtk-doc/html/libgtop/up-insensitive.png share/locale/am/LC_MESSAGES/libgtop-2.0.mo share/locale/ar/LC_MESSAGES/libgtop-2.0.mo share/locale/as/LC_MESSAGES/libgtop-2.0.mo |