Bug 242097 - math/gnuplot: fix fig terminal
Summary: math/gnuplot: fix fig terminal
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: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-11-20 06:35 UTC by mjl
Modified: 2019-11-21 23:44 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (glewis)


Attachments
fix fig output in 5.2.7 (1.03 KB, patch)
2019-11-20 06:35 UTC, mjl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mjl 2019-11-20 06:35:44 UTC
Created attachment 209269 [details]
fix fig output in 5.2.7

In gnuplot 5.2.7, the fig terminal was reworked, such that the output could no longer be processed by transfig.  Attached is a patch to the port that fixes this issue, which will appear in gnuplot 5.2.8.

https://sourceforge.net/p/gnuplot/gnuplot-main/ci/491bec2b81336f0053f76a98c03c8fa73dd9729a/
https://sourceforge.net/p/gnuplot/patches/774/
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-11-21 23:42:54 UTC
A commit references this bug:

Author: glewis
Date: Thu Nov 21 23:42:27 UTC 2019
New revision: 518118
URL: https://svnweb.freebsd.org/changeset/ports/518118

Log:
  Fix the 'fig' terminal

  PR:		242097
  Submitted by:	mjl@luckie.org.nz

Changes:
  head/math/gnuplot/Makefile
  head/math/gnuplot/files/patch-term-fig.trm
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2019-11-21 23:44:21 UTC
Thanks!  Committed.