diff options
author | leot <leot@pkgsrc.org> | 2018-10-09 13:06:48 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-10-09 13:06:48 +0000 |
commit | 62d3573a836848cd325821bd541b319c0b8447e3 (patch) | |
tree | 78c82a4033c03ef8bb12aa9cd5c4d6791e9f8e9c /print | |
parent | bb4aebaec8fa11c20f9fb93d726d1477ae1eeb3e (diff) | |
download | pkgsrc-62d3573a836848cd325821bd541b319c0b8447e3.tar.gz |
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 (limited to 'print')
-rw-r--r-- | print/mupdf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/print/mupdf/Makefile b/print/mupdf/Makefile index bc7fc89fa39..94a56432bec 100644 --- a/print/mupdf/Makefile +++ b/print/mupdf/Makefile @@ -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 |