summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-04-18 08:26:42 +0000
committerwiz <wiz@pkgsrc.org>2018-04-18 08:26:42 +0000
commitd9109c661c0d9903580d7f15207ba2998bf41611 (patch)
tree3e1d8c42c9e8d441833127ec155563bc2ac0cb4e
parent5a9dbf0286ef48d8f9ebc988dad62aac49c874da (diff)
downloadpkgsrc-d9109c661c0d9903580d7f15207ba2998bf41611.tar.gz
dconf: disable man page generation, add bug report URL
Enabling the man page generation was not intended to be committed, sorry for the breakage.
-rw-r--r--devel/dconf/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/dconf/Makefile b/devel/dconf/Makefile
index e8a67dd320f..bc0ef5e6281 100644
--- a/devel/dconf/Makefile
+++ b/devel/dconf/Makefile
@@ -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_FILES.sysdir+= bin/dconf-update.vala
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 @@ SUBST_SED.libname+= -e "/^libdconfsettings_so_LDFLAGS/s,$$, -install_name ${PREF
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"