Tue Oct 9 13:06:48 2018 UTC ()
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.)


(leot)
diff -r1.63 -r1.64 pkgsrc/print/mupdf/Makefile

cvs diff -r1.63 -r1.64 pkgsrc/print/mupdf/Makefile (expand / switch to unified diff)

--- pkgsrc/print/mupdf/Makefile 2018/10/09 12:34:16 1.63
+++ pkgsrc/print/mupdf/Makefile 2018/10/09 13:06:48 1.64
@@ -1,25 +1,31 @@ @@ -1,25 +1,31 @@
1# $NetBSD: Makefile,v 1.63 2018/10/09 12:34:16 ryoon Exp $ 1# $NetBSD: Makefile,v 1.64 2018/10/09 13:06:48 leot Exp $
2 2
3DISTNAME= mupdf-1.14.0-source 3DISTNAME= mupdf-1.14.0-source
4PKGNAME= ${DISTNAME:S/-source//} 4PKGNAME= ${DISTNAME:S/-source//}
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= https://mupdf.com/downloads/archive/ 6MASTER_SITES= https://mupdf.com/downloads/archive/
7 7
8MAINTAINER= leot@NetBSD.org 8MAINTAINER= leot@NetBSD.org
9HOMEPAGE= https://mupdf.com/ 9HOMEPAGE= https://mupdf.com/
10COMMENT= Lightweight PDF, XPS and E-book viewer and toolkit 10COMMENT= Lightweight PDF, XPS and E-book viewer and toolkit
11LICENSE= gnu-agpl-v3 11LICENSE= gnu-agpl-v3
12 12
 13# XXX: The tarball originally packaged for mupdf-1.14.0 did not contain commit
 14# XXX: id 7f77313e6d60fc917146b80cce2f9c1ab0152349 changes related to mupdf-gl
 15# XXX: that defines realpath(3) for Windows and fix an inverted logic
 16# XXX: condition regarding FREEGLUT macro check.
 17# XXX: The DIST_SUBDIR definition can be removed in the next (post-1.14.0)
 18# XXX: stable release of mupdf.
13DIST_SUBDIR= ${PKGNAME_NOREV} 19DIST_SUBDIR= ${PKGNAME_NOREV}
14 20
15USE_LANGUAGES= c99 21USE_LANGUAGES= c99
16USE_LIBTOOL= yes 22USE_LIBTOOL= yes
17USE_TOOLS+= pkg-config gmake 23USE_TOOLS+= pkg-config gmake
18 24
19INSTALLATION_DIRS+= bin include lib/pkgconfig 25INSTALLATION_DIRS+= bin include lib/pkgconfig
20INSTALL_MAKE_FLAGS+= prefix=${PREFIX} 26INSTALL_MAKE_FLAGS+= prefix=${PREFIX}
21INSTALL_MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR} 27INSTALL_MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR}
22LDFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib 28LDFLAGS+= ${COMPILER_RPATH_FLAG}${X11BASE}/lib
23MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} 29MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
24MAKE_FLAGS+= XCFLAGS=${CFLAGS:Q} 30MAKE_FLAGS+= XCFLAGS=${CFLAGS:Q}
25MAKE_FLAGS+= build=release 31MAKE_FLAGS+= build=release