pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/gobject-introspection



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Jul  4 10:04:46 UTC 2020

Modified Files:
        pkgsrc/devel/gobject-introspection: Makefile

Log Message:
Explicitly disable g-ir-doc-tool, since it's not in PLIST.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/gobject-introspection/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/gobject-introspection/Makefile
diff -u pkgsrc/devel/gobject-introspection/Makefile:1.70 pkgsrc/devel/gobject-introspection/Makefile:1.71
--- pkgsrc/devel/gobject-introspection/Makefile:1.70    Sun Apr 12 20:29:08 2020
+++ pkgsrc/devel/gobject-introspection/Makefile Sat Jul  4 10:04:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2020/04/12 20:29:08 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2020/07/04 10:04:46 schmonz Exp $
 
 DISTNAME=      gobject-introspection-1.64.1
 CATEGORIES=    devel gnome
@@ -18,6 +18,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 USE_TOOLS+=    pkg-config flex bison
 
 MESON_ARGS+=   -Dpython=${PYTHONBIN}
+MESON_ARGS+=   -Ddoctool=disabled
 
 PKGCONFIG_OVERRIDE+=   gobject-introspection-1.0.pc.in
 PKGCONFIG_OVERRIDE+=   gobject-introspection-no-export-1.0.pc.in



Home | Main Index | Thread Index | Old Index