From 62d3573a836848cd325821bd541b319c0b8447e3 Mon Sep 17 00:00:00 2001 From: leot Date: Tue, 9 Oct 2018 13:06:48 +0000 Subject: 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.) --- print/mupdf/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'print') 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 -- cgit v1.2.3