Bug 221072

Summary: math/gnuplot: Missing lua/tikz terminal
Product: Ports & Packages Reporter: aeuii
Component: Individual Port(s)Assignee: Greg Lewis <glewis>
Status: Closed FIXED    
Severity: Affects Some People Keywords: needs-patch
Priority: --- Flags: bugzilla: maintainer-feedback? (glewis)
koobs: merge-quarterly?
Version: Latest   
Hardware: Any   
OS: Any   

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.