Date: Mon, 08 Apr 2019 17:08:18 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 236507] [NEW PORT] science/py-Mcstas-Tools: Python based set of tools for the McStas neutron simulation package Message-ID: <bug-236507-7788-6XdFkxMf50@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236507-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-236507-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236507 --- Comment #4 from Tobias Kortkamp <tobik@freebsd.org> --- Comment on attachment 202851 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202851 svn diff for the new port py-McStas-Tools The port looks mostly ok, but the patch is still incomplete and is missing at least pkg-descr, distinfo. +USES=3D cmake python:3.6+ pyqt:5 There is little reason to have USES=3Dpyqt:5 without USE_PYQT. What PyQt components are needed at runtime? +CMAKE_ARGS=3D -Denable_mcstas=3D1 CMAKE_ON=3D enable_mcstas + ${RLN} -s ${STAGEDIR}${PREFIX}/mcstas/${PORTVERSION}/bin/${e} ${STAGEDIR}${PREFIX}/bin/${e} ${RLN} uses `install -l rs` under the hood not ln(1), so `-s` is meaningless. At the moment install(1) ignores it but better not add it. --=20 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-236507-7788-6XdFkxMf50>