pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/dconf dconf: disable man page generation, add bu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7c54c6b061b3
branches: trunk
changeset: 378979:7c54c6b061b3
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Apr 18 08:26:42 2018 +0000
description:
dconf: disable man page generation, add bug report URL
Enabling the man page generation was not intended to be committed,
sorry for the breakage.
diffstat:
devel/dconf/Makefile | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r bfb4de02a1ff -r 7c54c6b061b3 devel/dconf/Makefile
--- a/devel/dconf/Makefile Wed Apr 18 07:38:35 2018 +0000
+++ b/devel/dconf/Makefile Wed Apr 18 08:26:42 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2018/04/17 22:38:42 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2018/04/18 08:26:42 wiz Exp $
DISTNAME= dconf-0.28.0
CATEGORIES= devel gnome
@@ -29,9 +29,10 @@
SUBST_SED.sysdir= -e s,/etc,${PKG_SYSCONFDIR},g
# gtk-doc wants to run dconf-scan, but that does not find its library libdconf.so.1
-MESON_ARGS+= -D enable-gtk-doc=true
+# https://bugzilla.gnome.org/show_bug.cgi?id=795348
+#MESON_ARGS+= -D enable-gtk-doc=true
# man option does not work without gtk-doc option
-MESON_ARGS+= -D enable-man=true
+#MESON_ARGS+= -D enable-man=true
PKGCONFIG_OVERRIDE= output/meson-private/dconf.pc
PKGCONFIG_OVERRIDE_STAGE= post-build
@@ -48,7 +49,7 @@
BUILDLINK_DEPMETHOD.vala= build
.include "../../lang/vala/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0
-.include "../../textproc/gtk-doc/buildlink3.mk"
+#.include "../../textproc/gtk-doc/buildlink3.mk"
.include "../../devel/glib2/modules.mk"
.include "../../devel/py-meson/build.mk"
.include "../../lang/python/application.mk"
Home |
Main Index |
Thread Index |
Old Index