Date: Mon, 01 May 2017 15:33:35 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 218996] graphics/mupdf: update to 1.11 Message-ID: <bug-218996-13-y1aAJNYa6Z@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-218996-13@https.bugs.freebsd.org/bugzilla/> References: <bug-218996-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218996 Tobias Kortkamp <tobik@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |tobik@freebsd.org |org | URL| |https://reviews.freebsd.org | |/D10561 Status|New |In Progress --- Comment #2 from Tobias Kortkamp <tobik@freebsd.org> --- thirdparty/jpeg moved to thirdparty/libjpeg, so I made the following additional change to make mupdf not use the bundled libjpeg version: @@ -52,7 +52,7 @@ post-patch: ${WRKSRC}/thirdparty/freetype \ ${WRKSRC}/thirdparty/harfbuzz \ ${WRKSRC}/thirdparty/jbig2dec \ - ${WRKSRC}/thirdparty/jpeg \ + ${WRKSRC}/thirdparty/libjpeg \ ${WRKSRC}/thirdparty/openjpeg \ ${WRKSRC}/thirdparty/zlib I also had to regenerate patch-Makerules because portlint wasn't happy about it. Otherwise LGTM and I've submitted it for mentor review (see URL). --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218996-13-y1aAJNYa6Z>