pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gdk-pixbuf2-xlib



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 16 06:47:23 UTC 2021

Modified Files:
        pkgsrc/graphics/gdk-pixbuf2-xlib: Makefile

Log Message:
gdk-pixbuf2-xlib: disable building of man pages explicitly

this causes packaging problems if xsltproc is found on the host system.

man pages are not useful for this package (they do not include library
docs in man format) but rather gdk2-pixbuf.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/graphics/gdk-pixbuf2-xlib/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/gdk-pixbuf2-xlib/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.30 pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.31
--- pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile:1.30      Mon Apr 12 12:07:35 2021
+++ pkgsrc/graphics/gdk-pixbuf2-xlib/Makefile   Fri Apr 16 06:47:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/04/12 12:07:35 nia Exp $
+# $NetBSD: Makefile,v 1.31 2021/04/16 06:47:23 nia Exp $
 
 DISTNAME=      gdk-pixbuf-${PIXBUF2_VERSION}
 PKGNAME=       gdk-pixbuf2-xlib-${PIXBUF2_VERSION}
@@ -23,6 +23,7 @@ USE_TOOLS+=   msgfmt pkg-config
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf
 
 MESON_ARGS+=                   -D installed_tests=false
+MESON_ARGS+=                   -D man=true
 MESON_ARGS+=                   -D x11=true
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE=            output/meson-private/gdk-pixbuf-xlib-2.0.pc



Home | Main Index | Thread Index | Old Index