[Bug 200861] graphics/graphviz: fix libtkspline.so declarations in plist
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jun 14 21:09:20 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200861
Bug ID: 200861
Summary: graphics/graphviz: fix libtkspline.so declarations in
plist
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: dinoex at FreeBSD.org
Reporter: olgeni at FreeBSD.org
Flags: maintainer-feedback?(dinoex at FreeBSD.org)
Assignee: dinoex at FreeBSD.org
Created attachment 157738
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157738&action=edit
plist patch
libtkspline is listed twice in pkg-plist, once with %%TCL%% and once with
%%TK%%:
%%TCL%%lib/tcl%%TCL_VER%%/graphviz/libtkspline.la
%%TCL%%lib/tcl%%TCL_VER%%/graphviz/libtkspline.so
%%TCL%%lib/tcl%%TCL_VER%%/graphviz/libtkspline.so.0
%%TCL%%lib/tcl%%TCL_VER%%/graphviz/libtkspline.so.0.0.0
%%TK%%lib/graphviz/tcl/libtkspline.la
%%TK%%lib/graphviz/tcl/libtkspline.so
%%TK%%lib/graphviz/tcl/libtkspline.so.0
%%TK%%lib/graphviz/tcl/libtkspline.so.0.0.0
%%TK%% should be used in both case, or packaging will fail when building
without X11 but with TCL enabled.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list