Created attachment 155276 [details] graphics_ipe.diff
A commit references this bug: Author: danfe Date: Tue Apr 14 04:06:13 UTC 2015 New revision: 383976 URL: https://svnweb.freebsd.org/changeset/ports/383976 Log: - Update to version 7.1.7; rephrase COMMENT text; fix Makefile header - Request Lua via USES=lua:52 instead of (ab)using LIB_DEPENDS - Add missing dependency on libjpeg (graphics/jpeg) - Ipe uses Pdflatex for producing Postscript/PDF files, so make USE_LATEX more specific (latex -> pdftex); unfortunately, it doesn't save us from having to download huge (~1.6G) texlive-20140525-texmf.tar.xz distfile; it would be nice to make LaTeX an optional dependency PR: 199238 Changes: head/graphics/ipe/Makefile head/graphics/ipe/distinfo head/graphics/ipe/files/patch-ipelib__ipebitmap.cpp head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp head/graphics/ipe/pkg-plist
Committed with minor modifications as ports r383976, thank you.