Date: Sun, 14 Jun 2015 21:09:20 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 200861] graphics/graphviz: fix libtkspline.so declarations in plist Message-ID: <bug-200861-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: olgeni@FreeBSD.org Flags: maintainer-feedback?(dinoex@FreeBSD.org) Assignee: dinoex@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200861-13>