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: leot
Date: Tue Oct 9 13:06:48 UTC 2018
Modified Files:
pkgsrc/print/mupdf: Makefile
Log Message:
mupdf: Add a big XXX comment regarding DIST_SUBDIR definition
(TLDR; the changes between the two tarballs are not malign and we can safely
remove the DIST_SUBDIR definition in the next mupdf stable release.)
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 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.63 pkgsrc/print/mupdf/Makefile:1.64
--- pkgsrc/print/mupdf/Makefile:1.63 Tue Oct 9 12:34:16 2018
+++ pkgsrc/print/mupdf/Makefile Tue Oct 9 13:06:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2018/10/09 12:34:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.64 2018/10/09 13:06:48 leot Exp $
DISTNAME= mupdf-1.14.0-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -10,6 +10,12 @@ HOMEPAGE= https://mupdf.com/
COMMENT= Lightweight PDF, XPS and E-book viewer and toolkit
LICENSE= gnu-agpl-v3
+# XXX: The tarball originally packaged for mupdf-1.14.0 did not contain commit
+# XXX: id 7f77313e6d60fc917146b80cce2f9c1ab0152349 changes related to mupdf-gl
+# XXX: that defines realpath(3) for Windows and fix an inverted logic
+# XXX: condition regarding FREEGLUT macro check.
+# XXX: The DIST_SUBDIR definition can be removed in the next (post-1.14.0)
+# XXX: stable release of mupdf.
DIST_SUBDIR= ${PKGNAME_NOREV}
USE_LANGUAGES= c99
Home |
Main Index |
Thread Index |
Old Index