Bug 199238 - [PATCH] graphics/ipe: Update to version 7.1.7
Summary: [PATCH] graphics/ipe: Update to version 7.1.7
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-04-06 18:51 UTC by tkato432
Modified: 2015-04-14 04:07 UTC (History)
1 user (show)

See Also:


Attachments
graphics_ipe.diff (6.27 KB, patch)
2015-04-06 18:51 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2015-04-06 18:51:07 UTC
Created attachment 155276 [details]
graphics_ipe.diff
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-04-14 04:06:49 UTC
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
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2015-04-14 04:07:59 UTC
Committed with minor modifications as ports r383976, thank you.