pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/mupdf



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Aug  3 14:16:22 UTC 2023

Modified Files:
        pkgsrc/print/mupdf: Makefile

Log Message:
mupdf: Add a comment to describe why thirdpaty/lcms2 is not removed


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/print/mupdf/Makefile

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

Modified files:

Index: pkgsrc/print/mupdf/Makefile
diff -u pkgsrc/print/mupdf/Makefile:1.106 pkgsrc/print/mupdf/Makefile:1.107
--- pkgsrc/print/mupdf/Makefile:1.106   Wed Aug  2 14:32:46 2023
+++ pkgsrc/print/mupdf/Makefile Thu Aug  3 14:16:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2023/08/02 14:32:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.107 2023/08/03 14:16:22 ryoon Exp $
 
 DISTNAME=      mupdf-1.22.2-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -29,6 +29,9 @@ CFLAGS.SunOS+=        -D_XOPEN_SOURCE=600
 .include "options.mk"
 
 # Remove thirdparty directory in order to use the libraries provided by pkgsrc
+# thirdparty/lcms2 is not removed intentionally because ICC support requires
+# the internal lcms2 library. ICC support is essential to display some PDF
+# files with proper colors.
 ppost-extract:
        ${RM} -fr \
            ${WRKSRC}/thirdparty/curl \



Home | Main Index | Thread Index | Old Index