pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/mupdf mupdf: Add a big XXX comment regarding DIS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdf0e7d447dd
branches:  trunk
changeset: 313773:bdf0e7d447dd
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Oct 09 13:06:48 2018 +0000

description:
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.)

diffstat:

 print/mupdf/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 16d69c8e8616 -r bdf0e7d447dd print/mupdf/Makefile
--- a/print/mupdf/Makefile      Tue Oct 09 12:40:05 2018 +0000
+++ b/print/mupdf/Makefile      Tue Oct 09 13:06:48 2018 +0000
@@ -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 @@
 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