pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/tiff



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Mon Jun 19 17:34:13 UTC 2023

Modified Files:
        pkgsrc/graphics/tiff: Makefile

Log Message:
tiff: don't try to rebuild docs if sphinx-build is present.

Fixes PLIST mismatch (DESTDIR is missing _sources/multi_page.rst.txt and
multi_page.html) in that case, at least on my macOS system. No change on
my NetBSD system without sphinx.


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/graphics/tiff/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/tiff/Makefile
diff -u pkgsrc/graphics/tiff/Makefile:1.157 pkgsrc/graphics/tiff/Makefile:1.158
--- pkgsrc/graphics/tiff/Makefile:1.157 Wed Jun 14 13:03:31 2023
+++ pkgsrc/graphics/tiff/Makefile       Mon Jun 19 17:34:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2023/06/14 13:03:31 gdt Exp $
+# $NetBSD: Makefile,v 1.158 2023/06/19 17:34:13 schmonz Exp $
 
 VERSION_BASE=  4.5.1
 # Accomodate testing unreleased versions.
@@ -23,6 +23,7 @@ CONFIGURE_ARGS+=      --enable-rpath
 CONFIGURE_ARGS+=       --enable-cxx
 CONFIGURE_ARGS+=       --with-docdir=${PREFIX}/share/doc/tiff
 CONFIGURE_ARGS+=       --without-x # just in case detects gl to build tiffgt
+CONFIGURE_ARGS+=       --disable-sphinx
 CONFIGURE_ARGS+=       --disable-webp
 CONFIGURE_ARGS+=       --disable-zstd
 



Home | Main Index | Thread Index | Old Index