pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/libgtop libgtop: disable use of gtk-doc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60e95f097168
branches:  trunk
changeset: 372153:60e95f097168
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Nov 28 14:56:09 2017 +0000

description:
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.

diffstat:

 sysutils/libgtop/Makefile |  10 ++++------
 sysutils/libgtop/PLIST    |   5 +----
 2 files changed, 5 insertions(+), 10 deletions(-)

diffs (61 lines):

diff -r 424db7fcdeea -r 60e95f097168 sysutils/libgtop/Makefile
--- a/sysutils/libgtop/Makefile Tue Nov 28 14:47:41 2017 +0000
+++ b/sysutils/libgtop/Makefile Tue Nov 28 14:56:09 2017 +0000
@@ -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 @@
 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 @@
 .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 -r 424db7fcdeea -r 60e95f097168 sysutils/libgtop/PLIST
--- a/sysutils/libgtop/PLIST    Tue Nov 28 14:47:41 2017 +0000
+++ b/sysutils/libgtop/PLIST    Tue Nov 28 14:56:09 2017 +0000
@@ -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/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.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



Home | Main Index | Thread Index | Old Index