Bug 221072 - math/gnuplot: Missing lua/tikz terminal
Summary: math/gnuplot: Missing lua/tikz terminal
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Greg Lewis
URL:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2017-07-28 17:43 UTC by aeuii
Modified: 2017-11-24 04:37 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (glewis)
koobs: merge-quarterly?


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description aeuii 2017-07-28 17:43:26 UTC
lua tikz terminal is missing in gnuplot:


gnuplot> set term tikz
Terminal type set to 'unknown'
                  ^
         unknown or ambiguous terminal type; type just 'set terminal' for a list




$ gnuplot --version                                                                               
gnuplot 5.0 patchlevel 6
Comment 1 aeuii 2017-08-30 09:21:08 UTC
The issue is related to a different naming convention of lua related files in FreeBSD and Gnuplot.

A workaround:

# cd /usr/local/libdata/pkgconfig
# ln -s lua-5.2.pc lua5.2.pc

# cd /usr/local/bin
# ln -s lua52 lua5.2

I seems that math/gnuplot-tex-extras is also necessary as dependency.
Comment 2 Greg Lewis freebsd_committer freebsd_triage 2017-11-24 04:37:32 UTC
The lua/tikz terminal has been fixed with the upgrade to 5.2.2.