Date: Thu, 21 Jul 2016 05:43:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211261] [patch] fix dependency for USES=tk Message-ID: <bug-211261-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211261 Bug ID: 211261 Summary: [patch] fix dependency for USES=3Dtk Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Some People Priority: --- Component: Ports Framework Assignee: portmgr@FreeBSD.org Reporter: dbn@FreeBSD.org CC: freebsd-ports-bugs@FreeBSD.org Keywords: patch Created attachment 172769 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D172769&action= =3Dedit Patch Mk/Uses/tcl.mk to fix stage-qa error When compiling x11-toolkits/pypy-tkinter I get the following warning messag= e: =3D=3D=3D=3D> Running Q/A tests (stage-qa) Error: /usr/local/pypy-5.3/lib_pypy/_tkinter/tklib_cffi.pypy-41.so is linke= d to /usr/local/lib/libtcl86.so.1 from lang/tcl86 but it is not declared as a dependency Warning: you need USES+=3Dtcl However, adding tcl does to USES does not fix the problem. The reason is t= hat tcl.mk overrides the _TCLTK_LIB_LINE variable.=20=20 Since tk depends on tcl, and any port linking to tk will also link to tcl, I propose the attached patch that includes tcl with tk in the LIB_DEPENDS. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211261-13>