pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gegl



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Feb 22 13:15:41 UTC 2024

Modified Files:
        pkgsrc/graphics/gegl: Makefile

Log Message:
graphics/gegl: Disable more doc generation to prevent PLIST divergence


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/graphics/gegl/Makefile

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

Modified files:

Index: pkgsrc/graphics/gegl/Makefile
diff -u pkgsrc/graphics/gegl/Makefile:1.131 pkgsrc/graphics/gegl/Makefile:1.132
--- pkgsrc/graphics/gegl/Makefile:1.131 Thu Feb 22 09:03:53 2024
+++ pkgsrc/graphics/gegl/Makefile       Thu Feb 22 13:15:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2024/02/22 09:03:53 wiz Exp $
+# $NetBSD: Makefile,v 1.132 2024/02/22 13:15:41 ryoon Exp $
 
 DISTNAME=      gegl-0.4.48
 CATEGORIES=    graphics
@@ -15,6 +15,7 @@ MESON_ARGS+=  -Dlibv4l2=disabled
 # Some binaries that are required to generate docs
 # are built with RPATH $ORIGIN. Disable docs explicitly.
 MESON_ARGS+=   -Ddocs=false
+MESON_ARGS+=   -Dgi-docgen=disabled
 
 USE_LANGUAGES= c c++
 USE_TOOLS+=    bash pkg-config xgettext



Home | Main Index | Thread Index | Old Index