pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/dconf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 18 08:26:42 UTC 2018

Modified Files:
        pkgsrc/devel/dconf: Makefile

Log Message:
dconf: disable man page generation, add bug report URL

Enabling the man page generation was not intended to be committed,
sorry for the breakage.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/dconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/dconf/Makefile
diff -u pkgsrc/devel/dconf/Makefile:1.42 pkgsrc/devel/dconf/Makefile:1.43
--- pkgsrc/devel/dconf/Makefile:1.42    Tue Apr 17 22:38:42 2018
+++ pkgsrc/devel/dconf/Makefile Wed Apr 18 08:26:42 2018
@@ -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.va
 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 "/^libdconfsettin
 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